:root {
  --light-sea-green: #30a28f;
  --grayhawk: #151515;
  --cyanic: #00ffd4;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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%;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

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 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

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

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

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

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  background-color: #1b1b1b;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.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 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  display: none;
}

.paragraph-tiny {
  text-align: center;
  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;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.paragraph-light {
  opacity: .6;
  color: #000;
  text-align: center;
  width: 50%;
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 900;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.paragraph-light.brighttext {
  color: #d3d3d3;
}

.section {
  background-color: #1b1b1b;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.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;
}

.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: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

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

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

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

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

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

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

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

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

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

.intro-wrap {
  background-color: #0000;
  flex-direction: row;
  width: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 3px;
  display: flex;
}

.intro-wrap.blog {
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.intro-wrap.blog.stl {
  flex-direction: row;
}

.name-text {
  color: #fff;
  text-align: center;
  background-color: #414141;
  border-radius: 5px;
  width: auto;
  margin: 8px 0 19px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

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

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

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

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

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

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

.project-name-link:active {
  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: #32343a66;
}

.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 {
  padding-top: 80px;
  padding-bottom: 90px;
}

.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 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 19px 50px 18px;
  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 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

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

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

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

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

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

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

.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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.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;
}

.grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "."
                       "Area";
  align-content: end;
  place-items: start center;
  padding-right: 0;
  position: static;
}

.image {
  text-align: left;
}

.div-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3, .div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

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

.container-2 {
  display: flex;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr);
  justify-content: space-between;
  place-items: stretch center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  text-align: center;
  margin-bottom: 0;
}

.div-block-8 {
  background-color: #e4e4e4;
}

.container-3 {
  color: #1b1b1b;
  text-align: left;
  background-color: #fff0;
  border-radius: 9px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 33px;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.text-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
  overflow: visible;
}

.div-block-9 {
  color: #fff;
  background-color: #313130;
  justify-content: space-around;
  align-items: center;
  width: 680px;
  display: flex;
}

.div-block-9.main {
  color: #fff0;
  text-align: center;
  background-color: #ffffff2e;
  border-radius: 13px;
  flex-flow: row;
  align-self: center;
  width: 98%;
  height: auto;
  margin-top: 11px;
  padding: 0;
  display: flex;
}

.div-block-9.blog {
  margin-top: 12px;
  margin-bottom: 28px;
}

.text-block-2 {
  color: #00f2ff;
  text-align: center;
  font-size: 48px;
  line-height: 54px;
}

.image-3 {
  display: none;
}

.html-embed, .html-embed-2, .html-embed-3, .html-embed-4 {
  margin-top: 15px;
}

.body {
  color: #000;
  background-color: #cfcfcf;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: block;
}

.div-block-10 {
  width: 60%;
}

.div-block-11 {
  background-color: #000;
  border-radius: 13px;
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.div-block-12 {
  border-radius: 13px;
  width: 100%;
  display: block;
}

.intro-wrap-copy {
  background-color: #f1f1f1;
  border-radius: 13px;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 8px 27px 28px 22px;
}

.youtubeexplainer {
  width: 100%;
  margin-top: 25px;
  display: block;
}

.youtubesectioni {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

.youtubevideocontainer {
  width: 100%;
}

.youtubetext {
  background-color: #f1f1f1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 22px;
  padding-right: 27px;
  box-shadow: 1px 1px 3px #000;
}

.youtubetext.blog {
  width: 60%;
}

.div-block-13 {
  margin-bottom: 32px;
  display: flex;
}

.image-4 {
  margin-bottom: 27px;
  margin-left: 28px;
}

.text-block-3 {
  text-align: center;
  padding-right: 0;
  font-weight: 500;
}

.text-block-3.news {
  width: 50%;
  padding-left: 27px;
}

.heynews {
  background-color: #fff;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.headerdate {
  color: #fff;
  text-align: center;
  background-color: #585858;
  border-radius: 11px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  width: 90%;
}

.link, .link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
  flex: 0 auto;
}

.link-4 {
  color: #fff;
  display: block;
}

.image-5 {
  width: 80%;
}

.html-embed-5 {
  margin-top: 15px;
}

.text-block-8 {
  color: #000;
  display: block;
}

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

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

.link-5 {
  display: none;
}

.memberssection {
  background-color: #f1f1f1;
  border-radius: 13px;
  width: 90%;
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 7px 27px 7px 22px;
}

.memberssection.blog {
  flex-direction: column;
  width: 90%;
  display: flex;
}

.memberssection.blog.stl {
  flex-direction: row;
}

.div-block-15 {
  width: 100%;
  max-width: 100%;
  display: none;
}

.video {
  object-fit: fill;
  width: 100%;
  height: 300px;
  max-height: 300px;
  overflow: visible;
}

.text-block-10 {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.background-video {
  opacity: .98;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  min-height: 400px;
  max-height: 400px;
}

.mylinks {
  color: #7e98ff;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 29px;
  display: flex;
}

.toplink {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.video-2 {
  width: 100%;
  min-width: 200px;
  height: 300px;
}

.div-block-16 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 50%;
  padding-top: 31px;
  display: flex;
}

.div-block-17 {
  align-items: center;
  display: flex;
}

.div-block-18 {
  padding-left: 33px;
}

.div-block-19 {
  display: flex;
}

.bold-text {
  width: auto;
  margin-left: -3px;
  padding-left: 0;
}

.text-block-11 {
  width: 30%;
  padding: 3px 21px 6px 15px;
}

.updatenote {
  opacity: .6;
  width: 100%;
  margin-bottom: 18px;
}

.updatenote.cc-position-name {
  margin-bottom: 5px;
}

.section-2 {
  background-color: #222;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.body-2 {
  background-color: #757575;
}

.column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns {
  display: flex;
}

.column-2 {
  flex: 1;
}

.div-block-20 {
  flex: 1;
  padding: 10px 17px;
}

.text-span {
  color: #c9c9c9;
  font-size: 36px;
}

.text-span-2 {
  color: #979797;
}

.text-span-3 {
  color: #4bffe4;
}

.link-6, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: var(--light-sea-green);
}

.div-block-21 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.container-4 {
  margin-bottom: 170px;
}

.div-block-22 {
  margin: 42px 23px 39px 25px;
}

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

.div-block-23 {
  margin-left: 0;
}

.div-block-24 {
  background-color: #ddd;
  border-radius: 13px;
  flex-direction: column;
  flex: 1;
  margin-top: 6px;
  margin-bottom: 14px;
  padding: 7px 15px;
  display: flex;
}

.div-block-25 {
  background-color: #ccc;
  margin-left: 19px;
  margin-right: -2px;
  padding: 15px 14px 16px 24px;
}

.text-block-12 {
  margin-top: 8px;
}

.link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13 {
  color: #fff;
}

.image-6 {
  border-radius: 14px;
  box-shadow: 0 4px 7px 2px #000;
}

.div-block-26 {
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

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

.whitetext {
  color: #000;
}

.brightlink {
  color: #fbff00;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-28 {
  width: 100%;
}

.text-block-14, .text-block-15 {
  font-size: 14px;
}

.text-block-16 {
  text-align: left;
  margin-top: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.div-block-29 {
  display: flex;
}

.columns-2 {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bold-text-2, .text-block-17, .text-block-18, .text-block-19 {
  color: #000;
}

.grid-4 {
  background-color: #dfdfdf;
  border-radius: 8px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1.75fr minmax(200px, 1fr) 1fr 1fr 1fr;
  margin: 30px 34px 94px 21px;
  padding: 13px 18px;
}

.text-block-20 {
  color: #000;
  font-weight: 400;
}

.text-block-21 {
  color: #001157;
  font-weight: 900;
}

.video-3 {
  aspect-ratio: 3;
}

.background-video-2 {
  border: 1px solid #000;
  border-radius: 5px;
  width: 98%;
}

.image-8 {
  width: 100%;
  height: auto;
}

.background-video-3 {
  background-color: #a0a0a0;
}

.image-9 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 17px;
  display: block;
}

.background-video-4 {
  width: 900px;
  min-width: 400px;
  height: 288px;
  min-height: 288px;
}

.background-video-5 {
  width: 90%;
  height: 90%;
}

.image-10 {
  border-radius: 16px;
  margin-left: 0;
}

.container-5 {
  width: 100%;
}

.container-6 {
  text-align: left;
  flex: none;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 50%;
  display: flex;
}

.section-3 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.background-video-6 {
  object-fit: contain;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 300px;
  display: flex;
  overflow: hidden;
}

.heading-3 {
  clear: left;
  text-align: center;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Vollkorn, serif;
  font-size: 4em;
  display: block;
  position: absolute;
  inset: 3% auto auto 5%;
}

.heading-3.mainheading {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 5em;
  top: 11%;
  left: 5%;
}

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

.navbar-no-shadow {
  width: 100%;
  margin-bottom: 7px;
  display: block;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0ff;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.navbar-brand {
  display: block;
}

.nav-menu-wrapper {
  height: 40px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #0ff;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #0ff;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-bottom: 0;
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #003254;
  padding: 12px 16px 12px 22px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.body-3 {
  color: #00ffd4;
  -webkit-text-stroke-color: cyan;
  background-color: #1a191d;
  margin-top: 1px;
  margin-left: 1px;
  padding-right: 0;
  overflow: visible;
}

.image-11 {
  margin-top: 0;
}

.hero-heading-center {
  color: #131313;
  background-color: #111113;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 34px;
  padding: 19px 30px 36px;
  position: relative;
}

.container-7 {
  -webkit-text-stroke-color: #0ff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  color: #609e9e;
  text-align: center;
  -webkit-text-stroke-color: #000;
  margin-bottom: 16px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.centered-heading.margin-bottom-32px {
  color: #489ca7;
  text-align: center;
  -webkit-text-stroke-color: #bec5e2;
  margin-bottom: 32px;
  font-size: 36px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #b7bedb;
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #0ff;
  text-transform: uppercase;
  background-color: #003251;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.list-item {
  color: #0ff;
}

.team-slider {
  border-radius: 3px;
}

.centered-subheading {
  color: #001b1b;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-metrics {
  background-color: #7189ad;
  border-bottom: 5px solid #235792;
  border-radius: 0;
  margin: 28px 8px 65px;
  padding: 0;
  position: relative;
}

.container-8 {
  background-color: #000;
  border-radius: 2px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 35px;
}

.features-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.image-12 {
  clear: none;
  text-align: left;
  position: static;
}

.image-13 {
  width: 100%;
}

.menuspace {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}

.menuwords {
  margin-bottom: 0;
}

.text-block-22, .text-block-23, .replacethis {
  color: #ff0004;
}

.video-4 {
  width: 100%;
}

.section-4 {
  width: 80%;
}

.body-4 {
  background-color: var(--grayhawk);
  color: #fff;
}

.text-block-24 {
  color: #fff;
  font-size: 56px;
}

.text-block-24.op {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 16px;
  font-family: Roboto, sans-serif;
  line-height: 64px;
}

.text-block-24.low {
  margin-top: 7px;
  margin-bottom: 42px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
}

.heroimage {
  margin-top: 20px;
  margin-bottom: -18px;
}

.button-2 {
  color: var(--cyanic);
  background-color: #084866;
  border-radius: 13px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.toptextdiv {
  margin-top: 123px;
}

.herobutndiv {
  flex-flow: row;
  justify-content: flex-start;
  margin-bottom: 45px;
  text-decoration: none;
  display: flex;
}

.text-block-25 {
  color: #fff;
}

.div-block-30 {
  align-self: center;
  margin-left: 23px;
}

.div-block-31 {
  align-self: center;
  margin-right: 33px;
}

.image-14 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

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

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

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

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

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .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: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .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: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

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

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

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  .grid-3 {
    grid-template-columns: minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr) minmax(100px, .25fr);
  }

  .image-7 {
    width: 100%;
  }

  .navbar-no-shadow {
    display: block;
    overflow: visible;
  }

  .navbar-no-shadow-container {
    display: block;
  }

  .container-regular {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .navbar-brand {
    box-sizing: border-box;
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    display: flex;
    overflow: visible;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex-flow: row;
    order: 1;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: stretch;
    display: flex;
  }

  .nav-menu {
    background-color: #000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
    flex: 1;
    order: 1;
    display: flex;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-8 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

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

  .section.cc-contact {
    padding: 15px;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .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: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

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

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

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

  .columns-2 {
    flex-wrap: wrap;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center, .team-slider, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

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

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

  .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, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

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

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

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

  .div-block-13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-4 {
    margin-left: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-7 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-8 {
    max-width: none;
  }
}

#w-node-_7fb3ac56-17f8-5005-68d8-476ca894a459-bf7c4fe7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_719aab62-284a-714e-a1b9-9ed9bee1162d-bf7c4fe7 {
  grid-row: span 2 / span 2;
}

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

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-867c4fec {
  grid-area: 1 / 2 / 2 / 3;
}

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

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

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

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

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

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

#w-node-dac044b7-be90-60f3-414d-4224828ffdd8-867c4fec {
  grid-area: 2 / 2 / 3 / 3;
}

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

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-867c4fec, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-867c4fec:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-867c4fec {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-867c4fec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-867c4fec {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-867c4fec {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-867c4fec {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-867c4fec {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-867c4fec {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

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

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3d7c4fed {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3d7c4fed {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-3d7c4fed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3d7c4fed {
  grid-area: 1 / 2 / 2 / 3;
}

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

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-bf7c4fef {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-bf7c4fef {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-bf7c4fef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-bf7c4fef {
  grid-area: 1 / 1 / 2 / 2;
}

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

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-567c4ff0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-567c4ff0 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-567c4ff0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-567c4ff0 {
  grid-area: 1 / 1 / 2 / 2;
}

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

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-6c7c4ff1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-6c7c4ff1 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-6c7c4ff1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-6c7c4ff1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ded8b34b-7299-f4cc-2aa3-a054c7d2d862-1655ebf7, #w-node-_8a565196-a06c-5752-b5a2-0b16ee24d752-1655ebf7, #w-node-_75331df8-3f79-9dc1-b9b0-ebafccf899cd-1655ebf7, #w-node-_2170f065-8a63-beb7-e3de-1614f19716a0-1655ebf7, #w-node-_2d245e43-c94b-204b-15c9-e4e7e22f9625-1655ebf7, #w-node-_2be8ac7a-fd38-0f2d-4a2a-595efe5dc8d1-1655ebf7, #w-node-a163a191-e0fc-1970-65b5-0b84cd708601-1655ebf7, #w-node-_493b0b4e-e6b0-fc92-becd-d6dfc3607765-1655ebf7, #w-node-_4a62b87f-4857-0828-e249-2c6cd1b6e5a7-1655ebf7, #w-node-ef5d95b2-9cc8-3bcb-e6c8-156193dd4c65-1655ebf7, #w-node-_7306b3fb-8358-5d4a-8987-65a30acaf515-1655ebf7, #w-node-_65095d4e-7be2-3090-5d9a-63f833b3feb6-1655ebf7, #w-node-_7c92ce33-8cd7-2bb1-e131-a03f90f36909-1655ebf7, #w-node-_5abc6436-5257-5c17-5df5-0d3515317ac0-1655ebf7, #w-node-b46ccd12-93e4-3d48-3ee6-c63ef915244d-1655ebf7, #w-node-fe66835f-6bdb-817e-adb2-8d5724514fba-1655ebf7, #w-node-e80d9494-4ff4-896b-7904-5147f671f129-1655ebf7, #w-node-_0d2ee631-d564-c57e-057f-2de3590d8634-1655ebf7, #w-node-a571f40f-c1b5-2e4d-825f-8d27b0298abe-1655ebf7, #w-node-_77fbdb4a-0db2-1a8a-00a0-2252f692db9f-1655ebf7, #w-node-b92a101a-49dc-6a78-7294-128a07d9a7de-1655ebf7, #w-node-_3bcbd4ca-a7d5-40ad-f340-c6be678e9423-1655ebf7, #w-node-_51b519a6-c083-612a-71a1-bedc0d2ec7ca-1655ebf7, #w-node-_459ef251-05b1-8fb9-09f5-ef415ed469bb-1655ebf7, #w-node-f8c9701d-e76b-020d-82db-760387f03fc5-1655ebf7, #w-node-_32c98653-8322-2e4b-3d9d-b7eeeebbd3da-1655ebf7, #w-node-_28ce9bae-7692-c84a-9ed1-1cb284a035f7-1655ebf7, #w-node-e78d1356-eab1-6cd1-9b6f-9795f72c5f91-1655ebf7, #w-node-_2b065b60-4eeb-9ee6-da61-81e9615606e7-1655ebf7, #w-node-aedaab6f-4569-ba9d-86ba-d7902dd06cb6-1655ebf7, #w-node-c5c508fb-f53e-8e71-842f-7362ef6a33fe-1655ebf7, #w-node-_1da2ec54-b56f-852f-2706-d5574495fe26-1655ebf7, #w-node-_2572d83e-0248-06ca-2aea-20af67ac6ce9-1655ebf7, #w-node-_57874c0b-7eaa-3820-f351-7ae00756efa2-1655ebf7, #w-node-be2b8554-e966-805b-2d8a-2809770c47f4-1655ebf7, #w-node-cd6cf3e0-9289-08d6-32d8-6866d918ff23-1655ebf7, #w-node-e7ba6e5b-7490-320f-135f-086514fb1456-1655ebf7, #w-node-_0743db74-462f-8623-8ade-419ade201aa8-1655ebf7, #w-node-fee5593b-6954-b600-afa6-f0eefb1cbc3a-1655ebf7, #w-node-ad56b26f-39b8-c41f-2f06-ff81e80d05f0-1655ebf7, #w-node-e6d4a910-1ab3-7933-6c3f-1c1b4f946b39-1655ebf7, #w-node-_6ce2139a-e558-46ad-e797-a850135f154b-1655ebf7, #w-node-_3ac41b1f-5f3c-036e-4563-e145dec4b63f-1655ebf7, #w-node-_868b71ee-2195-b9a0-523d-3122f8014251-1655ebf7, #w-node-cc63571f-6796-1601-c2e6-5aeb9869a82c-1655ebf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-867c4fec, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-867c4fec, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-867c4fec {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffdd8-867c4fec {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffe12-867c4fec {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-867c4fec {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-867c4fec {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-867c4fec {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-867c4fec {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-867c4fec {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-867c4fec {
    grid-area: 4 / 2 / 5 / 3;
  }

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

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-3d7c4fed {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-3d7c4fed {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-3d7c4fed {
    grid-area: 2 / 1 / 3 / 2;
  }

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

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-bf7c4fef {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-bf7c4fef {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-bf7c4fef {
    grid-area: 2 / 1 / 3 / 2;
  }

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

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-567c4ff0 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-567c4ff0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-567c4ff0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-567c4ff0, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6c7c4ff1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-6c7c4ff1 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-6c7c4ff1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-6c7c4ff1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-6c7c4ff1 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


