:root {
  --white: white;
  --old-portfolio-main: #1e1144;
  --goldenrod: #e9b921;
  --black: black;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@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 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.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 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  mix-blend-mode: normal;
  background-color: #fef8f466;
  border-bottom: 1px solid #d0c7bb;
  align-items: center;
  min-height: 90px;
  padding: 36px 50px 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-image {
  display: block;
  position: relative;
}

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

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  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 {
  justify-content: space-between;
  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 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: 50px;
  grid-template-rows: auto;
}

.column-left {
  position: relative;
}

.sticky-container {
  background-color: #0000;
  padding-top: 60px;
  position: sticky;
  top: 100px;
}

.body-wrapper {
  position: relative;
}

.body {
  background-color: #fef8f4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.intro-slogan {
  color: #8d4a1f;
  letter-spacing: -6px;
  font-family: Corben, sans-serif;
  font-size: 90px;
  line-height: 80px;
}

.normal-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.normal-text.intro-text {
  margin-top: 40px;
}

.normal-text.work-title-date {
  opacity: .69;
  font-size: 16px;
  line-height: 28px;
}

.intro-ctas {
  margin-top: 40px;
  display: flex;
}

.intro-ctas.intro-ctas-bottom {
  display: none;
}

.intro-cta-text {
  color: #8d4a1f;
  letter-spacing: -.5px;
  text-transform: none;
  margin-top: -10px;
  margin-right: 8px;
  font-family: Corben, sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
}

.intro-cta {
  margin-right: 24px;
  font-family: Corben, sans-serif;
  text-decoration: none;
  display: flex;
  position: static;
}

.intro-cta-icon {
  display: inline-block;
}

.portfolio-floats {
  z-index: -100;
  width: 396px;
  position: absolute;
  inset: 0% auto auto 32%;
}

.portfolio-floats.small {
  width: 110px;
  position: fixed;
  top: -4%;
  left: 3%;
}

.portfolio-floats.small.sun {
  top: -50%;
}

.portfolio-floats.hex {
  width: 150px;
  position: relative;
  top: 640px;
  left: -19%;
}

.portfolio-floats.sun {
  position: absolute;
}

.work-card-container {
  border-radius: 8px;
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 0 2px #2d2d2d1f, 0 0 8px -2px #2d2d2d29, 0 0 16px #2d2d2d0a;
}

.work-card-container.work-resume {
  color: var(--white);
  background-image: url('../images/work-bg-blue.png');
  background-position: 50%;
  margin-bottom: 80px;
}

.work-card-container.work-marketplace {
  color: var(--white);
  background-image: url('../images/work-bg-aqua.png');
  background-size: cover;
  margin-top: 20px;
  margin-bottom: 80px;
}

.work-card-container.work-booking {
  background-image: url('../images/work-bg-sky.png');
  background-position: 0 0;
  background-size: cover;
}

.work-card-container.work-skillacademy {
  color: var(--white);
  background-image: url('../images/work-bg-red.png');
  background-position: 0 0;
  background-size: cover;
}

.work-card-container.work-automation {
  color: var(--white);
  background-image: url('../images/work-bg-purple.png');
  background-size: cover;
  margin-top: 340px;
  margin-bottom: 40px;
}

.work-card-wrapper {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(0deg, #00000052 65%, #fff0);
  border-radius: 8px;
  padding: 32px;
}

.work-card-wrapper.work-card-wrapper-booking {
  background-image: linear-gradient(to top, #ffffff52, #fff0);
}

.work-title {
  margin-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.image {
  margin-top: -54px;
}

.image-container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-container.image-container-marketplace {
  text-align: center;
  padding: 32px;
}

.image-container.image-container-skillacademy {
  padding: 20px;
}

.image-2 {
  margin-top: -50px;
  position: static;
  top: -3em;
  right: -1.5em;
}

.image-3 {
  margin-top: -103px;
  margin-left: -60px;
  position: static;
  top: -9em;
  left: -3em;
}

.toolbox-item {
  margin-top: 36px;
  margin-bottom: 36px;
}

.image-4 {
  margin-top: -36px;
}

.image-5 {
  object-fit: fill;
  margin-top: -108px;
  position: static;
}

.image-6 {
  border-radius: 8px;
}

.backdrop-floats {
  z-index: -1;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.booking-highlight-wrapper {
  margin-left: -35px;
  margin-right: -35px;
}

.navigation-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.work-title-wrapper {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.work-dates {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.bold-text {
  letter-spacing: -1px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.webflow-homepage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.old-navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.navbar-logo-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #1e1144;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--old-portfolio-main);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.hero-heading-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/Photo-by-Mike-Yukhtenko-—-Unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 500px;
  padding: 64px 24px;
  display: flex;
}

.container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slogan-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1e1144;
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #fff;
  letter-spacing: -.04em;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.tag-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.gallery-scroll {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.columns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.work-tile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.work-tile:hover {
  opacity: .6;
}

.old-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.footer-column {
  text-align: center;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.small-columns {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.footer-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-text {
  color: #1e1144;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-3, .content-4, .content-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  display: flex;
}

.grid-2-x-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.about-header {
  color: #1e1144;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.about-text {
  color: #6d78a5;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.error-f244f3e8-ef9c-4c99-4bdd-79331537b735 {
  color: #6d78a5;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.resume-download-pdf {
  color: #6d78a5;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.email-kn-karimnaguib-gmail-com {
  color: #6d78a5;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.bold {
  color: #6d78a5;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.resume-download-pdf-1 {
  color: #6d78a5;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.work-tile-container {
  background-color: var(--old-portfolio-main);
  cursor: pointer;
  transition-property: none;
}

.work-highlight-tile {
  background-color: var(--goldenrod);
  max-width: 730px;
  color: var(--white);
  padding: 24px;
}

.heading {
  font-weight: 300;
  line-height: 100%;
}

.work-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.work-highlight-title {
  color: var(--goldenrod);
  display: inline;
}

.slide {
  background-image: url('../images/payment-selector.jpg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  background-color: #0000;
  min-height: 460px;
}

.slide-2 {
  background-image: url('../images/dashboard-widget.jpg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/unique-selling-points.jpg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/plan-card.jpg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/value-increase.jpg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/submit-button.jpg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.paragraph {
  color: #333;
  text-align: center;
}

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

.paragraph-3 {
  color: #333;
  text-align: center;
}

.bold-text-2 {
  color: var(--old-portfolio-main);
  font-size: 40px;
}

.paragraph-4 {
  margin-top: 40px;
}

.slider-2 {
  background-color: #0000;
  min-height: 460px;
}

.image-7 {
  width: 100%;
}

.booking-grid-1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.link, .link-2, .link-3, .link-4 {
  display: inline;
}

.centered-image {
  margin: 20px auto;
}

.rich-text-block {
  display: inline;
}

.youtube {
  margin-bottom: 40px;
}

.grid-3 {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.rich-text-block-2 {
  text-align: center;
}

.bold-text-3, .bold-text-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  font-weight: 500;
}

.image-8 {
  align-self: center;
  margin-top: -340px;
  margin-bottom: -120px;
}

.body-2 {
  background-image: url('../images/work-bg-purple.png');
  background-position: 0 0;
  background-size: auto;
}

.container-4 {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  max-width: 300px;
  max-height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  position: fixed;
  inset: 0%;
}

.container-4.blur-overlay {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #0000000d;
  -webkit-mask-image: linear-gradient(to top, #000 0% 50%, #0000 95%);
  mask-image: linear-gradient(to top, #000 0% 50%, #0000 95%);
}

.work-cta {
  background-color: var(--white);
  color: #000;
  cursor: pointer;
  border-radius: 60px;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.work-cta:where(.w-variant-23c8aa18-93d9-c54d-2b6a-2bca5c6767a0) {
  opacity: .4;
  cursor: wait;
}

.work-cta:hover {
  transform: scale(1.05);
}

.work-cta:hover:where(.w-variant-23c8aa18-93d9-c54d-2b6a-2bca5c6767a0) {
  transform: none;
}

.work-card-cta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: flex;
}

.code-embed {
  width: 100vw;
  height: 100vh;
}

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

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

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

  .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: 32px 30px 25px;
    position: static;
  }

  .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 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .column-left, .sticky-container, .body-wrapper {
    position: static;
  }

  .intro-ctas {
    margin-top: 40px;
  }

  .intro-cta {
    margin-right: 32px;
  }

  .portfolio-floats.small.sun {
    display: none;
  }

  .portfolio-floats.hex {
    display: none;
    position: absolute;
    top: 19%;
    left: 85%;
  }

  .portfolio-floats.sun {
    display: block;
    position: absolute;
  }

  .work-card-container {
    transition-property: none;
  }

  .work-card-container:hover {
    transform: none;
  }

  .work-card-container.work-resume {
    transition-property: none;
  }

  .work-card-container.work-resume:hover {
    transform: none;
  }

  .work-card-container.work-marketplace {
    margin-top: 40px;
    transition-property: none;
  }

  .work-card-container.work-automation {
    margin-top: 340px;
    transition-property: none;
  }

  .image-container {
    max-height: 46em;
  }

  .image-5 {
    width: 100%;
  }

  .backdrop-floats {
    z-index: 0;
    height: 1px;
    position: static;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .container-2, .columns {
    flex-direction: column;
    align-items: center;
  }

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

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

  .footer-link {
    align-items: center;
  }

  .footer-text {
    margin-bottom: 10px;
  }

  .content-3, .content-4, .content-5 {
    align-items: center;
  }

  ._2-columns {
    flex-direction: column;
    align-items: center;
  }

  .work-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slider, .slider-2 {
    min-height: auto;
  }

  .booking-grid-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
  }
}

@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: left;
  }

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

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

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

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

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

  .navigation {
    min-height: 60px;
    padding: 26px 40px 20px;
  }

  .logo-image {
    max-width: 80%;
  }

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

  .sticky-container {
    padding-top: 40px;
  }

  .intro-slogan {
    letter-spacing: -4px;
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .intro-slogan.intro-slogan-bottom {
    margin-bottom: 36px;
  }

  .normal-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .normal-text.intro-text {
    margin-top: 30px;
    font-size: 1.15rem;
    line-height: 1.35rem;
  }

  .intro-ctas {
    flex-flow: wrap;
    margin-top: 20px;
  }

  .intro-ctas.intro-ctas-bottom {
    margin-top: 60px;
    margin-bottom: 60px;
    display: block;
  }

  .intro-cta {
    padding-bottom: 24px;
  }

  .portfolio-floats.small.sun {
    position: absolute;
    top: -3%;
    left: 4%;
  }

  .portfolio-floats.hex {
    position: absolute;
    top: 19%;
    left: 88%;
  }

  .portfolio-floats.sun {
    z-index: auto;
    position: relative;
    top: auto;
    left: auto;
    right: -75%;
  }

  .work-card-container.work-marketplace {
    margin-top: 0;
  }

  .work-card-container.work-automation {
    margin-top: 320px;
  }

  .work-card-wrapper {
    padding: 20px 20px 24px;
  }

  .work-title {
    font-size: 1.125rem;
  }

  .image-3 {
    width: 90%;
    margin-left: -40px;
  }

  .backdrop-floats {
    z-index: -1;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .column-5 {
    margin-bottom: 40px;
  }

  .column-1, .column-6 {
    margin-bottom: 20px;
  }

  .booking-grid-1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

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

  .work-cta {
    font-size: 1rem;
  }
}

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

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

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

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

  .intro-slogan {
    position: relative;
  }

  .intro-slogan.intro-slogan-bottom {
    font-size: 3.5rem;
  }

  .intro-ctas {
    flex-flow: column wrap;
  }

  .intro-ctas.intro-ctas-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }

  .portfolio-floats.sun {
    right: -75%;
  }

  .work-card-container.work-automation {
    margin-top: 140px;
  }

  .image-container {
    max-height: 25em;
  }

  .image-2 {
    top: -3em;
    right: -2em;
  }

  .image-3 {
    margin-left: 24px;
    top: -7.3em;
    left: -2em;
  }

  .toolbox-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image-5 {
    margin-top: -70px;
  }

  .booking-highlight-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }

  .hero-heading-left {
    background-color: #1e1144;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .title-copy-goes-here-be-awesome {
    margin-bottom: 40px;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about-text {
    order: 0;
    font-size: 18px;
  }

  .bold {
    font-size: 18px;
  }

  .image-8 {
    margin-top: -192px;
  }

  .work-cta {
    font-size: 1rem;
  }

  .work-card-cta-wrapper {
    flex-flow: column;
  }
}

#w-node-_2ea0d40f-2afc-2fa3-0b08-7cbe36a51ce9-c4253a84, #w-node-af7b79b6-ffd7-da5b-99cd-bf840e1278f8-c4253a84, #w-node-_6f45fb3c-0e0f-68e6-2fd3-39bedce03d00-c4253a84, #w-node-d98f3079-69e1-d1e7-eef1-63b6b1f823ff-c4253a84, #w-node-_6b641660-11be-5e92-3058-2f4b8b952faa-c4253a84, #w-node-_3fd5d6b8-6274-9d8a-bfa5-e26afa57754a-c4253a84, #w-node-ab48d1aa-9c99-3eaf-1fdc-5a600c89b889-c4253a84, #w-node-ab48d1aa-9c99-3eaf-1fdc-5a600c89b88a-c4253a84, #w-node-ab48d1aa-9c99-3eaf-1fdc-5a600c89b88b-c4253a84, #w-node-ab48d1aa-9c99-3eaf-1fdc-5a600c89b88c-c4253a84, #w-node-ab48d1aa-9c99-3eaf-1fdc-5a600c89b88d-c4253a84, #w-node-ab48d1aa-9c99-3eaf-1fdc-5a600c89b88e-c4253a84, #w-node-_5b4f4180-2ccb-1aeb-af26-ba5893a043c6-14bf8f1f, #w-node-e587d4af-d4d5-19ff-6760-87926c4d157f-14bf8f1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


