:root {
  --black: black;
  --white: white;
}

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.container {
  background-color: #fff;
  background-image: linear-gradient(#1b53f5, #eef5ff 11%);
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.intro {
  max-width: 1920px;
  max-height: 1080px;
}

.timeline {
  width: 100%;
  max-width: 1920px;
}

.project, .worked {
  max-width: 1920px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 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: rgba(26, 27, 31, .75);
}

.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: rgba(26, 27, 31, .75);
}

.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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  margin-top: 20px;
  display: flex;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 60px;
  padding: 40px;
  overflow: visible;
}

.flex-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.profeesional {
  color: #fff;
  background-color: #3476ff;
  border-radius: 100px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
  font-weight: 700;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.text-block {
  text-align: left;
  border-radius: 4px;
  padding: 4px 10px;
  display: block;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, .2);
}

.flex-block-3 {
  padding-bottom: 140px;
  padding-left: 60px;
  padding-right: 40px;
}

.quick-stack {
  margin-left: 60px;
  margin-right: 60px;
}

._2010 {
  color: #eef5ff;
  transition: opacity .2s;
  position: relative;
  transform: translate(4500px);
}

._2018 {
  color: #eef5ff;
  transition: opacity .2s;
  position: relative;
  transform: translate(3250px);
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  mix-blend-mode: normal;
  flex-flow: row;
  width: 100%;
  display: flex;
}

._2003 {
  color: #eef5ff;
  transition: opacity .2s;
  position: relative;
  transform: translate(4730px);
}

._2014 {
  color: #eef5ff;
  transition: opacity .2s;
  position: relative;
  transform: translate(4050px);
}

._2020 {
  color: #eef5ff;
  transition: opacity .2s;
  position: relative;
  transform: translate(1090px);
}

._2021 {
  color: #eef5ff;
  -webkit-text-stroke-color: red;
  transition: opacity .2s;
  position: relative;
  transform: translate(520px);
}

._2019 {
  color: #eef5ff;
  transition: opacity .2s;
  position: relative;
  transform: translate(1320px);
}

._2013 {
  color: #eef5ff;
  transition: opacity .2s;
  position: relative;
  transform: translate(4280px);
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.skills-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  flex-flow: column;
  max-width: 1400px;
  margin-top: 0;
  font-weight: 400;
  display: flex;
}

.div-block-14, .div-block-15, .div-block-16 {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mini-prj-cover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 400px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.prjpro {
  color: #666;
  font-size: 24px;
  line-height: 30px;
  text-decoration: underline;
}

.prjpro:hover {
  color: #3476ff;
}

.flex-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.image-3 {
  mix-blend-mode: multiply;
  width: 90vw;
  max-width: 100%;
}

.div-block-20 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.worked-with {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-10 {
  width: 100%;
  max-width: 1440px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.title {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
  margin-top: 40px;
}

.companyj-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  grid-template: "Area Area-2 Area-3"
                 ". . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1440px;
  padding: 20px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 0 16px 16px 0;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  overflow: visible;
}

.flex-block-3-copy {
  max-width: 1920px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.timelinebox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #bcd7ff;
  flex-flow: column;
  width: 100%;
  margin-bottom: 60px;
  padding: 40px;
  overflow: auto;
}

.comapnies {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding: 40px;
  overflow: auto;
}

.flex-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.timelinepast {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.flex-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.flex-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.flex-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-28, .div-block-29, .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34, .div-block-35, .div-block-36, .div-block-37 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.timelinenow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 8px solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 320px;
  min-width: 320px;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.postgraduate {
  color: #fff;
  background-color: #666;
  border-radius: 100px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
  font-weight: 700;
}

.personal {
  color: #fff;
  background-color: #f9bd25;
  border-radius: 100px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
  font-weight: 700;
}

.com-img {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 0;
  align-self: auto;
  max-width: none;
  height: auto;
  max-height: 48px;
  display: block;
  overflow: visible;
}

.image-4 {
  height: 64px;
  display: block;
  position: relative;
  transform: translate(160px, -60px);
}

.div-block-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.heading {
  color: #000;
  margin-bottom: 40px;
}

.image-5 {
  mix-blend-mode: hard-light;
}

.image-5:hover {
  mix-blend-mode: luminosity;
  transform: rotate(3deg);
}

.heading-6 {
  width: 80%;
  margin-bottom: 20px;
}

.bold-text-2 {
  color: #d9e8ff;
  -webkit-text-stroke-color: #2c1616;
  font-weight: 300;
}

.link-3 {
  color: #143fe1;
  -webkit-text-stroke-color: #1b53f5;
}

.link-3:hover {
  color: #1b2f5b;
}

.bold-text-7 {
  color: #3476ff;
}

.heading-7 {
  width: 80%;
  margin-bottom: 20px;
}

.bold-text-8 {
  color: #3476ff;
}

.bold-text-3 {
  color: #d9e8ff;
  font-weight: 300;
}

.bold-text-4 {
  font-weight: 300;
}

.image {
  max-width: none;
  height: 48px;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button {
  background-color: #3476ff;
}

.button:hover {
  background-color: #1b2f5b;
}

.button-2 {
  background-color: #3476ff;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.undergraduate {
  color: #fff;
  background-color: #f178b6;
  border-radius: 100px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
  font-weight: 700;
}

.wbs {
  color: #fff;
  background-color: #d14153;
  border-radius: 100px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
  font-weight: 700;
}

.com-img-copy {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 0 16px 16px 0;
  align-self: auto;
  max-width: none;
  height: auto;
  max-height: 48px;
  display: block;
  overflow: visible;
}

.image-6 {
  position: fixed;
  transform: translate(0);
}

.image-7 {
  position: relative;
  transform: translate(140px, -610px);
}

.body {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.code-embed {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 900px;
  display: block;
  overflow: visible;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.nav-link-2 {
  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-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.section {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
}

.prjheader {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
  position: absolute;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-9 {
  outline-offset: 0px;
  color: #fff;
  outline: 3px #fff;
}

.div-block-40 {
  background-color: #000;
  height: 100%;
}

.link-block {
  align-self: center;
}

.code-embed-2 {
  color: #000;
  background-color: #000;
  font-size: 17px;
  font-weight: 700;
}

.code-embed-2:hover {
  background-color: #3476ff;
}

.link-block-2 {
  align-self: center;
}

.desktop {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
}

.tablet {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  display: none;
}

.prjdisable {
  color: #bcd7ff;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.youtube {
  width: 100%;
  max-width: none;
  height: 100px;
  max-height: none;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-41 {
  width: 1024px;
  height: auto;
}

.section-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
}

.link-block-3 {
  text-align: left;
  background-color: #fff;
  border-radius: 16px;
  width: 400px;
  height: auto;
  padding: 20px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-block-3:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 5px #3476ff;
}

.div-block-11 {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.side-subheading {
  text-align: left;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  display: flex;
}

.div-block-43 {
  background-color: #1b53f5;
  padding: 10px 20px;
}

.div-block-44 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-10 {
  color: #000;
}

.heading-11 {
  color: #333;
}

.paragraph {
  color: #666;
  font-size: 18px;
}

.button-3 {
  color: #000;
  background-color: #f0f0f0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 700;
}

.button-3:hover {
  color: #fff;
  background-color: #3476ff;
}

.button-3.w--current {
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.button-3.w--current:hover {
  background-color: #3476ff;
}

.table {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  display: none;
}

.image-8 {
  z-index: -2;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.heading-13 {
  color: #fff;
  border: 1px #000;
  padding-bottom: 4px;
}

._2017 {
  color: #eef5ff;
  transition: opacity .2s;
  position: relative;
  transform: translate(3820px);
}

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

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

.heading-14, .heading-15, .heading-16, .heading-17 {
  margin-top: 10px;
}

.heading-18 {
  color: #599bff;
}

.image-9:hover {
  opacity: 1;
  mix-blend-mode: soft-light;
}

.footer-subscribe-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two-2 {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.div-block-46 {
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.smile {
  color: #fff;
  border: 0 #000;
  border-bottom-width: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.byron {
  color: #fff;
  border: 0 #000;
  border-bottom: 4px solid #143fe1;
  margin-left: 10px;
  padding-bottom: 4px;
  padding-left: 0;
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .container {
    background-image: linear-gradient(#1b53f5, #eef5ff 11%);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .intro {
    max-width: 1920px;
  }

  .div-block {
    max-width: 840px;
  }

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

  .div-block-17 {
    max-width: 1600px;
  }

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

  .timelinepast {
    background-color: #fff;
    min-height: auto;
  }

  .list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .com-img {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: multiply;
    background-clip: border-box;
    position: static;
    transform: translate(0);
  }

  .heading-6, .heading-7 {
    width: 100%;
  }

  .image {
    height: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button, .button-2 {
    background-color: #3476ff;
  }

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

  .undergraduate {
    background-color: #f178b6;
  }

  .wbs {
    background-color: #d14153;
  }

  .com-img-copy {
    z-index: 5;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: multiply;
    background-clip: border-box;
    position: relative;
    transform: translate(150px, -580px);
  }

  .image-6 {
    position: relative;
    transform: translate(110px, -10px);
  }

  .image-7 {
    position: relative;
    transform: translate(130px, -610px);
  }

  .body {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: block;
  }

  .code-embed {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 900px;
    display: flex;
  }

  .navbar-logo-left-container-2.shadow-three {
    background-color: #fff;
    min-width: 1920px;
    max-width: none;
  }

  .section {
    background-color: #000;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .prjheader {
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: absolute;
  }

  .heading-8 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-9 {
    color: #fff;
  }

  .div-block-40 {
    height: 100%;
  }

  .desktop {
    background-color: #000;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .tablet {
    background-color: #000;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
  }

  .section-2 {
    background-color: #000;
  }

  .table {
    background-color: #000;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .body-2 {
    -webkit-text-fill-color: inherit;
    background-color: #88a9d9;
    background-clip: border-box;
  }
}

@media screen and (max-width: 991px) {
  .container {
    background-image: linear-gradient(#1b53f5, #eef5ff 5%);
  }

  .timeline {
    width: 100%;
  }

  .worked {
    width: 100%;
    max-width: none;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .cell-2 {
    padding-left: 0;
  }

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

  .flex-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mini-prj-cover {
    width: 100%;
  }

  .div-block-19 {
    grid-row-gap: 32px;
    justify-content: center;
  }

  .image-3 {
    max-width: 100%;
  }

  .div-block-10 {
    padding-left: 20px;
  }

  .title {
    padding-left: 10px;
  }

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

  .flex-block-3-copy {
    padding-left: 20px;
    padding-right: 0;
  }

  .comapnies {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    width: 100%;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .code-embed {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-height: 900px;
    padding-left: 0;
    display: flex;
  }

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

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

  .section {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 768px;
    display: block;
    overflow: visible;
  }

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

  .desktop {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 768px;
    max-height: none;
    display: flex;
    overflow: visible;
  }

  .tablet {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 768px;
    display: none;
    overflow: visible;
  }

  .link-block-3 {
    width: 312px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-42 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .table {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 768px;
    display: flex;
    overflow: visible;
  }

  .heading-12 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-form-two-2 {
    padding: 40px;
  }

  .footer-form-title-2 {
    margin-right: 15px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three-2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .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 rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .cell {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .com-img {
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    mix-blend-mode: luminosity;
    max-width: 70%;
  }

  .image-5:hover {
    mix-blend-mode: luminosity;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .com-img-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed {
    max-height: 500px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .prjheader {
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop {
    display: none;
  }

  .tablet {
    display: flex;
  }

  .link-block-3 {
    width: 100%;
  }

  .heading-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9:hover {
    mix-blend-mode: overlay;
  }

  .footer-subscribe-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title-2 {
    margin-right: 0;
  }

  .footer-form-block-two-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three-2 {
    margin-bottom: 10px;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    background-image: linear-gradient(#1b53f5, #eef5ff 4%);
  }

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

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

  .cell {
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .flex-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-7 {
    grid-column-gap: 16px;
  }

  .skills-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
  }

  .div-block-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .mini-prj-cover {
    width: 100%;
  }

  .prjpro {
    font-size: 16px;
  }

  .div-block-10 {
    padding-left: 20px;
  }

  .companyj-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .flex-block-3-copy {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .timelinebox, .heading {
    padding-left: 20px;
  }

  .image-5 {
    max-width: 50%;
  }

  .heading-6, .heading-7 {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .prjheader {
    padding-left: 10px;
    padding-right: 10px;
  }

  .prjdisable {
    font-size: 16px;
  }

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

  .image-9 {
    -webkit-text-stroke-color: #fff;
  }

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

  .footer-form-two-2 {
    padding: 20px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-c30e45cb-e2a6-d7e8-960c-fcea24affb15-6e24fea2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

@media screen and (max-width: 767px) {
  #w-node-c30e45cb-e2a6-d7e8-960c-fcea24affb15-6e24fea2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c30e45cb-e2a6-d7e8-960c-fcea24affb15-6e24fea2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


