.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  position: static;
  margin-top: 0px;
  background-color: #0b081c;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.header {
  position: absolute;
  left: 40px;
  top: 5vh;
  right: 40px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-decoration: none;
}

.logo-wrapper.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-image {
  width: auto;
  margin-right: 0px;
  opacity: 0.85;
}

.logo-text {
  direction: ltr;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: transparent;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.nav-inner-wrapper {
  position: relative;
  height: 20px;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.85);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-link-text-block.first {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}

.nav-link-text-block.first:hover {
  color: #852816;
}

.nav-link-text-block.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
}

.nav-link-text-block.close:hover {
  color: #513dc4;
}

.contact-me-block {
  color: hsla(0, 0%, 100%, 0.8);
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-me-block:hover {
  color: #513dc4;
}

.footer {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 15vh;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  color: grey;
  font-weight: 100;
  text-align: left;
}

.footer-text-block {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-link {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.text-block {
  font-family: Lato, sans-serif;
}

.logo-name {
  display: block;
  border: 0px none #000;
  border-radius: 0px;
  color: #fff;
  font-style: normal;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo-name:hover {
  color: #513dc4;
}

.logo-name:active {
  color: #513dc4;
}

.slider {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: #0b081c;
}

.slide-inner-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.hero-heading-wrapper {
  position: absolute;
  left: 0%;
  z-index: 2;
}

.hero-heading-wrapper.about {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  margin-top: 0px;
}

.hero-heading-wrapper.margin-spacing {
  left: 10%;
}

.hero-image-wrapper {
  position: relative;
  display: block;
  width: 80%;
  float: none;
}

.number {
  position: static;
  top: -50px;
  right: 0%;
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number.slide {
  position: absolute;
}

.number.serial-number {
  position: absolute;
  left: auto;
  top: -10%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.number.serial-number.paragraph-p1 {
  top: -30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-h1 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
}

.heading-h1:hover {
  position: static;
  color: #fff;
  font-size: 70px;
}

.heading-h1:active {
  color: #513dc4;
}

.heading-h1:focus {
  position: static;
  font-size: 70px;
}

.heading-h1.about {
  width: 660px;
  text-decoration: none;
}

.details-text {
  position: static;
  width: 500px;
  margin-top: 200px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.details-text.about {
  width: 480px;
  line-height: 22px;
}

.slider-numbering {
  position: static;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.slider-numbering.first {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.icon {
  display: none;
  border: 0px solid transparent;
}

.arrow-icon {
  margin-left: 0px;
  float: none;
  border: 0px none transparent;
  border-radius: 0px;
  opacity: 0.8;
  color: transparent;
  text-align: left;
}

.left-arrow {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 25%;
  margin-bottom: 25%;
  margin-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  background-color: transparent;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 25%;
  margin-right: 80px;
  margin-bottom: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.about-block {
  position: absolute;
  left: 0%;
  top: -100%;
  right: 0%;
  z-index: 5;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#852816), to(#852816));
  background-image: linear-gradient(180deg, #852816, #852816);
  color: #fff;
}

.about-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-inner-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 63vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.name-email-wrapper {
  position: relative;
}

.email-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 90px;
  font-weight: 900;
  text-decoration: none;
}

.about-image {
  display: block;
  margin-top: 0px;
  text-transform: capitalize;
}

.social-link {
  margin-left: 22px;
  font-family: 'Changa One', Impact, sans-serif;
  text-decoration: none;
}

.hero-bg-circle-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-circle {
  width: 40vw;
  height: 40vw;
  margin-left: 30px;
  border-radius: 50%;
  background-color: transparent;
}

.bg-circle.second {
  margin-right: 30px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-h1 {
  position: absolute;
  left: 0%;
  top: 0%;
  width: auto;
  font-size: 75px;
  line-height: 90px;
  text-decoration: none;
}

.heading-h1.about {
  position: static;
  text-decoration: none;
}

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

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-h2 {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.design-service-title {
  position: relative;
  z-index: 9;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
}

.services-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
}

.tabs-section {
  display: block;
  width: 680px;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-5 {
  display: block;
  width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.tab-link-tab-1 {
  border-radius: 0px;
}

.tab-link-tab-1.w--current {
  padding: 15px;
  border-radius: 0px;
  background-color: #513dc4;
  color: #333;
  font-size: 18px;
}

.tabs-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tab-link-tab-2 {
  padding: 15px;
  opacity: 0.8;
}

.tab-link-tab-3 {
  padding: 15px;
  opacity: 0.8;
}

.text-block-6 {
  color: #fff;
  font-size: 15px;
}

.text-block-7 {
  color: #fff;
  font-size: 15px;
}

.tab-link-tab-4 {
  padding: 15px;
  opacity: 0.8;
}

.text-block-8 {
  color: #fff;
  font-size: 15px;
}

.text {
  display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 20px;
}

.image {
  margin-top: 20px;
}

.big-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-box {
  display: block;
  width: 650px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.right-box {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-box {
  margin-bottom: 0px;
}

.bottom-box {
  margin-bottom: 0px;
}

.hit-me-up-text {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.lets-work-together-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}

.find-me-on-text {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}

.field-label-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

.text-field {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-field:active {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-field:focus {
  padding-right: 0px;
  padding-left: 0px;
}

.text-field::-webkit-input-placeholder {
  color: #3a3a3a;
}

.text-field:-ms-input-placeholder {
  color: #3a3a3a;
}

.text-field::-ms-input-placeholder {
  color: #3a3a3a;
}

.text-field::placeholder {
  color: #3a3a3a;
}

.text-field-2 {
  overflow: visible;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none none solid solid;
  border-width: 0px 1px 2px;
  border-color: #000 transparent #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  white-space: pre-wrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-field-2:active {
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
}

.text-field-2::-webkit-input-placeholder {
  direction: ltr;
  color: #fff;
  line-height: 15px;
  white-space: normal;
}

.text-field-2:-ms-input-placeholder {
  direction: ltr;
  color: #fff;
  line-height: 15px;
  white-space: normal;
}

.text-field-2::-ms-input-placeholder {
  direction: ltr;
  color: #fff;
  line-height: 15px;
  white-space: normal;
}

.text-field-2::placeholder {
  direction: ltr;
  color: #fff;
  line-height: 15px;
  white-space: normal;
}

.button {
  display: inline-block;
  margin-top: 30px;
  margin-left: 0px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #513dc4;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button.send-button {
  display: block;
  margin-top: 10px;
  float: right;
  background-color: #513dc4;
}

.form-2 {
  display: block;
  margin-top: 0px;
}

.socials {
  position: absolute;
  top: -30px;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.select-field {
  border-bottom: 0px none #fff;
  border-radius: 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #0b081c;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.name {
  color: #fff;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-9 {
  color: #fff;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-10 {
  color: #fff;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-11 {
  color: #fff;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo {
  color: #fff;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo:hover {
  color: #513dc4;
}

.body {
  height: 100vh;
  background-color: #0b081c;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
}

.sucess {
  display: block;
}

.success-message {
  background-color: #0b081c;
}

.error-message {
  margin-top: 0px;
  background-color: #0b081c;
  font-size: 12px;
}

.button-2 {
  display: block;
  margin-left: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.project-headingg {
  margin-top: 0px;
}

.heading-title {
  margin-top: 0px;
  margin-right: 0px;
  color: #fff;
  line-height: 40px;
}

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

.heading-h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.text-block-13 {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.section-1 {
  min-height: 150px;
  margin-top: 70px;
  background-color: #513dc4;
  color: #fff;
}

.text-block-14 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.project-desk {
  margin-top: 45px;
  margin-left: 0px;
}

.project-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.div-block-2 {
  margin-top: 30px;
}

.end-project-section {
  display: block;
  margin-top: 100px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #513dc4;
  direction: ltr;
}

.end-project {
  min-height: 150px;
  margin-top: 80px;
  background-color: #513dc4;
}

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

.container {
  display: block;
  text-align: left;
}

.text-block-15 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-16 {
  margin-top: 20px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.next-project {
  display: block;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 0px;
}

.arrow {
  display: block;
  width: 100px;
  margin-top: 0px;
  margin-left: 0px;
}

.next-project-container {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.body-2 {
  background-color: #0b081c;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-17 {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.platform {
  display: block;
  margin-top: 0px;
  margin-right: 60px;
  direction: rtl;
  font-size: 14px;
}

.role {
  margin-right: 60px;
  font-size: 14px;
}

.container-3 {
  display: block;
}

.project-sub-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.div-block-5 {
  min-height: 150px;
  margin-top: 165px;
  background-color: #513dc4;
}

.project-title-copy {
  max-width: 50%;
  margin-top: 300px;
  margin-right: 50px;
}

.heading-h3-copy {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.text-block-13-copy {
  margin-top: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.text-block-14-copy {
  color: #fff;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-13-copy {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.text-block-18 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.section-2 {
  margin-top: 70px;
  margin-bottom: 0px;
}

.text-block-19 {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.design-challenge-div {
  display: block;
  max-width: 400px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.train-to-save-ipad-1 {
  display: block;
  max-width: 450px;
}

.train-to-save-icons {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.project-icon {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

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

.div-block-8 {
  display: block;
  max-width: 40%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-20 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.div-block-9 {
  max-width: 500px;
  margin-top: 50px;
  margin-right: 100px;
  margin-left: 0px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-17-copy {
  margin-top: 0px;
  color: #fff;
  font-size: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-13-copy {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.about-leelou {
  max-width: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-21 {
  margin-bottom: 70px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

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

.text-block-23 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0px;
}

.text-block-24 {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-25 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.text-block-26 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-27 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.text-block-28 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-29 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.text-block-30 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
}

.sub {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.text-block-32 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-33 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.text-block-34 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-11 {
  margin: 50px;
}

.div-block-12 {
  margin: 0px auto;
}

.div-block-13 {
  margin: 80px 50px 0px;
}

.div-block-14 {
  margin-bottom: 50px;
}

.div-block-15 {
  margin-bottom: 50px;
}

.section-4 {
  margin-top: 200px;
  margin-bottom: 0px;
}

.section-5 {
  margin-top: 200px;
  float: none;
  direction: ltr;
  text-align: left;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
}

.div-block-16 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-17 {
  margin-right: 0px;
}

.text-block-35 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.text-block-36 {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

.solution-div {
  margin-top: 40px;
  margin-right: 50px;
}

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

.section-6 {
  margin-top: 200px;
}

.text-block-37 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-38 {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-39 {
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}

.div-block-20 {
  margin-top: 40px;
  text-align: left;
}

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

.text-block-40 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-41 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-42 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-43 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.research-container {
  display: block;
}

.human-centered-divv {
  max-width: 1100px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-22 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 50px;
}

.text-block-44 {
  margin-bottom: 50px;
  color: #fff;
  font-size: 30px;
}

.text-block-45 {
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-block-46 {
  margin-bottom: 0px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-47 {
  margin-bottom: 0px;
}

.text-block-48 {
  margin-bottom: 0px;
}

.text-block-49 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-50 {
  margin-bottom: 60px;
  font-size: 14px;
}

.div-block-23 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.div-block-24 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.next-project-divv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
}

.section-8 {
  margin-top: 200px;
}

.div-block-26 {
  max-width: 60%;
  margin-top: 0px;
}

.text-block-52 {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-53 {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: none;
}

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

.div-block-28 {
  margin-top: 20px;
}

.section-9 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.slider-2 {
  height: 500px;
  background-color: transparent;
}

.text-block-54 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-55 {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-30 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.div-block-31 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.div-block-32 {
  margin-bottom: 0px;
}

.icon-2 {
  display: none;
}

.left-arrow-2 {
  display: inline-block;
  margin-top: 200px;
}

.left-arrow-3 {
  display: inline-block;
}

.image-11 {
  display: block;
}

.left-arrow-4 {
  display: inline-block;
  width: 5%;
  height: 10%;
}

.icon-3 {
  display: none;
}

.right-arrow-2 {
  width: 5%;
  height: 10%;
}

.slide-nav-2 {
  display: block;
  width: 10%;
  height: 5%;
  border: 0px solid #000;
  text-transform: none;
}

.slide-nav-2:active {
  color: #fff;
}

.div-block-33 {
  max-width: 60%;
  margin-top: 30px;
  margin-right: 20px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-3 {
  height: 550px;
  background-color: transparent;
}

.icon-4 {
  display: none;
}

.icon-5 {
  display: none;
}

.left-arrow-5 {
  display: none;
  width: 5%;
  height: 10%;
}

.right-arrow-3 {
  display: none;
  width: 5%;
  height: 10%;
}

.mask {
  margin-right: 0px;
  margin-left: 0px;
}

.section-11 {
  margin-top: 200px;
}

.section-12 {
  margin-top: 200px;
}

.section-13 {
  margin-top: 200px;
  margin-bottom: 0px;
}

.button-3 {
  margin-top: 0px;
  margin-left: 40px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #513dc4;
  font-size: 12px;
  font-weight: 300;
}

.button-4 {
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 0px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #513dc4;
  font-size: 12px;
  font-weight: 300;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  text-align: left;
}

.body-3 {
  background-color: #0b081c;
  font-family: Montserrat, sans-serif;
}

.body-4 {
  background-color: #0b081c;
  font-family: Montserrat, sans-serif;
}

.text-block-56 {
  margin-top: 20px;
  color: #fff;
}

.train-to-save-trailer:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-right: 40px;
}

.div-block-38 {
  margin-top: 30px;
  margin-bottom: 0px;
}

.div-block-39 {
  margin-top: 30px;
}

.section-14 {
  margin-top: 50px;
}

.container-11 {
  display: block;
}

.section-logo-design {
  margin-top: 100px;
}

.train-to-save-logo-2 {
  display: block;
  max-width: 150px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-brand-guidelines {
  margin-top: 100px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-15 {
  margin-top: 50px;
}

.research-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.text-block-57 {
  margin-top: 20px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.logo-design-description {
  max-width: 500px;
  margin-right: 0px;
  margin-left: 50px;
}

.text-block-58 {
  font-size: 30px;
}

.text-block-59 {
  font-size: 30px;
}

.slide-nav-3 {
  display: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.section-16 {
  margin-top: 200px;
}

.div-block-44 {
  margin-top: 50px;
}

.text-block-60 {
  font-size: 30px;
}

.text-block-61 {
  font-size: 30px;
}

.text-block-62 {
  line-height: 40px;
}

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

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

.text-block-65 {
  line-height: 40px;
}

.text-block-66 {
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

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

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

.text-block-41-copy {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.body-5 {
  background-color: #0b081c;
}

.text-block-13-copy {
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.tools {
  margin-right: 60px;
  font-size: 14px;
}

.leelou-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
}

.paragraph {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.project-details-section {
  margin-top: 70px;
  background-color: #513dc4;
}

.platform-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.project-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.text-block-71 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.text-block-72 {
  margin-bottom: 20px;
}

.pr {
  margin-bottom: 20px;
}

.project {
  margin-bottom: 20px;
}

.text-block-75 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-76 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-77 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-78 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.project-details-text {
  margin-bottom: 20px;
  direction: ltr;
  font-weight: 600;
}

.project-details-subtext {
  direction: ltr;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.logo-design-section {
  display: block;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.design-challenge-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.train-to-save-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-design-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.design-challenge-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-details-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.problem-setion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.aims-section {
  margin-top: 100px;
}

.sub-title {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
}

.sub-title.margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sub-title-lower-case {
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-45 {
  margin-top: 40px;
  margin-bottom: 0px;
}

.solution-section {
  margin-top: 100px;
}

.solution-image-div {
  max-width: 450px;
}

.human-centered-section {
  display: block;
  margin-top: 100px;
}

.human-centered-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.human-centered-image {
  max-width: 800px;
  margin-top: 50px;
  margin-right: 50px;
}

.scribblenauts {
  margin-top: 100px;
}

.research-section {
  display: block;
  margin-top: 50px;
}

.sub-title {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-79 {
  margin-top: 40px;
}

.text-block-80 {
  margin-top: 70px;
}

.sub-ti {
  margin-top: 80px;
}

.div-block-46 {
  max-width: 500px;
  margin-top: 130px;
  margin-right: 0px;
}

.text-block-81 {
  margin-top: 80px;
}

.text-block-82 {
  margin-top: 80px;
}

.user-story-section {
  margin-top: 100px;
}

.personas-section {
  margin-top: 100px;
}

.slide-nav-4 {
  display: none;
}

.sketches-section {
  margin-top: 0px;
}

.user-flow-section {
  margin-top: 100px;
}

.wireframes-section {
  margin-top: 100px;
}

.interface-design-section {
  margin-top: 100px;
}

.slide-nav-5 {
  display: none;
}

.final-design-section {
  margin-top: 100px;
}

.div-block-47 {
  max-width: 50%;
}

.end-project-div {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.arrow-section {
  display: block;
  max-width: 10%;
}

.div-block-50 {
  display: inline-block;
  max-width: 50%;
}

.next-project-div {
  display: block;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: ltr;
  text-align: left;
}

.div-block-51 {
  display: inline-block;
}

.text-block-83 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-84 {
  font-size: 14px;
  font-weight: 300;
}

.research {
  margin-right: auto;
  margin-left: auto;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 20px;
}

.div-block-55 {
  display: block;
  max-width: 600px;
  margin-right: 30px;
  margin-left: 50px;
}

.div-block-56 {
  max-width: 1200px;
  margin-left: 0px;
}

.div-block-57 {
  margin-top: 50px;
  text-align: center;
}

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

.styles-container {
  padding-top: 0px;
}

.styles-space {
  padding: 30px;
  font-size: 14px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 50px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 50px;
}

.heading-4 {
  margin-top: 0px;
}

.he {
  font-size: 50px;
  line-height: 40px;
  font-weight: 700;
}

.heading-h1 {
  position: static;
  width: 700px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  line-height: 100px;
  text-align: left;
}

.heading-h1:hover {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 80px;
}

.heading-h1:active {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.heading-5 {
  font-size: 45px;
  line-height: 50px;
}

.heading-5-copy {
  font-size: 45px;
  line-height: 50px;
}

.heading-h2 {
  max-width: 400px;
  font-size: 45px;
  text-decoration: none;
}

.heading-6 {
  font-size: 40px;
  line-height: 50px;
}

.heading-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.heading-h4 {
  margin: 0px auto;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.paragraph-p1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
}

.paragraph-p1.letter-spacing {
  letter-spacing: 0px;
}

.paragraph-p1.letter-capitalize {
  text-transform: uppercase;
}

.paragraph-p2 {
  margin-top: 0px;
  margin-bottom: 0px;
  direction: ltr;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-p2.letter-margin {
  margin-top: 20px;
  margin-bottom: 0px;
}

.paragraph-p2.letter-capitalize {
  text-transform: uppercase;
}

.paragraph-p2.letter-capitalize.letter-spacing {
  letter-spacing: 4px;
}

.paragraph-p2.margin-box {
  width: 480px;
  margin-top: 25px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-weight: 300;
}

.paragraph-p2.margin-box.right {
  width: 280px;
  font-weight: 700;
  text-align: right;
}

.paragraph-p2.margin-box.contact {
  width: auto;
  margin-top: 0px;
}

.paragraph-2 {
  font-weight: 300;
}

.footer-p3 {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  border: 1px solid transparent;
  font-family: 'PT Serif', serif;
  font-weight: 300;
  text-align: left;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.navigation-link {
  margin-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link:hover {
  color: #852816;
}

.navigation-link:active {
  color: #513dc4;
}

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

.navigation-link.w--current:hover {
  color: #852816;
}

.button-5 {
  border-radius: 20px;
  background-color: #513dc4;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #fff;
  color: #513dc4;
}

.button-5:active {
  background-color: #3b2b97;
  box-shadow: 0 3px 7px 7px #090618;
  color: #fff;
}

.main-button {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  float: none;
  border-radius: 30px;
  background-color: #513dc4;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.main-button:active {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
}

.heading-h2-copy {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

.text-block-85 {
  direction: ltr;
}

.text-block-86 {
  direction: ltr;
}

.paragraph-p {
  direction: ltr;
}

.paragraph-p3 {
  max-width: 400px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 300;
}

.heading-h4-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 4px;
  text-transform: none;
}

.heading-h5 {
  position: static;
  margin-top: 0px;
  direction: ltr;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading-h5.margin {
  margin-top: 0px;
}

.paragraph-p1-copy {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}

.paragraph-p1-copy.letter-spacing {
  letter-spacing: 0px;
}

.paragraph-p1-copy.letter-capitalize {
  text-transform: uppercase;
}

.paragrsph-p3 {
  font-weight: 300;
}

.text-block-82-copy {
  margin-top: 80px;
}

.div-block-58 {
  margin-top: 0px;
}

.div-block-59 {
  margin-top: 80px;
}

.div-block-60 {
  margin-top: 30px;
}

.div-block-61 {
  margin-top: 30px;
}

.div-block-62 {
  margin-top: 60px;
}

.div-block-63 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
}

.div-block-64 {
  margin-top: 50px;
}

.div-block-65 {
  margin-top: 50px;
}

.div-block-66 {
  margin-top: 30px;
}

.div-block-67 {
  margin-right: 80px;
  margin-left: 60px;
}

.div-block-68 {
  margin-top: 20px;
}

.design-proposal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.design-proposal-section {
  display: block;
  margin-top: 0px;
}

.design-proposal-div {
  max-width: 50%;
  margin-right: 50px;
}

.design-brief-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.feature-section {
  margin-top: 100px;
}

.tap-tap-section {
  margin-top: 100px;
}

.app-section {
  margin-top: 100px;
}

.gameplay-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.div-block-69 {
  max-width: 50%;
}

.gameplay-div {
  max-width: 40%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-71 {
  display: block;
  max-width: 700px;
  margin-right: 0px;
  direction: ltr;
}

.target-audience-section {
  margin-top: 100px;
}

.div-block-72 {
  width: 500px;
  margin-right: 0px;
  margin-left: 50px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-16 {
  display: block;
}

.div-block-74 {
  max-width: 100%;
  margin-top: 50px;
}

.div-block-75 {
  margin-top: 0px;
}

.hi-fidelity-section {
  margin-top: 50px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-77 {
  padding: 20px;
}

.taylor-wireframes {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 0px;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-leelou-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.problem-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.features-section {
  margin-top: 100px;
}

.div-block-79 {
  max-width: 450px;
  margin-top: 100px;
  margin-right: 50px;
  margin-left: 50px;
}

.div-block-80 {
  max-width: 1200px;
  margin-top: 0px;
}

.div-block-81 {
  margin-left: 100px;
}

.div-block-82 {
  max-width: 500px;
  margin-top: 100px;
  margin-right: 50px;
  margin-left: 50px;
}

.div-block-83 {
  max-width: 500px;
  margin-top: 100px;
  margin-right: 50px;
  margin-left: 50px;
}

.div-block-84 {
  margin-top: 80px;
  margin-right: 50px;
  margin-left: 50px;
}

.div-block-85 {
  margin-right: 50px;
}

.div-block-86 {
  margin-right: 0px;
  margin-left: 50px;
}

.div-block-87 {
  display: block;
  margin-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.leelou-top {
  display: block;
  max-width: 50%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-6 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-89 {
  max-width: 40%;
}

.problem-div {
  max-width: 500px;
  margin-left: 50px;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90 {
  max-width: 50%;
}

.div-block-91 {
  max-width: 45%;
}

.div-block-92 {
  margin-top: 100px;
}

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

.div-block-94 {
  max-width: 40%;
  margin-left: 0px;
  direction: ltr;
  text-align: left;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.div-block-96 {
  margin-left: 50px;
}

.train-to-save-project-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
}

.div-block-97 {
  max-width: 500px;
  margin-top: 160px;
  margin-right: 50px;
}

.div-block-98 {
  margin-top: 0px;
}

.train-to-save-design-challenge {
  margin-top: 50px;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.design-challenge-div-copy {
  display: block;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

.train-to-save-challenge-div {
  max-width: 500px;
  margin-right: 50px;
  margin-left: auto;
}

.train-to-save-research-section {
  display: block;
  margin-top: 50px;
}

.train-to-save-res-sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.train-to-save-res-sec-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.div-block-99 {
  max-width: 1200px;
  margin-top: 50px;
  margin-right: 50px;
}

.div-block-100 {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.train-to-save-res-sec-3 {
  max-width: 1200px;
  margin-right: 50px;
}

.taylor-swift-music-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 300px;
}

.taylor-swift-music-div {
  display: block;
  max-width: 500px;
  margin-right: 50px;
}

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

.div-block-102 {
  margin-right: 0px;
}

.taylor-swift-music-sectio {
  display: block;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.taylor-swift-section {
  display: block;
  margin-top: 150px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.taylor-swift-div {
  max-width: 500px;
  margin-top: 160px;
  margin-right: 0px;
}

.taylor-swift-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.image-17 {
  display: block;
}

.ts-logo {
  display: block;
}

.ts-logo-section {
  margin-top: 100px;
}

.ts-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-18 {
  display: block;
}

.container-18 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-18 {
  display: block;
}

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-19 {
  max-width: 20%;
}

.leelou-research-section {
  margin-top: 50px;
}

.about-leelou-section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.taylor-swift-logo-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tslogo {
  max-width: 40%;
  margin-left: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.aboutts {
  max-width: 500px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  max-width: 40%;
}

.design-brief-taylor {
  display: block;
  max-width: 40%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.logo-designtaylor {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-20 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leelou-user-flow-section {
  margin-top: 100px;
}

.leelou-card-sorting-section {
  margin-top: 100px;
}

.hi-fidelity-section-copy {
  margin-top: 50px;
}

.leelou-hi-fidelity-section {
  margin-top: 50px;
}

.leelou-interface-design-section {
  margin-top: 100px;
}

.train-to-save-project-details-section {
  margin-top: 100px;
  background-color: #513dc4;
}

.div-block-108 {
  max-width: 450px;
}

.taylor-swift-project-details-section {
  margin-top: 100px;
  background-color: #513dc4;
}

.leelou-project-details-section {
  margin-top: 100px;
  background-color: #513dc4;
}

.body-7 {
  margin-right: auto;
  margin-left: auto;
}

.aims-solution {
  margin-top: 40px;
  margin-bottom: 0px;
}

.container-21 {
  display: block;
}

.div-block-110 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.train-to-save-aims-section {
  display: block;
  margin-top: 50px;
}

.train-to-save-aims-sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.train-to-save-res-sec-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.train-to-save-aims-sec-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.train-to-save-01 {
  max-width: 1200px;
  margin-top: 50px;
  margin-right: 50px;
}

.div-block-112 {
  max-width: 1200px;
  margin-top: 50px;
  margin-right: 50px;
}

.div-block-113 {
  max-width: 1200px;
}

.div-block-114 {
  max-width: 1200px;
  margin-top: 50px;
}

.div-block-115 {
  margin-bottom: 20px;
}

.div-block-116 {
  margin-bottom: 20px;
}

.div-block-117 {
  max-width: 1100px;
  margin-top: 20px;
}

.taylor-swift-features-section {
  display: block;
  margin-top: 50px;
}

.div-block-121 {
  margin-bottom: 20px;
}

.div-block-122 {
  margin-bottom: 20px;
}

.taylor-swift-features-div {
  margin-top: 50px;
}

.paragraph-4 {
  margin-bottom: 0px;
}

.navbar {
  position: absolute;
  left: 40px;
  top: 5vh;
  right: 40px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.header-navbar {
  position: absolute;
  left: 40px;
  top: 5vh;
  right: 40px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button {
  display: none;
}

.title-section {
  margin-top: 230px;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-124 {
  max-width: 40%;
  margin-right: 100px;
}

.div-block-125 {
  max-width: 50%;
}

.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-logo-image {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.title-description {
  margin-top: 0px;
  margin-right: 0px;
}

.project-description-section {
  margin-top: 90px;
  background-color: #513dc4;
  color: #fff;
}

.traintosave-picture {
  margin-top: 0px;
}

.traintosave-trailer-div {
  margin-top: 100px;
}

.div-block-126 {
  margin-top: 0px;
}

.youtube {
  margin-top: 50px;
}

.traintosave-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 200px;
  margin-left: 200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-button-2 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  float: none;
  border-radius: 30px;
  background-color: #513dc4;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.main-button-2:active {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
}

.traintosave-buttons-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 200px;
  margin-left: 200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.taylorswift-logo-image {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.timeline {
  margin-right: 60px;
  font-size: 14px;
}

.div-block-128 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom-box-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-129 {
  max-width: 60%;
}

.hero-services-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b081c;
  color: #fff;
}

.link-block {
  width: 100%;
}

.perspektif-picture {
  width: 100%;
  margin-top: 0px;
}

.end-perspektif-section {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #852816;
  direction: ltr;
}

.perspektif-logo-image {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.perspektif-button {
  margin-top: 50px;
  margin-bottom: 50px;
}

.perspktif-button {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  float: none;
  border-radius: 30px;
  background-color: #852816;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.perspktif-button:active {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.train-to-save-picture {
  margin-top: 100px;
}

.parking-spots-trailer-section {
  margin-bottom: 50px;
}

.parking-spots-trailer-div {
  margin-top: 100px;
}

.parkingspots-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 200px;
  margin-left: 200px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-8 {
  max-height: 0px;
}

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

.title-section-leelou {
  margin-top: 215px;
}

.title-section-taylor {
  margin-top: 275px;
}

.title-section-train-to-save {
  margin-top: 270px;
}

.project-description-section-train {
  margin-top: 90px;
  background-color: #513dc4;
  color: #fff;
}

.project-details-container-taylor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details-container-leelou {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details-container-train {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-section-perspektif {
  margin-top: 230px;
}

.project-details-container-perspektif7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-section-perspektif7 {
  margin-top: 230px;
}

.title-section-perspektif8 {
  margin-top: 230px;
}

.project-description-section-perspektif8 {
  margin-top: 90px;
  background-color: #513dc4;
  color: #fff;
}

.title-section-perspektif9 {
  margin-top: 230px;
}

.project-description-section-copy {
  margin-top: 90px;
  background-color: #513dc4;
  color: #fff;
}

.title-section-doggo {
  margin-top: 195px;
}

.project-description-section-doggo {
  margin-top: 90px;
  background-color: #513dc4;
  color: #fff;
}

.title-section-newyork {
  margin-top: 175px;
}

.project-description-section-newyork {
  margin-top: 90px;
  background-color: #852816;
  color: #fff;
}

.title-section-lemonilo {
  margin-top: 195px;
}

.project-description-section-lemonilo {
  margin-top: 90px;
  background-color: #513dc4;
  color: #fff;
}

.title-section-parkingspots {
  margin-top: 215px;
}

.project-description-section-parkinspots {
  margin-top: 90px;
  background-color: #513dc4;
  color: #fff;
}

.title-section-boona {
  margin-top: 235px;
}

.project-description-section-boona {
  margin-top: 90px;
  background-color: #513dc4;
  color: #fff;
}

.title-section-perspektif10 {
  margin-top: 230px;
}

.html-embed {
  margin-top: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.html-embed.sp {
  display: none;
}

.link {
  margin-left: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .nav-link-text-block.first {
    color: #fff;
    font-weight: 600;
  }
  .nav-link-text-block.close {
    color: #fff;
  }
  .footer {
    bottom: 10vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slide-inner-wrapper {
    width: 80vw;
  }
  .hero-image-wrapper {
    width: 65%;
  }
  .number.serial-number {
    top: -15%;
  }
  .left-arrow {
    width: 70px;
    height: 80px;
    margin-top: 50vh;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .right-arrow {
    width: 70px;
    height: 70px;
    margin-top: 50vh;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .about-block {
    top: -100%;
    height: 100vh;
  }
  .about-inner-wrapper {
    width: 70vw;
    margin-top: 0px;
  }
  .services-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .big-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-box {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .right-box {
    margin-right: auto;
    margin-left: auto;
  }
  .top-box {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .lets-work-together-text {
    font-size: 60px;
  }
  .design-challenge-div {
    margin-top: 50px;
    margin-right: 0px;
  }
  .container-5 {
    max-width: 95%;
  }
  .section-3 {
    margin-top: 100px;
  }
  .about-leelou {
    max-width: 60%;
    margin-top: 0px;
  }
  .text-block-25 {
    font-size: 45px;
    line-height: 20px;
  }
  .section-4 {
    margin-top: 100px;
  }
  .section-5 {
    margin-top: 100px;
  }
  .solution-div {
    max-width: 60%;
    margin-top: 0px;
  }
  .div-block-19 {
    margin-top: 80px;
  }
  .next-project-divv {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .project-details-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .project-details-div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .solution-image-div {
    margin-top: 30px;
  }
  .human-centered-div {
    display: block;
  }
  .heading-h1 {
    width: auto;
    font-size: 45px;
    line-height: 50px;
  }
  .heading-h1:hover {
    font-size: 45px;
  }
  .paragraph-p2.margin-box {
    width: 480px;
    margin-top: 25px;
  }
  .navigation-link {
    color: #fff;
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .main-button {
    margin-top: 20px;
    border-radius: 30px;
    line-height: 25px;
    text-align: center;
  }
  .main-button:active {
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-p3 {
    max-width: 500px;
  }
  .div-block-67 {
    margin-right: 60px;
    margin-left: 0px;
  }
  .div-block-72 {
    margin-top: 50px;
    margin-left: 0px;
  }
  .div-block-73 {
    display: block;
  }
  .div-block-79 {
    margin-top: 30px;
  }
  .div-block-82 {
    margin-top: 40px;
  }
  .div-block-83 {
    margin-top: 50px;
  }
  .design-challenge-div-copy {
    margin-top: 0px;
    margin-right: 0px;
  }
  .aboutts {
    max-width: 100%;
    margin-top: 0px;
  }
  .container-24 {
    display: block;
  }
  .menu-button {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .icon-6 {
    display: block;
  }
  .title-section {
    margin-right: 40px;
    margin-left: 40px;
  }
  .title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .title-logo-image {
    max-width: 40%;
  }
  .title-description {
    margin-right: 0px;
    margin-left: 50px;
  }
  .project-description-section {
    margin-top: 100px;
  }
  .traintosave-buttons {
    margin-right: 100px;
    margin-left: 100px;
  }
  .main-button-2 {
    border-radius: 30px;
    line-height: 25px;
  }
  .main-button-2:active {
    margin-right: 0px;
    margin-left: 0px;
  }
  .traintosave-buttons-copy {
    margin-right: 100px;
    margin-left: 100px;
  }
  .taylorswift-logo-image {
    max-width: 40%;
  }
  .bottom-box-div {
    margin-right: 100px;
    margin-left: 100px;
  }
  .hero-services-section {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .perspektif-logo-image {
    max-width: 50%;
  }
  .perspktif-button {
    margin-top: 20px;
    border-radius: 30px;
    line-height: 25px;
    text-align: center;
  }
  .perspktif-button:active {
    margin-right: 0px;
    margin-left: 0px;
  }
  .parkingspots-buttons {
    margin-right: 100px;
    margin-left: 100px;
  }
  .body-8 {
    background-color: #000;
  }
  .title-section-leelou {
    margin-right: 40px;
    margin-left: 40px;
  }
  .title-section-taylor {
    margin-right: 40px;
    margin-left: 40px;
  }
  .title-section-train-to-save {
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-train {
    margin-top: 100px;
  }
  .project-details-container-taylor {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .project-details-container-leelou {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .project-details-container-train {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-section-perspektif {
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-details-container-perspektif7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-section-perspektif7 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .title-section-perspektif8 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-perspektif8 {
    margin-top: 100px;
  }
  .title-section-perspektif9 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-copy {
    margin-top: 100px;
  }
  .title-section-doggo {
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-doggo {
    margin-top: 100px;
  }
  .title-section-newyork {
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-newyork {
    margin-top: 100px;
  }
  .title-section-lemonilo {
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-lemonilo {
    margin-top: 100px;
  }
  .title-section-parkingspots {
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-parkinspots {
    margin-top: 100px;
  }
  .title-section-boona {
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-boona {
    margin-top: 100px;
  }
  .title-section-perspektif10 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .html-embed {
    display: none;
  }
  .html-embed.sp {
    display: block;
    width: 250px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .header {
    top: 50px;
  }
  .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-link-text-block.first {
    font-weight: 600;
  }
  .footer {
    position: absolute;
    top: auto;
    bottom: 5vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slider {
    height: 500px;
  }
  .slide {
    padding-top: 20px;
  }
  .slide-wrapper {
    height: 500px;
  }
  .slide-inner-wrapper {
    width: 80vw;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-heading-wrapper {
    width: 100%;
  }
  .hero-heading-wrapper.about {
    position: absolute;
    margin-top: 0px;
  }
  .hero-heading-wrapper.margin-spacing {
    margin-top: 0px;
    margin-left: 0px;
  }
  .hero-image-wrapper {
    width: 70%;
  }
  .number.serial-number {
    top: -20%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .number.serial-number.paragraph-p1 {
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-h1 {
    margin-top: 70px;
  }
  .details-text {
    width: 400px;
    margin-top: 270px;
  }
  .left-arrow {
    display: none;
    width: 50px;
    height: 50px;
    margin-top: auto;
    margin-left: 40px;
  }
  .right-arrow {
    display: none;
    width: 50px;
    height: 50px;
    margin-top: auto;
    margin-right: 40px;
    margin-bottom: 0px;
  }
  .about-block {
    top: -100%;
    height: 100%;
  }
  .about-outer-wrapper {
    height: 500px;
  }
  .about-inner-wrapper {
    width: 80vw;
    margin-top: 0px;
  }
  .about-image {
    display: inline-block;
  }
  .services-section {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .big-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .left-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .right-box {
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .bottom-box {
    display: none;
  }
  .lets-work-together-text {
    font-size: 60px;
    line-height: 60px;
  }
  .form-2 {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-2:active {
    display: block;
  }
  .socials {
    top: -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .project-heading {
    display: block;
  }
  .heading-title {
    max-width: 100%;
    margin-right: 25px;
    margin-left: 25px;
  }
  .project-desk {
    margin-right: 15px;
    margin-left: 15px;
  }
  .project-details {
    margin-top: 0px;
  }
  .div-block-2 {
    margin-top: 0px;
  }
  .end-project {
    margin-top: 0px;
  }
  .div-block-4 {
    display: none;
    margin-top: 50px;
    margin-right: 25px;
  }
  .platform {
    margin-right: 15px;
  }
  .role {
    margin-right: 0px;
  }
  .project-sub-detail {
    margin: 20px 20px 0px;
  }
  .div-block-5 {
    margin-left: 0px;
  }
  .project-title-copy {
    margin-right: 0px;
    margin-left: 15px;
  }
  .heading-h3-copy {
    font-size: 70px;
    line-height: 70px;
  }
  .text-block-13-copy {
    font-size: 12px;
  }
  .design-challenge-div {
    margin-left: 25px;
  }
  .train-to-save-ipad-1 {
    max-width: 100%;
  }
  .train-to-save-icons {
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px;
  }
  .div-block-8 {
    display: none;
    margin-top: 0px;
    padding-right: 0px;
  }
  .section-3 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .container-6 {
    display: block;
  }
  .about-leelou {
    max-width: 90%;
    margin-right: 0px;
    margin-left: 20px;
  }
  .text-block-21 {
    margin-bottom: 50px;
  }
  .text-block-25 {
    font-size: 35px;
  }
  .div-block-12 {
    margin-right: 25px;
    margin-left: 0px;
  }
  .div-block-13 {
    margin-top: 70px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-14 {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .div-block-15 {
    margin-bottom: 25px;
  }
  .section-4 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .section-5 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .container-9 {
    display: block;
  }
  .solution-div {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-19 {
    display: none;
  }
  .image-9 {
    position: static;
    max-width: 80%;
    float: right;
    direction: ltr;
    text-align: left;
  }
  .section-7 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .research-container {
    max-width: 90%;
  }
  .human-centered-divv {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-22 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-block-49 {
    margin-bottom: 35px;
  }
  .text-block-50 {
    display: block;
    margin-bottom: 35px;
  }
  .div-block-23 {
    margin-bottom: 25px;
  }
  .div-block-24 {
    margin-bottom: 45px;
  }
  .next-project-divv {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-26 {
    margin-left: 20px;
  }
  .div-block-29 {
    display: block;
  }
  .left-arrow-4 {
    display: none;
  }
  .right-arrow-2 {
    display: none;
  }
  .div-block-35 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .tools {
    margin-right: 15px;
  }
  .leelou-section {
    max-width: 90%;
  }
  .project-details-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .design-challenge-section {
    display: none;
  }
  .logo-design-container {
    max-width: 95%;
  }
  .project-details-div {
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .solution-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .human-centered-image {
    margin-right: 20px;
    margin-left: 20px;
  }
  .heading-h1 {
    width: auto;
    margin-top: 0px;
    font-size: 23px;
    line-height: 30px;
  }
  .heading-h1:hover {
    font-size: 30px;
  }
  .heading-h2 {
    max-width: 600px;
  }
  .heading-h3 {
    font-size: 30px;
  }
  .heading-h4 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-p2.margin-box {
    width: auto;
    margin-top: 10px;
    font-size: 12px;
  }
  .paragraph-p2.hit-me-up {
    display: block;
  }
  .main-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }
  .main-button:active {
    display: block;
    margin-top: 20px;
    margin-right: 50px;
    margin-left: auto;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-button.send-button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .main-button.send-button:active {
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-p3 {
    margin-left: 0px;
  }
  .div-block-67 {
    margin-top: 50px;
    margin-right: 60px;
    margin-left: 60px;
  }
  .div-block-68 {
    display: none;
  }
  .about-leelou-section {
    display: block;
  }
  .problem-section {
    display: none;
  }
  .div-block-87 {
    display: none;
  }
  .div-block-92 {
    display: none;
  }
  .train-to-save-project-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-97 {
    margin-right: 0px;
  }
  .container-16 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .design-challenge-div-copy {
    margin-left: 25px;
  }
  .train-to-save-res-sec-1 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .train-to-save-res-sec-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .taylor-swift-section {
    max-width: 90%;
  }
  .leelou-research-section {
    display: none;
  }
  .aboutts {
    max-width: 100%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .design-brief-taylor {
    display: none;
    margin-top: 0px;
    padding-right: 0px;
  }
  .logo-designtaylor {
    max-width: 80%;
  }
  .leelou-user-flow-section {
    display: none;
  }
  .leelou-card-sorting-section {
    display: none;
  }
  .leelou-hi-fidelity-section {
    display: none;
  }
  .leelou-interface-design-section {
    display: none;
  }
  .train-to-save-aims-section {
    margin-right: 20px;
    margin-left: 20px;
  }
  .container-22 {
    max-width: 95%;
    margin-top: 0px;
  }
  .div-block-118 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-119 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .taylor-swift-features-section {
    margin-right: 20px;
    margin-left: 20px;
  }
  .container-24 {
    max-width: 90%;
  }
  .container-29 {
    max-width: 90%;
  }
  .container-30 {
    max-width: 90%;
  }
  .container-31 {
    max-width: 90%;
  }
  .menu-button {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #513dc4;
  }
  .menu-button:active {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .text-span {
    font-size: 15px;
  }
  .title-section {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .title-container {
    display: block;
  }
  .title-logo-image {
    max-width: 80%;
  }
  .title-description {
    margin: 40px 0px 0px;
  }
  .project-description-section {
    margin-top: 80px;
  }
  .traintosave-buttons {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .traintosave-trailer-section {
    margin-right: 40px;
    margin-left: 40px;
  }
  .main-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }
  .main-button-2:active {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }
  .traintosave-buttons-copy {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .taylorswift-logo-image {
    max-width: 100%;
  }
  .timeline {
    margin-right: 0px;
  }
  .bottom-box-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-129 {
    display: block;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-services-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 160vh;
  }
  .link-block {
    width: 100%;
  }
  .perspektif-logo-image {
    max-width: 100%;
  }
  .perspktif-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }
  .perspktif-button:active {
    display: block;
    margin-top: 20px;
    margin-right: 50px;
    margin-left: auto;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .perspktif-button.send-button {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .perspktif-button.send-button:active {
    margin-right: 0px;
    margin-left: 0px;
  }
  .parking-spots-trailer-section {
    margin-right: 40px;
    margin-left: 40px;
  }
  .parkingspots-buttons {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .body-8 {
    background-color: #000;
  }
  .title-section-leelou {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .title-section-taylor {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .title-section-train-to-save {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-train {
    margin-top: 80px;
  }
  .project-details-container-taylor {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .project-details-container-leelou {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .project-details-container-train {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-section-perspektif {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-details-container-perspektif7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-section-perspektif7 {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .title-section-perspektif8 {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-perspektif8 {
    margin-top: 80px;
  }
  .title-section-perspektif9 {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-copy {
    margin-top: 80px;
  }
  .title-section-doggo {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-doggo {
    margin-top: 80px;
  }
  .title-section-newyork {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-newyork {
    margin-top: 80px;
  }
  .title-section-lemonilo {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-lemonilo {
    margin-top: 80px;
  }
  .title-section-parkingspots {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-parkinspots {
    margin-top: 80px;
  }
  .title-section-boona {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .project-description-section-boona {
    margin-top: 80px;
  }
  .title-section-perspektif10 {
    margin-top: 150px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .html-embed {
    display: none;
  }
  .html-embed.sp {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 120vh;
    margin-right: 0px;
    margin-left: 0px;
  }
  .header {
    left: 20px;
    top: 50px;
    right: 20px;
  }
  .logo-wrapper.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .nav-link-text-block.first {
    font-size: 10px;
    font-weight: 600;
  }
  .nav-link-text-block.close {
    font-size: 10px;
  }
  .contact-me-block {
    direction: rtl;
  }
  .footer {
    position: absolute;
    bottom: 2.2vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
  }
  .slider {
    height: 100vh;
  }
  .slide {
    margin-top: 0px;
    padding-top: 100px;
  }
  .slide-wrapper {
    position: static;
    z-index: 9;
    width: 100%;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slide-inner-wrapper {
    position: relative;
    width: 90vw;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hero-heading-wrapper {
    margin-top: 150px;
  }
  .hero-heading-wrapper.about {
    position: static;
    margin-top: 15px;
  }
  .hero-heading-wrapper.margin-spacing-2 {
    display: block;
    margin-top: 200px;
  }
  .hero-heading-wrapper.margin-spacing {
    position: static;
    margin-top: 10px;
  }
  .hero-heading-wrapper.margin-spacing-4 {
    margin-top: 160px;
  }
  .hero-heading-wrapper.margin-spacing-5 {
    margin-top: 130px;
  }
  .hero-image-wrapper {
    position: static;
    width: 100%;
    margin-top: 0px;
  }
  .number.serial-number.paragraph-p1 {
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 10px;
  }
  .heading-h1 {
    margin-top: 180px;
    font-size: 50px;
    line-height: 50px;
  }
  .details-text {
    width: 200px;
    margin-top: 300px;
  }
  .slider-numbering {
    font-size: 10px;
  }
  .slider-numbering.first {
    margin-right: 5px;
    font-size: 10px;
  }
  .slide-nav {
    display: none;
  }
  .arrow-icon {
    margin-left: 0px;
  }
  .left-arrow {
    display: none;
    height: 80px;
    margin-top: 0px;
    margin-left: -10px;
    background-color: transparent;
  }
  .right-arrow {
    display: none;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-right: -10px;
    margin-bottom: 0px;
  }
  .about-block {
    left: 0%;
    top: -100%;
    right: 0%;
    bottom: auto;
    height: 120vh;
  }
  .about-block.gallery {
    top: -100%;
    height: 100%;
  }
  .about-outer-wrapper {
    height: 100vh;
    margin-top: 0px;
  }
  .about-inner-wrapper {
    width: 90vw;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .services-section {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .big-box {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .right-box {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .top-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-2 {
    display: block;
    width: 100%;
  }
  .socials {
    top: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
  }
  .text-block-11 {
    text-transform: uppercase;
  }
  .logo {
    display: none;
  }
  .heading-title {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-1 {
    min-height: 200px;
  }
  .project-desk {
    margin-top: 35px;
  }
  .next-project {
    margin-right: 30px;
  }
  .arrow {
    display: block;
    width: 50px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .platform {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .role {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .project-sub-detail {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-2 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .design-challenge-div {
    margin-right: auto;
    margin-left: auto;
  }
  .train-to-save-ipad-1 {
    margin-top: 50px;
  }
  .train-to-save-icons {
    display: none;
  }
  .section-3 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .text-block-25 {
    font-size: 50px;
    line-height: 50px;
  }
  .text-block-26 {
    margin-top: 20px;
  }
  .div-block-12 {
    margin-right: 0px;
  }
  .div-block-14 {
    margin-bottom: 50px;
  }
  .section-4 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-5 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container-9 {
    max-width: 90%;
  }
  .image-9 {
    display: block;
  }
  .image-10 {
    display: block;
  }
  .section-6 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .div-block-20 {
    margin-left: 0px;
  }
  .human-centered-divv {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-23 {
    margin-bottom: 40px;
  }
  .div-block-24 {
    margin-bottom: 20px;
  }
  .next-project-divv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .text-block-51 {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
  }
  .div-block-26 {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-35 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .train-to-save-logo-2 {
    max-width: 90%;
  }
  .logo-design-description {
    max-width: 90%;
    margin-left: 30px;
  }
  .tools {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .project-details-container {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .design-challenge-section {
    display: none;
  }
  .project-details-div {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .problem-setion {
    display: block;
  }
  .human-centered-image {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .personas-section {
    display: none;
  }
  .sketches-section {
    margin-top: 100px;
  }
  .div-block-53 {
    display: block;
  }
  .div-block-56 {
    margin-top: 20px;
  }
  .heading-h1 {
    width: auto;
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .heading-h1:hover {
    font-size: 20px;
  }
  .heading-h2 {
    max-width: 100%;
  }
  .heading-h3 {
    font-size: 30px;
  }
  .heading-h4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-p2.letter-margin {
    margin-top: 20px;
  }
  .paragraph-p2.margin-box {
    width: auto;
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
  .footer-p3 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-link {
    font-size: 10px;
  }
  .main-button {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 50px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }
  .main-button:hover {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-button:active {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-button.send-button {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-button.send-button:hover {
    margin-right: auto;
    margin-left: auto;
  }
  .main-button.send-button:active {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-p3 {
    margin-right: auto;
    margin-left: auto;
    text-transform: none;
  }
  .heading-h5 {
    direction: ltr;
  }
  .design-brief-section {
    display: block;
    max-width: 90%;
    margin-left: 15px;
  }
  .app-section {
    display: block;
    max-width: 90%;
    margin-top: 50px;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gameplay-section {
    display: block;
    max-width: 90%;
    margin-left: 15px;
  }
  .div-block-72 {
    display: none;
  }
  .low-fidelity-section {
    display: none;
    margin-top: 100px;
  }
  .problem-section {
    display: none;
  }
  .div-block-79 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-82 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-83 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-86 {
    margin-top: 50px;
    margin-left: 0px;
  }
  .div-block-92 {
    display: none;
  }
  .train-to-save-project-section {
    display: block;
    max-width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-16 {
    display: block;
  }
  .design-challenge-div-copy {
    margin-right: auto;
    margin-left: auto;
  }
  .train-to-save-challenge-div {
    margin-right: 0px;
  }
  .train-to-save-res-sec-1 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .train-to-save-res-sec-2 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .train-to-save-research-div {
    max-width: 90%;
  }
  .leelou-research-section {
    display: none;
  }
  .aboutts {
    max-width: 90%;
    margin-left: 15px;
  }
  .leelou-user-flow-section {
    display: none;
  }
  .leelou-card-sorting-section {
    display: none;
  }
  .leelou-hi-fidelity-section {
    display: none;
  }
  .leelou-interface-design-section {
    display: none;
  }
  .div-block-108 {
    display: none;
  }
  .train-to-save-aims-sec-1 {
    display: block;
  }
  .container-23 {
    max-width: 90%;
  }
  .menu-button {
    display: block;
  }
  .title-section {
    display: block;
    margin-top: 200px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .title-container {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .title-logo-image {
    display: block;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .title-description {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .project-description-section {
    margin-top: 90px;
  }
  .traintosave-trailer-section {
    margin-right: 20px;
    margin-left: 20px;
  }
  .main-button-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 50px;
    line-height: 25px;
    text-align: center;
  }
  .main-button-2:hover {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-button-2:active {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .taylorswift-logo-image {
    display: block;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timeline {
    margin-right: 0px;
  }
  .bottom-box-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-services-section {
    margin-right: 0px;
    margin-left: 0px;
  }
  .perspektif-logo-image {
    display: block;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .perspktif-button {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 50px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
  }
  .perspktif-button:hover {
    padding-right: 20px;
    padding-left: 20px;
  }
  .perspktif-button:active {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .perspktif-button.send-button {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .perspktif-button.send-button:hover {
    margin-right: auto;
    margin-left: auto;
  }
  .perspktif-button.send-button:active {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .parking-spots-trailer-section {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-130 {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0vh;
    display: block;
    margin-top: 0px;
  }
  .swipe {
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .title-section-leelou {
    display: block;
    margin-top: 150px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .title-section-taylor {
    display: block;
    margin-top: 200px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .title-section-train-to-save {
    display: block;
    margin-top: 160px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .project-description-section-train {
    margin-top: 90px;
  }
  .project-details-container-taylor {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .project-details-container-leelou {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .project-details-container-train {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-section-perspektif {
    display: block;
    margin-top: 140px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .project-details-container-perspektif7 {
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-section-perspektif7 {
    display: block;
    margin-top: 140px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .title-section-perspektif8 {
    display: block;
    margin-top: 140px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .project-description-section-perspektif8 {
    margin-top: 100px;
  }
  .title-section-perspektif9 {
    display: block;
    margin-top: 140px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .project-description-section-copy {
    margin-top: 120px;
  }
  .title-section-doggo {
    display: block;
    margin-top: 140px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .project-description-section-doggo {
    margin-top: 50px;
  }
  .title-section-newyork {
    display: block;
    margin-top: 120px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .project-description-section-newyork {
    margin-top: 40px;
  }
  .title-section-lemonilo {
    display: block;
    margin-top: 160px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .project-description-section-lemonilo {
    margin-top: 80px;
  }
  .title-section-parkingspots {
    display: block;
    margin-top: 120px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .project-description-section-parkinspots {
    margin-top: 70px;
  }
  .title-section-boona {
    display: block;
    margin-top: 135px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .project-description-section-boona {
    margin-top: 30px;
  }
  .title-section-perspektif10 {
    display: block;
    margin-top: 120px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .html-embed {
    display: none;
  }
  .html-embed.sp {
    display: block;
    width: 100%;
  }
}

