:root {
  --white: white;
  --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;
}

@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: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inconsolata, monospace;
}

.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 {
  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: 1;
  text-decoration: none;
}

.paragraph-light.cc-position-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 14px;
}

.section {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.section.cc-contact {
  background-color: #000;
  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;
}

.logo-link.w--current {
  z-index: 999;
  opacity: 1;
  mix-blend-mode: normal;
  transition: opacity .2s;
}

.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;
  display: none;
}

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

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

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

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

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

.navigation-items {
  z-index: 999;
  background-color: #fff0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #e4e4e4;
  border: 1px solid #0000001a;
  align-items: center;
  padding: 10px 50px;
  font-family: Inconsolata, monospace;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  display: block;
}

.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: 30px;
}

.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: 60px;
}

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

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

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('../images/Screen-Shot-2023-05-28-at-5.31.50-PM.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #00000047;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.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/Dashboard.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #00000059;
  position: relative;
}

.work-image.cc-work-4:hover {
  opacity: 1;
  mix-blend-mode: difference;
}

.work-image.cc-work-3 {
  background-image: url('../images/Screen-Shot-2023-05-28-at-5.31.50-PM.png');
  background-size: cover;
  border: 1px solid #00000080;
  position: relative;
}

.work-image.cc-work-3:hover {
  opacity: 1;
  mix-blend-mode: difference;
}

.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 {
  color: #fff;
  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 {
  display: none;
}

.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: 60px;
  margin-bottom: 60px;
}

.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: 20px;
  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;
}

.body, .body-2 {
  background-color: #e4e4e4;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-block {
  font-size: 20px;
  font-weight: 700;
}

.heading {
  font-family: Inconsolata, monospace;
  font-weight: 400;
  line-height: 35px;
}

.heading-2 {
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.heading-3 {
  font-weight: 700;
}

.div-block {
  mix-blend-mode: darken;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.text-span {
  mix-blend-mode: normal;
}

.text-span:hover {
  border: 1px #000;
  font-style: normal;
  text-decoration: none;
}

.text-span-2 {
  color: #000;
  font-size: 14px;
}

.text-span-3 {
  color: #1a1b1f99;
}

.body-3 {
  background-color: #e4e4e4;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

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

.text-block-2 {
  color: #2aec71;
  font-size: 45px;
}

.div-block-3 {
  z-index: 4;
  background-color: #836363;
}

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

.body-4 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.div-block-5, .div-block-6 {
  display: block;
}

.image {
  background-image: url('../images/Screen-Shot-2023-05-28-at-5.31.50-PM.png');
  background-position: 0 0;
  background-size: auto;
}

.image-2 {
  background-image: url('../images/Artboard-–-2.png');
  background-position: 0 0;
  background-size: auto;
}

.link-block {
  background-image: url('../images/ezgif.com-video-to-gif-3.gif');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  display: flex;
}

.link-block:hover {
  mix-blend-mode: hard-light;
}

.link-block-2 {
  background-image: url('../images/Screen-Shot-2023-11-04-at-2.39.57-PM.png');
  background-size: cover;
  border: 1px solid #00000059;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  height: 460px;
  display: flex;
  position: relative;
}

.link-block-2:hover {
  mix-blend-mode: exclusion;
}

.body-5 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.body-6 {
  background-color: #e4e4e4;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  overflow: hidden;
}

.image-3 {
  opacity: 1;
  display: none;
}

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

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

.link-block-copy {
  background-image: url('../images/Screen-Shot-2023-07-04-at-1.05.53-PM.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #0e0d0df5;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  display: flex;
}

.link-block-copy:hover {
  mix-blend-mode: exclusion;
}

.text-span-4 {
  font-weight: 700;
}

.body-7, .body-8 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: #fff0;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-space-medium-7 {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-medium-12 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-12 {
  color: #131313;
  margin-bottom: .75rem;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.uui-heading-xxsmall-7 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-medium-10 {
  color: #475467;
  letter-spacing: normal;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.uui-space-xxsmall-6 {
  width: 100%;
  min-height: .5rem;
}

.uui-button-secondary-gray-10 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-10:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-10:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-layout32_progress-bar {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.uui-layout32_progress-bar-wrapper {
  background-color: #eaecf0;
  width: 2px;
  height: 75%;
  display: block;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.ex1 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  font-family: Inconsolata, monospace;
}

.uui-button-row-11 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall-8 {
  color: #070707;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-button-20 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-20:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-20:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.uui-icon-featured-outline-large-4 {
  color: #000;
  background-color: #dbdbdb;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout32_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.ex2 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-block-3 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Inconsolata, monospace;
  font-size: 65px;
  font-weight: 400;
  line-height: 65px;
}

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

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-top: 20px;
}

.div-block-11 {
  margin-top: 6em;
  font-family: Inconsolata, monospace;
}

.ex11, .ex22 {
  padding-top: 0;
  padding-bottom: 7rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.ed1 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.text-span-5 {
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.text-span-6 {
  font-style: italic;
}

.ed2 {
  padding-top: 4rem;
  padding-bottom: 7rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.uui-logos04_logo-3 {
  height: 3rem;
}

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

.uui-logos04_text-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-logos04_wrapper-3 {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logo-loop_component-3 {
  height: 4.5rem;
  margin-top: 2rem;
}

.uui-space-xxlarge-3 {
  width: 100%;
  min-height: 5rem;
}

.uui-logo-loop_inner-3 {
  display: flex;
}

.uui-max-width-large-13 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-13.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-logos04_list-3 {
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 175rem;
  display: flex;
}

.uui-section_logos04-3 {
  overflow: hidden;
}

.ex33 {
  padding-top: 0;
  padding-bottom: 7rem;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.brix---section-small-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---container-default-15 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---grid-6-columns-logo-strip-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.text-span-7 {
  font-weight: 700;
}

.text-span-8 {
  font-weight: 400;
}

.div-block-12 {
  line-height: 17px;
  display: block;
}

.text-block-3-copy {
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 65px;
}

.italic-text {
  font-style: normal;
}

.text-span-9 {
  color: #38bd45;
}

.italic-text-2 {
  font-style: normal;
}

.text-span-10 {
  color: #13131391;
}

.html-embed {
  opacity: .5;
  color: #000;
}

.html-embed:hover, .link-block-3 {
  opacity: 1;
}

.html-embed-2 {
  opacity: .5;
}

.html-embed-2:hover {
  opacity: 1;
}

.html-embed-3 {
  opacity: .5;
}

.html-embed-3:hover {
  opacity: 1;
}

.image-4 {
  border-radius: 20em;
  display: block;
  box-shadow: 0 4px 5px #0003;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.image-5, .image-6 {
  margin-bottom: 20px;
}

.text-span-11 {
  opacity: .7;
  font-style: normal;
  text-decoration: none;
}

.text-span-12 {
  color: #000;
  text-decoration: underline;
}

.link-block-4 {
  text-decoration: none;
}

.brix---grid-gallery-v6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---image-wrapper-br-24px {
  border-radius: 10px;
  overflow: hidden;
}

.brix---image-width-100 {
  width: 100%;
}

.gallery {
  max-width: 1400px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

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

.gallery1 {
  max-width: 1400px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  font-family: Inconsolata, monospace;
  display: flex;
}

.html-embed-4 {
  line-height: 16px;
}

.link-block-copy {
  background-image: url('../images/ezgif.com-video-to-gif-3.gif');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #00000059;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  display: flex;
  position: relative;
}

.link-block-copy:hover {
  filter: saturate(160%);
  mix-blend-mode: normal;
}

.hovershow {
  opacity: 0;
  border-radius: 20px;
  flex-direction: column;
  position: absolute;
  inset: 0%;
}

.hovershow:hover {
  opacity: 1;
  text-align: center;
  background-color: #ffffffb8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-weight: 700;
}

.link-block-copy-copy {
  background-image: url('../images/Screen-Shot-2023-11-04-at-2.53.43-PM.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #0e0d0d59;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  display: flex;
  position: relative;
}

.link-block-copy-copy:hover {
  mix-blend-mode: exclusion;
}

.div-block-18 {
  opacity: 0;
  border-radius: 20px;
  justify-content: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-18:hover {
  opacity: 1;
  background-color: #ffffffab;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-19 {
  position: absolute;
  inset: 0%;
}

.div-block-19:hover {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-20 {
  position: absolute;
  inset: 0%;
}

.div-block-20:hover {
  background-color: #000000f7;
}

.div-block-21 {
  position: absolute;
  inset: 0%;
}

.div-block-21:hover {
  background-color: #0c0000b8;
}

.div-block-22 {
  position: absolute;
  inset: 0%;
}

.project1skillset {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.div-block-23 {
  margin-top: 40px;
}

.mainsection {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  max-width: 1400px;
  margin-top: 7em;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 7em;
  display: grid;
}

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

.link-block-5, .link-block-6 {
  text-decoration: none;
}

.div-block-24 {
  border-radius: 0;
}

.text-block-5 {
  font-weight: 700;
}

.resumemain {
  margin-top: 12em;
  margin-left: 30px;
  margin-right: 30px;
}

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

.div-block-7-copy {
  display: block;
}

.link-block-2-copy {
  background-image: url('../images/Proj.2-.png');
  background-size: cover;
  border: 1px solid #00000059;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  height: 460px;
  display: flex;
  position: relative;
}

.link-block-2-copy:hover {
  mix-blend-mode: exclusion;
}

.uui-heading-subheading-25 {
  color: #000;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-31 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-blogsection12_image {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-weight: 700;
  position: absolute;
  inset: 0%;
}

.uui-blogsection12_category-link {
  color: #6941c6;
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection12_category-link:hover {
  color: #53389e;
}

.uui-blogsection12_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection12_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blogsection12_component {
  background-color: #0000;
  height: auto;
  margin-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.uui-text-size-large-28 {
  color: #475467;
  letter-spacing: normal;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-blogsection12_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection12_slide-nav {
  color: #000;
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-button-icon-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-blogsection12_arrow {
  color: #667085;
  background-color: #fff6;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.uui-blogsection12_arrow:hover {
  background-color: #f9fafb;
}

.uui-blogsection12_arrow.left {
  background-color: #fff6;
  right: 4rem;
}

.uui-heading-xsmall-12 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.uui-blogsection12_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection12_title-link {
  color: #fff;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.uui-space-xsmall-23 {
  width: 100%;
  min-height: 1rem;
}

.uui-blogsection12_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection12_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-blogsection12_slide {
  padding-right: 2rem;
}

.uui-blogsection12_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blogsection12_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection12_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-heading-medium-24 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-container-large-30 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogsection12_heading {
  flex: 1;
}

.uui-blogsection12_item {
  filter: grayscale();
}

.uui-blogsection12_item:hover {
  filter: grayscale(0%);
}

.uui-text-size-small-15 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-section_blogsection12 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  overflow: hidden;
}

.uui-button-32 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-32:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-32:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-32.is-button-medium {
  grid-column-gap: .5rem;
  padding: .625rem 1.125rem;
  font-size: 1rem;
}

.uui-text-size-medium-25 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-blogsection12_author-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-max-width-large-27 {
  width: 100%;
  max-width: 48rem;
}

.uui-blogsection12_author-image-wrapper {
  margin-right: .75rem;
}

.uui-text-divider-8 {
  color: #475467;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider-8.text-size-small {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-page-padding-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-blogsection12_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection12_button-row.hide-mobile-landscape {
  display: none;
}

.html-embed-5 {
  color: #ececec;
}

.text-block-6 {
  color: #e7e8eb;
}

.link {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link.curved-underline, .link.underline-expand {
  font-weight: 700;
  text-decoration: none;
}

.link.text-decoration-none {
  padding: 9px 20px;
}

.link.text-decoration-none:hover {
  color: #000;
}

.link.glitch-lines {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.link.slide-in-bottom {
  font-weight: 500;
  text-decoration: none;
}

.link.underline-fill {
  color: #8d8d8d;
  font-weight: 700;
}

.link.underline-fill:hover {
  color: #ff1212;
}

.link.underline-trail {
  text-transform: lowercase;
  font-weight: 500;
}

.link.wavy-link {
  font-size: 60px;
}

.link.split-underline {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.link.thick-double-underline {
  font-weight: 700;
}

.link.underline-slide {
  text-transform: uppercase;
}

.link.circle-link {
  font-family: Exo, sans-serif;
}

.custom-styles {
  display: block;
}

.button-2 {
  color: #fff;
  background-color: #7f56d9;
  border: 2px solid #7f56d9;
  border-radius: 8px;
  padding: 12px 36px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 0 0 2px 1px #1018280d;
}

.button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
  text-decoration: none;
}

.section-title {
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
  width: 100%;
}

.three-dots {
  padding: 5px 8px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 20px;
}

.handwriting {
  letter-spacing: -.03em;
  font-size: 32px;
  line-height: 36px;
}

.handwriting.rotate {
  white-space: nowrap;
  transform: translate(0, -16px)rotate(-15deg);
}

.button-card-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.brackets {
  font-weight: 700;
}

.container---l {
  width: 100%;
  max-width: 829px;
}

.heading-4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 1;
}

.background-color {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}

.page-wrapper {
  width: 100vw;
  display: none;
}

.section-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section-2.relative {
  position: relative;
}

.main-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.handwriting-contents {
  position: absolute;
  top: -4px;
  transform: translate(0, -100%);
}

.handwriting-contents.hidden-on-mobile {
  inset: auto 10% -100px auto;
}

.section-button-holder {
  grid-column-gap: 12vw;
  grid-row-gap: 8vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90vw;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
  display: grid;
}

.relative {
  position: relative;
}

.text-block-7 {
  color: #000;
}

.subheading {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.subheading.text-primary-1 {
  color: #6941c6;
  margin-top: 0;
}

.text-block-8 {
  text-transform: uppercase;
}

.background {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.section-subtitle {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle.text-large {
  color: #384353;
  max-width: 600px;
  margin-bottom: 36px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.internal-underline {
  position: absolute;
  inset: auto auto -43px 124px;
}

.button-number {
  color: #515f74;
  position: absolute;
  inset: 0% auto auto 0%;
}

.noise {
  z-index: 2;
  opacity: .1;
  mix-blend-mode: overlay;
  background-image: url('../images/noise-gif.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.button-3 {
  color: #fff;
  background-color: #7f56d9;
  border: 2px solid #7f56d9;
  border-radius: 8px;
  padding: 12px 36px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 0 0 2px 1px #1018280d;
}

.button-3:hover {
  background-color: #6941c6;
  border-color: #6941c6;
  text-decoration: none;
}

.heading-5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 1;
}

.txt_anime {
  display: none;
}

.text-block-9 {
  color: #000;
}

.text-block-10 {
  text-transform: uppercase;
}

.uui-team10_content-2 {
  flex-direction: column;
  align-items: center;
}

.uui-page-padding-33 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-medium-26 {
  color: #a7a7a8;
  letter-spacing: normal;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-26.text-color-primary700 {
  color: #5585ff;
  font-family: Inconsolata, monospace;
}

.uui-team10_item-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team10_image-wrapper-2 {
  width: 100%;
  margin-bottom: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-heading-tiny-9 {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team10_list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  width: 100%;
}

.uui-container-large-31 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section_team10-2 {
  margin-top: 60px;
}

.div-block-126 {
  color: #fff;
  background-color: #000;
  padding: 20px 10px;
}

.uui-padding-vertical-xhuge-32 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-medium-25 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-text-size-large-29 {
  color: #475467;
  letter-spacing: normal;
  font-family: Inconsolata, monospace;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-team10_component-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  font-family: Inconsolata, monospace;
  display: grid;
}

.uui-space-xsmall-24 {
  width: 100%;
  min-height: 1rem;
}

.uui-team10_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection12_title-link-copy {
  color: #000;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.uui-heading-xsmall-12-copy {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.se_header:hover {
  color: #1036ce;
  font-weight: 400;
}

.loc_header:hover {
  color: #ff0c0c;
}

.text-block-11 {
  font-size: 45px;
  line-height: 55px;
}

.text-block-12 {
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 65px;
  font-weight: 400;
  line-height: 60px;
}

.text-block-12:hover {
  color: #ff0505;
  font-family: Bitter, serif;
  font-weight: 900;
}

.text-block-13 {
  margin-top: 20px;
  font-size: 35px;
}

.div-block-127 {
  mix-blend-mode: darken;
}

.div-block-128 {
  padding-left: 60px;
}

.text-block-14 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inconsolata, monospace;
}

.scroll_dwn {
  justify-content: center;
  display: none;
}

.html-embed-6 {
  display: inline;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.div-block-133 {
  border: 1px solid #000;
}

.div-block-134 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-15 {
  color: #fff;
  font-weight: 400;
}

.div-block-135 {
  color: #d9d9d9;
  text-align: center;
  background-color: #181818;
  border-top: 1px solid #777;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
}

.image-7 {
  border: 1px #d9d9d9;
  border-right-style: solid;
}

.internal-underline-copy {
  position: static;
  inset: auto auto -43px 124px;
}

.text-block-16 {
  color: #fff;
  background-color: #08ad60;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 700;
}

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

.div-block-137 {
  margin-top: 10px;
}

.div-block-138, .div-block-139, .div-block-140, .div-block-141 {
  background-color: #181818;
}

.image-8, .image-9 {
  border-right: 1px solid #fff;
}

.div-block-142 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.link-block-7 {
  opacity: .44;
  padding: 20px;
}

.link-block-7.w--current {
  padding-right: 10px;
}

.body-9, .body-10, .body-11, .body-12 {
  background-color: #e4e4e4;
}

.div-block-126-copy {
  color: #fff;
  background-color: #414344;
  padding: 20px 10px;
}

.section-3 {
  margin-top: 20px;
}

.text-block-18 {
  font-family: Inconsolata, monospace;
  line-height: 65px;
}

.text-span-13 {
  font-weight: 700;
}

.text-block-19 {
  font-size: 18px;
}

.image-11 {
  position: absolute;
}

.link-block-8, .link-block-9 {
  display: none;
}

.text-block-12-copy {
  color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 65px;
  font-weight: 400;
  line-height: 60px;
}

.text-block-12-copy:hover {
  color: #ff0505;
  font-family: Bitter, serif;
  font-weight: 900;
}

.text-block-20-copy {
  font-family: Inconsolata, monospace;
}

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

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.nav_bar {
  background-color: #e4e4e4;
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 10px 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.rl_navbar1_link {
  color: #000;
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_link-copy {
  color: #000;
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.rl_navbar1_link-copy.w--current {
  color: #000;
}

.text-block-16-copy {
  color: #fff;
  background-color: #08ad60;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inconsolata, monospace;
  font-size: 10px;
  font-weight: 400;
}

.uui-banner08_content-2 {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-icon-1x1-xxsmall-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner08_text-2 {
  color: #344054;
  margin-right: .375rem;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.uui-banner08_icon-wrapper-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-button-secondary-gray-21 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-21:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-21:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-21.is-button-small {
  grid-column-gap: .5rem;
  background-color: #ffffff40;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-banner08_component-2 {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.uui-banner08_wrapper-2 {
  background-color: #e2e2e2;
  border: 1px solid #d0d5dd;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-banner08_text-wrapper-2 {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.icon-featured-modern-large-2 {
  color: #344054;
  background-color: #ffffff2e;
  border: 1px solid #eaecf0;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.text-block-58 {
  font-family: Inconsolata, monospace;
}

.uui-icon-1x1-xsmall-13 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-banner08_close-button-2 {
  color: #667085;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner08_close-button-2:hover {
  color: #475467;
  background-color: #f9fafb;
}

.main {
  position: relative;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

.container-2 {
  position: absolute;
  inset: auto 0% 0%;
}

.sysf-form-3 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.sysf-input-with-label-2 {
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
}

.sysf-input-3 {
  background-color: #fff;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.sysf-input-3:hover {
  border-color: #85a5ff;
}

.sysf-input-3:active {
  border-color: #597ef7;
}

.sysf-input-3:focus {
  background-color: #fff;
  border-color: #2f54eb;
}

.sysf-input-3::placeholder {
  color: #838d95;
}

.sysf-input-3.sysf-medium {
  height: 60px;
  margin-bottom: 12px;
  display: block;
  position: relative;
  box-shadow: 0 1px 3px #00000014;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sysf-button-3 {
  color: #fff;
  text-align: center;
  background-color: #2f54eb;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button-3:hover {
  background-color: #597ef7;
}

.sysf-button-3:active {
  background-color: #1d39c4;
}

.sysf-button-3:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2f54eb;
}

.sysf-button-3.sysf-medium {
  cursor: pointer;
  background-color: #1a1b1f;
  border-radius: 6px;
  margin-right: 10px;
  padding: 8px 40px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
  position: relative;
}

.sysf-button-3.sysf-medium:hover {
  background-color: #fff0;
  border: 2px solid #000;
  font-weight: 700;
}

.sysf-button-text-2 {
  display: inline-block;
}

.text-block-59 {
  text-align: right;
  font-family: Inconsolata, monospace;
  font-size: 14px;
}

.sysf-avatar-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.sysf-avatar-2.sysf-default {
  border: 2px solid #fff;
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 3px #2f54eb;
}

.sysf-switch-field-2 {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.sysf-switch-2 {
  cursor: pointer;
  background-color: #dde1e6;
  background-image: url('../images/Switch-Handle.svg');
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 16px;
  border-style: none;
  border-radius: 10px;
  width: 36px;
  height: 20px;
  margin-top: 0;
  margin-right: 8px;
  transition: background-color .2s;
}

.sysf-switch-2:hover {
  background-color: #d0d4d9;
  border-color: #597ef7;
}

.sysf-switch-2.w--redirected-checked {
  background-color: #2f54eb;
  background-image: url('../images/Switch-Handle.svg');
  background-position: 17px;
  background-size: 16px;
  border-width: 0;
  border-color: #2f54eb;
}

.sysf-switch-2.w--redirected-focus {
  border-color: #597ef7;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2f54eb;
}

.sysf-switch-label-2 {
  color: #636b75;
  margin-bottom: 0;
  font-weight: 400;
}

.a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.text-block-60 {
  font-family: Inconsolata, monospace;
}

.div-block-146 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  display: flex;
}

.text-block-61 {
  font-weight: 700;
}

.ai_response, .user_prompt {
  margin-bottom: 20px;
}

.container-3 {
  height: 500px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: scroll;
}

@media screen and (min-width: 1280px) {
  .paragraph-light.cc-position-name {
    font-family: Inconsolata, monospace;
  }

  .mainsection {
    grid-template-rows: auto;
  }

  .uui-blogsection12_arrow {
    background-color: #ffffff8a;
  }

  .uui-blogsection12_arrow.left {
    background-color: #ffffff3d;
  }

  .link.underline-fill:hover {
    color: #eb1111;
  }

  .custom-styles, .page-wrapper, .txt_anime {
    display: none;
  }

  .text-block-12 {
    font-family: Inconsolata, monospace;
    font-size: 65px;
  }

  .text-block-12:hover {
    font-family: Bitter, serif;
    font-weight: 700;
  }

  .div-block-127 {
    position: relative;
  }

  .scroll_dwn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-15 {
    font-family: Inconsolata, monospace;
  }

  .div-block-135 {
    color: #d9d9d9;
    text-align: center;
    background-color: #181818;
  }

  .text-block-20 {
    font-family: Inconsolata, monospace;
  }

  .image-11 {
    position: static;
  }

  .link-block-8, .link-block-9 {
    display: none;
  }

  .text-block-12-copy {
    font-family: Inconsolata, monospace;
    font-size: 65px;
  }

  .text-block-12-copy:hover {
    font-family: Bitter, serif;
    font-weight: 700;
  }

  .text-block-20-copy {
    font-family: Inconsolata, monospace;
  }

  .rl_navbar1_link-copy.w--current {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-light {
    font-size: 18px;
  }

  .mainsection {
    margin-top: 10em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8em;
  }

  .uui-section_blogsection12 {
    overflow: visible;
  }

  .uui-page-padding-32 {
    overflow: hidden;
  }

  .text-block-11 {
    font-size: 50px;
    line-height: 60px;
  }

  .text-block-12 {
    font-size: 80px;
    line-height: 80px;
  }

  .text-block-13 {
    font-size: 45px;
  }

  .image-10 {
    border-right: 1px #000;
  }

  .section-3 {
    margin-top: 40px;
  }

  .text-block-17 {
    font-size: 20px;
  }

  .image-11 {
    z-index: -9;
    position: relative;
  }

  .text-block-12-copy {
    font-size: 80px;
    line-height: 80px;
  }
}

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

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

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

  .navigation-item.w--current {
    display: block;
  }

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

  .navigation {
    padding: 25px 30px;
    display: block;
  }

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

  .image-3 {
    display: none;
  }

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

  .ex1 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

  .ex2, .ex11, .ex22, .ed1, .ed2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge-3 {
    min-height: 4.5rem;
  }

  .ex33 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---section-small-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---grid-gallery-v6 {
    flex-direction: column;
    display: flex;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .gallery.cc-contact, .gallery1.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    flex-direction: column;
  }

  .project1skillset {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .mainsection {
    flex-direction: column-reverse;
    margin-top: 8em;
    display: flex;
  }

  .mainsection.cc-contact, .resumemain.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-31 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection12_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogsection12_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-blogsection12_mask {
    width: 50%;
  }

  .uui-blogsection12_heading {
    margin-right: 3rem;
  }

  .uui-blogsection12_button-row {
    flex: none;
  }

  .link.text-decoration-none, .link.text-decoration-none.w--current {
    display: block;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .main-container {
    max-width: 604px;
  }

  .uui-padding-vertical-xhuge-32 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-team10_component-2 {
    grid-column-gap: 3rem;
  }

  .div-block-127 {
    display: none;
  }

  .scroll_dwn {
    justify-content: center;
    display: flex;
    position: static;
    bottom: 100px;
  }

  .html-embed-6 {
    position: absolute;
  }

  .div-block-134 {
    grid-template-columns: 1fr 1fr;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    opacity: .97;
    background-color: #e4e4e4;
    height: 100vh;
    padding-bottom: 15rem;
  }

  .nav_bar {
    background-color: #e4e4e4;
    border-bottom-style: solid;
    border-bottom-color: #0000001a;
    display: flex;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_link {
    color: #fff;
    width: auto;
    padding: .75rem 0;
    font-family: Inconsolata, monospace;
    font-size: 1.125rem;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .rl_navbar1_link-copy {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-banner08_content-2 {
    margin-right: 1rem;
  }

  .uui-banner08_icon-wrapper-2 {
    display: none;
  }

  .uui-banner08_wrapper-2 {
    align-items: flex-start;
    padding-left: 1.25rem;
  }

  .uui-banner08_text-wrapper-2 {
    flex-wrap: wrap;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    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;
  }

  .sysf-input-3, .sysf-button-3.sysf-medium {
    font-size: 16px;
  }
}

@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-eduposition-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;
    display: none;
  }

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

  .div-block {
    justify-content: center;
  }

  .uui-space-medium-7 {
    min-height: 1.5rem;
  }

  .uui-heading-medium-12 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-xxsmall-7 {
    font-size: 1.125rem;
  }

  .uui-button-wrapper-8.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-secondary-gray-10 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-10:hover {
    color: #344054;
    background-color: #fff;
  }

  .ex1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-row-11 {
    align-self: stretch;
  }

  .uui-button-row-11.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-20 {
    font-size: 1rem;
  }

  .uui-button-20:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ex2, .ex11, .ex22, .ed1, .ed2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-logos04_logo-3 {
    height: 2.5rem;
  }

  .uui-logos04_wrapper-3 {
    padding: .5rem 1rem;
  }

  .uui-logo-loop_component-3 {
    height: 3.5rem;
  }

  .uui-space-xxlarge-3 {
    min-height: 3rem;
  }

  .uui-logos04_list-3 {
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    width: 124rem;
  }

  .ex33 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .brix---section-small-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---grid-gallery-v6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .project1skillset {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .mainsection {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

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

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

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

  .uui-padding-vertical-xhuge-31 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .uui-blogsection12_component {
    margin-top: 3rem;
    padding-bottom: 6rem;
  }

  .uui-text-size-large-28 {
    font-size: 1rem;
  }

  .uui-blogsection12_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-blogsection12_arrow:hover {
    background-color: #fff;
  }

  .uui-blogsection12_arrow.left {
    right: 3.5rem;
  }

  .uui-heading-xsmall-12 {
    font-size: 1.25rem;
  }

  .uui-space-xsmall-23 {
    min-height: .75rem;
  }

  .uui-blogsection12_mask {
    width: 80%;
  }

  .uui-blogsection12_slide {
    padding-right: 1.5rem;
  }

  .uui-blogsection12_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection12_image-link:hover {
    box-shadow: none;
  }

  .uui-heading-medium-24 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection12_heading {
    margin-right: 0;
  }

  .uui-button-32 {
    font-size: 1rem;
  }

  .uui-button-32:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-page-padding-32 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-blogsection12_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .link.underline-fill {
    color: #000;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .handwriting {
    font-size: 28px;
    line-height: 32px;
  }

  .section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .main-container {
    max-width: 491px;
  }

  .section-button-holder {
    grid-template-columns: 1fr 1fr;
  }

  .uui-page-padding-33 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-team10_image-wrapper-2 {
    height: 100%;
  }

  .uui-team10_list-2 {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-32 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-medium-25 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-text-size-large-29 {
    font-size: 1rem;
  }

  .uui-team10_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-space-xsmall-24 {
    min-height: .75rem;
  }

  .uui-heading-xsmall-12-copy {
    font-size: 1.25rem;
  }

  .text-block-11 {
    font-size: 35px;
  }

  .text-block-12 {
    font-size: 45px;
  }

  .text-block-13 {
    font-size: 25px;
  }

  .div-block-128 {
    padding-left: 0;
  }

  .div-block-129, .div-block-130, .div-block-131, .div-block-132 {
    justify-content: center;
    display: flex;
  }

  .scroll_dwn {
    display: none;
  }

  .div-block-134 {
    flex-direction: column;
    grid-template-columns: .75fr;
    align-items: center;
    display: flex;
  }

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

  .text-block-15:hover {
    color: red;
  }

  .text-block-12-copy {
    font-size: 45px;
  }

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

  .nav_bar {
    height: auto;
    min-height: 4rem;
  }

  .uui-banner08_content-2 {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 2rem;
  }

  .uui-button-secondary-gray-21 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-21:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-banner08_wrapper-2 {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .uui-banner08_text-wrapper-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-banner08_close-button-2 {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner08_close-button-2:hover {
    color: #667085;
    background-color: #0000;
  }

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

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

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

  .paragraph-light.cc-position-name {
    white-space: break-spaces;
  }

  .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 {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    grid-template-columns: .25fr;
    width: 100%;
    max-width: none;
    overflow: visible;
  }

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

  .div-block {
    justify-content: center;
  }

  .uui-logos04_wrapper-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_list-3 {
    justify-content: center;
  }

  .brix---section-small-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .project1skillset {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .uui-blogsection12_mask {
    width: 95%;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .main-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-button-holder {
    grid-template-columns: 1fr;
  }

  .subheading {
    margin-bottom: 12px;
  }

  .uui-team10_image-wrapper-2 {
    padding-top: 66%;
  }

  .uui-team10_list-2, .uui-team10_component-2 {
    grid-template-columns: 1fr;
  }

  .text-block-12 {
    white-space: normal;
  }

  .div-block-143 {
    overflow: visible;
  }

  .text-block-12-copy {
    white-space: normal;
    font-size: 40px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

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

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

  .sysf-input-3.sysf-medium {
    margin-bottom: .5rem;
  }

  .sysf-button-3.sysf-medium {
    align-self: stretch;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .sysf-switch-field-2 {
    align-items: center;
    display: flex;
  }
}

#w-node-e39aa2a1-02f3-74f0-91bb-50306eb8d6aa-3fff4113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64811408-1f58-0813-6ae9-129255d3514a-3fff4113, #w-node-bcff1c6f-e7d9-e4bd-c486-ed050eaa775f-3fff4113 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcff1c6f-e7d9-e4bd-c486-ed050eaa7761-3fff4113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcff1c6f-e7d9-e4bd-c486-ed050eaa7767-3fff4113 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcff1c6f-e7d9-e4bd-c486-ed050eaa776f-3fff4113 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bcff1c6f-e7d9-e4bd-c486-ed050eaa7777-3fff4113 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5c0058e9-850b-24e2-2e59-90c994fba783-3fff4113 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c0058e9-850b-24e2-2e59-90c994fba78f-3fff4113 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f711-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f718-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f71f-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f726-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f72d-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f734-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f73b-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f742-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f749-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f750-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f757-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f75e-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f766-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f76e-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f776-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f77d-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f784-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f78b-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f792-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f799-3fff4113, #w-node-c0bbbc4a-30e8-8350-f7ff-2700cc43f7a0-3fff4113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#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-ec27224c-a2ff-ddbc-a3bd-ac78a128057f-98ff4116 {
  grid-area: 1 / 1 / 2 / 2;
}

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

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

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

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

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

#w-node-ebe27fc6-4ec4-0f6c-e547-37fa92224d8e-ecff4118 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac066-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac06d-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac074-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac07b-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac082-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac089-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac090-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac097-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac09e-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0a5-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0ac-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0b3-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0bb-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0c3-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0cb-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0d2-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0d9-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0e0-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0e7-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0ee-ecff4118, #w-node-c288afe7-6212-7e4b-cfd3-1d39d9dac0f5-ecff4118 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

@media screen and (min-width: 1920px) {
  #w-node-e39aa2a1-02f3-74f0-91bb-50306eb8d6aa-3fff4113 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bcff1c6f-e7d9-e4bd-c486-ed050eaa776f-3fff4113 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bcff1c6f-e7d9-e4bd-c486-ed050eaa7777-3fff4113 {
    grid-area: 2 / 2 / 3 / 3;
  }

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-_64811408-1f58-0813-6ae9-129255d3514a-3fff4113 {
    grid-area: 1 / 1 / 2 / 2;
  }

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

@media screen and (max-width: 479px) {
  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-ecff4118 {
    grid-area: 2 / 1 / 3 / 2;
  }

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


