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

.devdesw {
    display: flex;
    overflow: auto;
  }

  .image-3 {
    margin-right: 30px; /* Adjust the spacing between images */
    animation: moving 25s linear infinite;
  }

  @keyframes moving {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1300%); /* Move images from right to left */
    }
  }
  
  
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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 {
  margin: 10px;
  display: block;
}

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

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

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

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

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

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

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

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

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

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

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

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

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

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

.heading-jumbo {
  text-transform: none;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 80px;
}

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

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

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation-item.n-ame.w--current {
  outline-offset: 0px;
  color: #797b79;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #999;
  outline: 3px #5fbdcc;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
}

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 50px;
  display: block;
}

.logo-image {
  border-radius: 100%;
  display: block;
}

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

.intro-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.project-name-link:active {
  opacity: .7;
}

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

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

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

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

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

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

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

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

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

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-slide {
  height: auto;
  grid-template-rows: auto;
}

.image-wrapper {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 0%;
  display: flex;
}

.slide {
  width: auto;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
}

.slider {
  height: 100%;
  display: flex;
}

.mask {
  width: 50%;
  height: auto;
  overflow: visible;
}

.div-block {
  height: auto;
}

.image-wrap {
  width: auto;
}

.slide-2 {
  overflow: visible;
}

.image {
  width: auto;
  height: auto;
}

.h-marquee {
  width: auto;
  height: auto;
  justify-content: space-around;
  display: flex;
}

.i-marquee {
  width: auto;
  height: auto;
  border: 1px #000;
  justify-content: flex-start;
  display: block;
  overflow: visible;
}

.image-2 {
  height: 50%;
  border: 1px #000;
  border-radius: 50px;
  box-shadow: 0 7px 5px 12px rgba(0, 0, 0, .2);
}

.section-webdevelpment {
  margin-top: 15vw;
  display: block;
  overflow: visible;
}

.marquee-wrapper3 {
  width: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-3 {
  max-width: 390px;
  max-height: 536px;
  border-radius: 12px;
  flex: none;
  margin-left: auto;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, .2);
}

.wrapper3 {
  width: 100vw;
  max-width: none;
  background-color: #3a3a3a;
  border-radius: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  overflow: visible;
}

.marquee3 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box-r {
  width: 50%;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10vw 5% 0% 50%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-r {
  text-align: left;
  margin: .5vw 5% 0% auto;
  padding-left: 0;
  font-family: Exo, sans-serif;
}

.heading {
  text-align: left;
  margin-left: 50%;
  padding-left: 0%;
}

.heading-r {
  margin: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-style: italic;
  font-weight: 200;
}

.section-about {
  width: 100%;
  margin-top: 15vw;
}

.image-4 {
  width: 100vw;
  border-radius: 50px;
  margin: 0;
}

.section-tags {
  width: auto;
  margin-top: 15vw;
  display: block;
  overflow: visible;
}

.text-block-1 {
  text-align: center;
  white-space: nowrap;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin: auto;
  padding: 2vw 5vw;
  font-family: Changa One, Impact, sans-serif;
  font-size: 58px;
  display: flex;
  position: static;
  left: auto;
}

.marquee1 {
  width: 50%;
  height: 100%;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  margin: 0% auto 0% 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  left: auto;
  right: auto;
  overflow: visible;
}

.marquee-wrapper1 {
  width: 500%;
  justify-content: flex-start;
  display: flex;
  position: static;
  overflow: visible;
}

.wrapper2 {
  width: 100%;
  max-width: none;
  margin: 5vw 0 0%;
  display: block;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.body {
  color: #5abbcb;
  background-color: #f5f5f5;
  font-family: Exo, sans-serif;
}

.section-problem {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 15vw;
  display: block;
}

.text-block-3 {
  width: 50%;
}

.image-5 {
  width: 100%;
  text-align: center;
  margin: 0;
}

.img-wrap {
  justify-content: space-around;
  display: flex;
}

.text-block-l {
  width: auto;
  text-align: left;
  margin: .5vw 0 0%;
}

.section-title {
  margin-top: 5vw;
}

.tag-title {
  margin-top: 10vw;
  margin-bottom: 10vw;
  margin-left: 5%;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  font-weight: 400;
}

.wrapper-copy {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper-copy {
  width: 200%;
  flex: none;
  justify-content: space-around;
  display: flex;
  overflow: visible;
}

.wrapper1 {
  width: 100%;
  max-width: none;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  left: auto;
  right: auto;
  overflow: hidden;
}

.marquee-wrapper2 {
  width: 200%;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
  position: static;
  overflow: visible;
}

.marquee2 {
  width: 50%;
  clear: none;
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-around;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
  position: static;
  left: auto;
  right: auto;
}

.img-box {
  height: auto;
  border: 0 #000;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 0%;
  margin-right: 1%;
  display: block;
  position: static;
}

.section-branding {
  margin-top: 15vw;
}

.image-6 {
  width: auto;
  height: auto;
  border-radius: 0;
  margin: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.palette {
  text-align: center;
  justify-content: space-around;
  margin-bottom: 3%;
  display: flex;
}

.image-7 {
  width: 100%;
  border-radius: 50px;
  margin: 0;
}

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

.text-box-l {
  justify-content: flex-start;
  margin: 10vw 50% 0% 5%;
  display: block;
}

.section-ux {
  margin-top: 15vw;
}

.image-9 {
  text-align: left;
  margin: 0 auto;
  padding: 0% 25%;
}

.text-box {
  width: 50%;
  margin-top: 10vw;
  margin-left: 5%;
}

.heading-l {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 200;
}

.product-box {
  width: 100vw;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  margin-top: 5vw;
  margin-bottom: 0%;
  display: flex;
}

.section-product, .section-3d, .section-socialdesign, .section-marketing, .section-video {
  margin-top: 15vw;
}

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

.container-2 {
  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 {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

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

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

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

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

.footer-wrapper-three {
  text-align: center;
  flex-direction: column;
  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 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  flex-direction: column;
  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;
}

.image-10 {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.image-11 {
  width: 100%;
  margin: 0;
  position: static;
}

.vdo {
  width: auto;
  justify-content: space-around;
  margin-top: 5vw;
  display: flex;
}

.background-video-2 {
  width: 90vw;
  height: 50vw;
  text-align: left;
  position: relative;
}

.text-span {
  text-indent: 52px;
  word-break: normal;
  overflow-wrap: normal;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-right: 5vw;
  font-family: Bebas Neue, sans-serif;
  font-size: 63px;
  line-height: 28px;
  display: flex;
}

.subscript {
  padding-bottom: 1vw;
  padding-left: 0;
  padding-right: 0;
  font-size: 63px;
}

.marquee-wrapper-marquee {
  width: 500%;
  display: flex;
}

.image-12 {
  width: 100%;
  margin: 0;
}

.logo {
  display: flex;
}

.div-block-2 {
  width: 50%;
  background-image: linear-gradient(rgba(206, 249, 195, .5), rgba(206, 249, 195, .5));
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 20px;
}

.text-block-4 {
  color: #a1a6a7;
  background-color: rgba(0, 0, 0, .08);
  border: 1px solid #000;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.text-block-4-copy {
  color: #a1a6a7;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.btnwrapper {
  width: auto;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.7vw;
  margin-bottom: 0%;
  display: flex;
}

.devdes {
  flex: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.devdeswr {
  height: 100%;
  clear: none;
  text-align: left;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  overflow: auto;
}

.wrapperdev {
  height: 600px;
  max-width: none;
  background-color: #3a3a3a;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.devdeswr-copy {
  height: 100%;
  clear: none;
  text-align: left;
  height: 100%;
  clear: none;
  text-align: left;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

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

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

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

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

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

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

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

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

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .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 {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  .image-wrapper {
    width: 100%;
  }

  .marquee-wrapper3 {
    width: 200%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    overflow: visible;
  }

  .image-3 {
    border-radius: 23px;
    flex: 0 auto;
    padding-right: 0;
    position: static;
    box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
  }

  .wrapper3 {
    width: 100%;
    max-width: none;
    justify-content: space-around;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .marquee3 {
    width: 50%;
    clear: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 19.5%;
    padding-right: 0;
    position: static;
  }

  .text-box-r {
    width: 100%;
    margin-left: 0;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .text-block-1 {
    clear: none;
    direction: ltr;
    text-align: center;
    white-space: nowrap;
    word-break: normal;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-end;
    padding-right: 8%;
    text-decoration: none;
    display: block;
    overflow: visible;
  }

  .marquee1 {
    width: 50%;
    clear: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 19.5%;
    padding-right: 0;
    position: static;
  }

  .marquee-wrapper1 {
    width: 200%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    overflow: visible;
  }

  .wrapper2 {
    width: 100%;
    max-width: none;
    justify-content: space-around;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .image-5 {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .img-wrap {
    display: block;
  }

  .wrapper-copy {
    width: 100%;
    max-width: none;
    justify-content: space-around;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .marquee-wrapper-copy {
    width: 200%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    overflow: visible;
  }

  .wrapper1 {
    width: 100%;
    max-width: none;
    justify-content: space-around;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .marquee-wrapper2 {
    width: 200%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    overflow: visible;
  }

  .marquee2 {
    width: 50%;
    clear: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 19.5%;
    padding-right: 0;
    position: static;
  }

  .image-7 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-box-l {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .image-9 {
    padding-top: 0%;
    padding-bottom: 0%;
    padding-left: 25%;
  }

  .product-box {
    width: 100%;
    display: block;
  }

  .container-2 {
    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;
  }

  .image-10, .image-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .btnwrapper {
    width: 100%;
  }

  .devdes {
    width: 200%;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    overflow: visible;
  }

  .devdeswr {
    width: 100vw;
    clear: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: auto;
    padding-right: 0;
    position: static;
  }

  .wrapperdev {
    width: 100%;
    max-width: none;
    justify-content: space-around;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .devdeswr-copy {
    width: 50%;
    clear: none;
    width: 50%;
    clear: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 19.5%;
    padding-right: 0;
    position: static;
  }
}

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

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

  .container {
    text-align: center;
  }

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

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

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

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

  .image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .marquee-wrapper3 {
    width: 200%;
    align-items: stretch;
  }

  .image-3 {
    width: 28%;
  }

  .wrapper3 {
    display: block;
    overflow: hidden;
  }

  .marquee3, .marquee1 {
    width: 50%;
    margin-right: 20%;
  }

  .marquee-wrapper1 {
    width: 200%;
    align-items: stretch;
  }

  .wrapper2, .wrapper-copy {
    display: block;
    overflow: hidden;
  }

  .marquee-wrapper-copy {
    width: 200%;
    align-items: stretch;
  }

  .wrapper1 {
    display: block;
    overflow: hidden;
  }

  .marquee-wrapper2 {
    width: 200%;
    align-items: stretch;
  }

  .marquee2 {
    width: 50%;
    margin-right: 20%;
  }

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

  .btnwrapper {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .devdes {
    width: 200%;
    align-items: stretch;
  }

  .devdeswr {
    width: 50%;
    margin-right: 20%;
  }

  .wrapperdev {
    display: block;
    overflow: hidden;
  }

  .devdeswr-copy {
    width: 50%;
    width: 50%;
    margin-right: 20%;
  }
}

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

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

  .navigation-item.n-ame.w--current {
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
    line-height: 7vw;
    position: static;
  }

  .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 {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

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

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

  .image-wrapper {
    display: flex;
  }

  .marquee-wrapper3 {
    width: 500vw;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    object-fit: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
    display: flex;
    overflow: hidden;
  }

  .image-3 {
    width: auto;
    max-width: none;
    border-radius: 13px;
    flex: 0 auto;
    margin-left: auto;
    padding-right: 0;
  }

  .wrapper3 {
    width: auto;
    border-radius: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10vw 10px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .marquee3 {
    width: 50%;
    object-fit: fill;
    margin-right: 11.6%;
    padding-right: 3vw;
    position: static;
  }

  .text-box-r {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .text-block-r {
    font-size: 5vw;
  }

  .heading-r {
    padding-bottom: 3vw;
    font-size: 8vw;
  }

  .image-4 {
    border-radius: 10px;
  }

  .text-block-1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
    position: static;
  }

  .marquee1 {
    width: 50%;
    object-fit: fill;
    margin-right: auto;
    position: static;
    overflow: visible;
  }

  .marquee-wrapper1 {
    width: 600%;
    object-fit: none;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: visible;
  }

  .wrapper2 {
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
    position: static;
    overflow: hidden;
  }

  .image-5 {
    width: auto;
    border-radius: 10px;
  }

  .text-block-l {
    font-size: 5vw;
  }

  .tag-title {
    font-size: 10vw;
    line-height: 12vw;
  }

  .wrapper-copy {
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .marquee-wrapper-copy {
    width: 600%;
    object-fit: none;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: visible;
  }

  .wrapper1 {
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: block;
    position: static;
    overflow: hidden;
  }

  .marquee-wrapper2 {
    width: 600%;
    object-fit: none;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: visible;
  }

  .marquee2 {
    width: 50%;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    overflow-wrap: normal;
    object-fit: fill;
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
    margin-right: auto;
    position: static;
  }

  .img-box {
    width: auto;
    margin: auto;
  }

  .image-7 {
    width: auto;
    border-radius: 10px;
  }

  .text-box-l {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .image-9 {
    border-radius: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-l {
    padding-bottom: 3vw;
    font-size: 8vw;
    font-style: italic;
    line-height: 30px;
  }

  .product-box {
    justify-content: flex-start;
    display: block;
  }

  .container-2 {
    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.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .image-10, .image-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video {
    width: auto;
    height: auto;
    object-fit: fill;
    display: block;
    position: static;
    left: auto;
  }

  .video {
    width: auto;
    text-align: center;
    justify-content: space-around;
    display: block;
  }

  .vdo {
    width: 100vw;
    float: none;
    clear: none;
    position: relative;
    left: auto;
  }

  .background-video-2 {
    width: 100vw;
    height: 100vw;
    padding-top: 0%;
    display: block;
    position: relative;
  }

  .text-span {
    width: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .subscript {
    font-size: 10vw;
    position: static;
  }

  .marquee-wrapper-marquee {
    width: 1441vw;
  }

  .div-block-2 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-4 {
    margin-bottom: 10px;
  }

  .btnwrapper {
    display: flex;
  }

  .devdes {
    width: 500vw;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    object-fit: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    overflow: hidden;
  }

  .devdeswr {
    width: auto;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    margin-right: auto;
    position: static;
  }

  .wrapperdev {
    border-radius: 0;
    flex-flow: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10vw 0;
    display: flex;
    position: static;
  }

  .devdeswr-copy {
    width: auto;
    object-fit: fill;
    width: auto;
    object-fit: fill;
    flex: 0 auto;
    justify-content: flex-start;
    margin-right: auto;
    position: static;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-5e4ec636, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-5e4ec637 {
    grid-area: 1 / 1 / 2 / 2;
  }

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

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

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

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

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

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


@font-face {
  font-family: 'Neue Haas Grotesk Display Pro Cufonfonts';
  src: url('../fonts/neue-haas-grotesk-display-pro-cufonfonts.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}