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

.image {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  width: 50px;
  float: left;
}

.container {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  max-width: 95%;
  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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container.hero {
  max-width: 900px;
}

.hero {
  position: relative;
  z-index: 10;
  margin-top: 112px;
}

.div-block {
  position: relative;
}

.logo {
  position: relative;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.headline-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Idlewild, sans-serif;
  font-size: 31px;
  line-height: 41px;
  text-align: center;
}

.heading.contact {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.heading.contact:hover {
  text-decoration: underline;
}

.heading.contact-heading_text {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.heading.contact-heading_text:hover {
  background-color: transparent;
  text-decoration: none;
}

.heading.home {
  width: 17ch;
}

.description-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  margin-top: 14px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #888;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
}

.paragraph.info {
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.paragraph.info-link {
  margin-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

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

.logo-svg.contactlogo {
  position: absolute;
  left: 45%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.work {
  margin-top: 64px;
  margin-bottom: 0px;
  padding-bottom: 32px;
  font-family: Idlewild, sans-serif;
}

.image-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-container._2 {
  background-color: #000;
}

.image-container._2.gmg {
  cursor: auto;
}

.wsquare-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.wsquare-img.thinkaspergers {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.wsquare-img.axion {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.wgrid-1 {
  overflow: hidden;
  width: 100%;
  margin-top: 48px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-areas: "wSquare wRect";
  -ms-grid-columns: 1.75fr 48px 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wgrid-1.mobile-2 {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrect {
  width: auto;
  height: 100%;
  background-color: #eee;
}

.wrect-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wgrid-2 {
  overflow: visible;
  margin-top: 48px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-areas: "wSquare wRect";
  -ms-grid-columns: 1fr 48px 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wgrid-2.mobile {
  display: none;
}

.logo-container {
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.html-embed {
  position: relative;
  width: 57px;
  height: 71px;
  -o-object-fit: fill;
  object-fit: fill;
}

.wsquare {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: none;
  background-color: #fff;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.wsquare.coming-soon {
  cursor: auto;
}

.project-info {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: 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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(17%, transparent), color-stop(99%, rgba(0, 0, 0, 0.83)), to(#000));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), transparent 17%, rgba(0, 0, 0, 0.83) 99%, #000);
  opacity: 0;
}

.project-info._1 {
  position: absolute;
  bottom: auto;
  z-index: 10;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(17%, transparent), color-stop(45%, transparent), color-stop(87%, rgba(0, 0, 0, 0.92)), color-stop(95%, #000), to(#000));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), transparent 17%, transparent 45%, rgba(0, 0, 0, 0.92) 87%, #000 95%, #000);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  cursor: pointer;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.project-info._1.coming-soon {
  overflow: hidden;
  cursor: auto;
}

.projectname {
  position: relative;
  left: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: auto auto auto 32px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #fff;
  font-size: 18px;
}

.viewproject {
  position: relative;
  left: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto 32px 32px;
  padding-top: 10px;
  clear: left;
  -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: 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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #888;
  font-size: 16px;
}

.ratwelcome {
  position: absolute;
  left: -21%;
  top: 3.4vh;
  z-index: auto;
  display: block;
  max-width: 40%;
  box-shadow: 100px 0 150px 20px rgba(0, 0, 0, 0.13);
  -webkit-transform: rotateX(-51deg) rotateY(-26deg) rotateZ(-20deg);
  transform: rotateX(-51deg) rotateY(-26deg) rotateZ(-20deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ratwelcome.noshadow {
  z-index: 1;
  display: none;
  box-shadow: none;
}

.rightwelcome {
  position: absolute;
  left: auto;
  top: -22.7vh;
  right: -11vh;
  width: auto;
  -webkit-transform: rotateX(-31deg) rotateY(17deg) rotateZ(9deg);
  transform: rotateX(-31deg) rotateY(17deg) rotateZ(9deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rwelcome {
  position: absolute;
  left: auto;
  top: 20%;
  right: -5%;
  display: block;
  max-width: 20%;
  -webkit-transform: rotateX(-11deg) rotateY(-23deg) rotateZ(-20deg);
  transform: rotateX(-11deg) rotateY(-23deg) rotateZ(-20deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rwelcome.rwelcome-roto {
  display: none;
}

.leftwave {
  position: relative;
  display: none;
  overflow: visible;
}

.rightwave {
  position: static;
  display: none;
}

.wsqaure-gif {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wsqaure-gif.aspergers {
  position: relative;
  display: none;
}

.wsqaure-gif.rotofarm {
  position: relative;
  display: none;
}

.wsqaure-gif.gmg {
  display: none;
}

.wsqaure-gif.axion {
  position: relative;
  display: none;
}

.wsqaure-gif.bps {
  position: relative;
  display: block;
}

.wsqaure-gif.harkins {
  position: relative;
  display: none;
  max-height: none;
}

.contact {
  position: relative;
  display: block;
  width: 100%;
  height: 80vh;
  margin-top: 24px;
  -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;
  background-color: #000;
}

.contact:hover {
  background-color: #000;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 8px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #888;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
}

.contact-heading {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 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;
  border-style: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  text-decoration: none;
}

.contact-heading:hover {
  border-color: transparent;
}

.contact-subtitle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.footerlogo {
  position: absolute;
  display: none;
}

.wavecontainer {
  position: static;
  z-index: 10;
  overflow: hidden;
  width: auto;
  height: auto;
}

.gif-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.gif-container._2 {
  background-image: url('../images/sG.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.gif-container._2.gmg {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.gif-container._1 {
  background-image: none;
  background-size: auto;
}

.gif-container._3 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.gif-container._4 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.gif-container._5 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.gif-container._6 {
  background-image: none;
  background-size: auto;
}

.sendit {
  position: absolute;
  display: none;
  width: 440px;
  height: 316px;
  min-height: auto;
  min-width: auto;
  background-image: url('../images/shy2.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.contact-container:hover {
  background-color: transparent;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.info.first {
  margin-top: 48px;
}

.info.block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Idlewild, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-container {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-heading-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
}

.info-desc-container {
  position: relative;
  overflow: hidden;
}

.work-images {
  margin-top: 64px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Idlewild, sans-serif;
}

.work-image {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.work-image.survey {
  max-width: 1000px;
}

.link {
  width: 100%;
  font-weight: 700;
  text-align: center;
}

.backtotop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.pageload {
  position: fixed;
  top: 0px;
  z-index: 99999999;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.lottie-animation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 20%;
  margin: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.viewmore-container {
  position: relative;
  z-index: 9999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  -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;
}

.viewmore {
  display: block;
}

.vimeoembed {
  height: 700px;
}

.vimeoembed.first {
  position: relative;
  z-index: 99;
}

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

.projects-back_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.projects-back_component.projects-nav_inactive {
  opacity: 0.3;
}

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

.projects-back_text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-next_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.projects-next_text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.contact-heading_border {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.contact-animation {
  position: absolute;
  left: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.contact-animation_lottie {
  position: relative;
  left: 5%;
  top: 5%;
  display: block;
  width: 100%;
  height: 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;
  opacity: 0.3;
}

.info-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-paragraph {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #888;
  font-size: 18px;
  line-height: 29px;
}

.info-paragraph.left {
  padding-right: 32px;
}

.info-paragraph.half {
  padding-right: 32px;
}

.info-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-desc-block {
  position: relative;
  overflow: hidden;
}

.body-subtitle_video {
  margin-top: -16px;
  color: #888;
  font-size: 10px;
  text-align: center;
}

.body-subtitle_video.top {
  margin-top: 0px;
}

.button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.button.primary {
  width: auto;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  background-color: #000;
  font-size: 12px;
  text-align: center;
}

.button.primary.expand {
  width: 135px;
  margin-bottom: 64px;
  background-color: #000;
}

.button.primary.wireframes {
  width: 260px;
  margin-bottom: 64px;
}

.wireframe_preview {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 90%;
  }

  .container.hero {
    max-width: 1000px;
  }

  .heading {
    width: 80%;
  }

  .image-container {
    overflow: hidden;
  }

  .wsquare-img.thinkaspergers {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .wsquare-img.axion {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .wgrid-2.mobile {
    display: none;
  }

  .wsquare {
    max-height: none;
  }

  .project-info._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(17%, transparent), color-stop(45%, transparent), color-stop(87%, rgba(0, 0, 0, 0.53)), color-stop(96%, rgba(0, 0, 0, 0.78)), to(#000));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), transparent 17%, transparent 45%, rgba(0, 0, 0, 0.53) 87%, rgba(0, 0, 0, 0.78) 96%, #000);
  }

  .ratwelcome {
    left: -12%;
    top: 16%;
    display: block;
    overflow: hidden;
    max-width: 27%;
    -webkit-transform: rotateX(-26deg) rotateY(-180deg) rotateZ(9deg);
    transform: rotateX(-26deg) rotateY(-180deg) rotateZ(9deg);
  }

  .rightwelcome {
    top: -23vh;
  }

  .rwelcome {
    left: auto;
    top: 16%;
    right: -11%;
    display: block;
    overflow: hidden;
    max-width: 30%;
    -webkit-transform: rotateX(49deg) rotateY(0deg) rotateZ(-74deg);
    transform: rotateX(49deg) rotateY(0deg) rotateZ(-74deg);
  }

  .body {
    overflow: visible;
  }

  .wsqaure-gif.rotofarm {
    display: none;
  }

  .wsqaure-gif.gmg {
    display: none;
  }

  .wsqaure-gif.axion {
    display: none;
  }

  .wsqaure-gif.bps {
    display: none;
  }

  .wsqaure-gif.harkins {
    display: none;
    max-height: none;
  }

  .contact {
    margin-top: 24px;
  }

  .wavecontainer {
    z-index: 10;
    overflow: hidden;
  }

  .work-image {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .backtotop {
    margin-top: 60px;
  }

  .viewmore-container {
    margin-top: 24px;
  }

  .projects-back_component {
    margin-top: 0px;
  }

  .projects-next_component {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .container.hero {
    max-width: 1280px;
  }

  .heading {
    width: 80%;
  }

  .image-container {
    background-color: transparent;
  }

  .image-container._2 {
    background-color: #000;
  }

  .wsquare-img.thinkaspergers {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .wsquare-img.gmg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .wsquare-img.axion {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .wsquare-img.crypto {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .wgrid-2.mobile {
    display: none;
  }

  .wsquare {
    max-height: none;
  }

  .ratwelcome {
    left: -8%;
    top: 16%;
    display: block;
    max-width: 23%;
  }

  .ratwelcome.noshadow {
    overflow: visible;
  }

  .rwelcome {
    left: auto;
    top: 12%;
    right: -10%;
    display: block;
    width: 460px;
    max-width: 29%;
    -webkit-transform: rotateX(-40deg) rotateY(-6deg) rotateZ(-9deg);
    transform: rotateX(-40deg) rotateY(-6deg) rotateZ(-9deg);
  }

  .leftwave {
    position: static;
  }

  .wsqaure-gif.gmg {
    display: block;
  }

  .contact {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }

  .heading {
    width: 80%;
  }

  .work {
    margin-bottom: 0px;
    padding-bottom: 56px;
  }

  .image-container {
    max-height: 700px;
  }

  .wsquare-img.thinkaspergers {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .wsquare-img.axion {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .wrect-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wrect-img.video {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wgrid-2.mobile {
    display: none;
  }

  .wsquare {
    max-height: none;
    cursor: pointer;
  }

  .wsquare.coming-soon {
    cursor: default;
  }

  .ratwelcome {
    position: absolute;
    left: -4%;
    top: 12%;
    bottom: -334.984px;
    z-index: 10;
    max-width: 20%;
    box-shadow: 71px 71px 150px 20px rgba(0, 0, 0, 0.13);
  }

  .ratwelcome.noshadow {
    position: absolute;
    z-index: 1;
    display: none;
    box-shadow: none;
  }

  .rightwelcome {
    top: -21.5vh;
    display: none;
  }

  .rwelcome {
    position: absolute;
    left: auto;
    top: 9%;
    right: -6%;
    display: block;
    width: auto;
    -webkit-transform: rotateX(-43deg) rotateY(-3deg) rotateZ(-9deg);
    transform: rotateX(-43deg) rotateY(-3deg) rotateZ(-9deg);
  }

  .rwelcome.rwelcome-roto {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .leftwave {
    position: static;
    z-index: 10;
    margin-left: 0px;
  }

  .rightwave {
    position: static;
    overflow: visible;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto;
  }

  .wsqaure-gif {
    position: relative;
    display: block;
    overflow: visible;
    width: 112%;
    height: 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: auto;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wsqaure-gif.video {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wsqaure-gif.rotofarm {
    display: none;
  }

  .wsqaure-gif.axion {
    display: none;
  }

  .wsqaure-gif.bps {
    display: none;
  }

  .wsqaure-gif.harkins {
    display: none;
  }

  .contact {
    margin-top: 24px;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerlogo {
    position: absolute;
  }

  .wavecontainer {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    width: 100%;
    height: 630px;
  }

  .sendit {
    width: 500px;
    height: 375px;
    background-image: url('../images/shy2.gif');
  }

  .contact-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .work-images {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .backtotop {
    width: 0%;
    margin: 60px auto 0px;
    text-align: left;
    letter-spacing: 2px;
  }

  .lottie-animation {
    width: 20%;
    height: 20%;
  }

  .viewmore-container {
    position: relative;
    margin-top: 24px;
  }

  .utility-page-content {
    width: 100%;
    height: 100vh;
    margin-top: -10%;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .projects-back_component {
    width: auto;
    margin: 0px auto 0px 0px;
    text-align: left;
    letter-spacing: 2px;
  }

  .projects-back_text {
    letter-spacing: 0px;
  }

  .projects-next_component {
    width: auto;
    margin: 0px 0px 0px auto;
    text-align: left;
    letter-spacing: 2px;
  }

  .projects-next_text {
    letter-spacing: 0px;
  }

  .wireframe_preview {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin-top: 0px;
  }

  .container.hero {
    max-width: 90%;
  }

  .heading {
    width: 95%;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph {
    width: 79%;
  }

  .work {
    margin-top: 16px;
  }

  .image-container {
    background-color: transparent;
  }

  .image-container._2 {
    background-color: #000;
  }

  .wsquare-img.axion {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .wgrid-1 {
    width: 90%;
    margin-left: 5%;
    grid-column-gap: 23px;
  }

  .wgrid-2 {
    width: 90%;
    margin-top: 24px;
    margin-left: 5%;
    grid-column-gap: 24px;
  }

  .projectname {
    margin-left: 24px;
  }

  .viewproject {
    margin-bottom: 24px;
    margin-left: 24px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }

  .ratwelcome {
    left: -32%;
    top: 17.4vh;
    display: none;
    -webkit-transform: rotateX(6deg) rotateY(0deg) rotateZ(0deg) rotateX(-51deg) rotateY(-26deg) rotateZ(-20deg);
    transform: rotateX(6deg) rotateY(0deg) rotateZ(0deg) rotateX(-51deg) rotateY(-26deg) rotateZ(-20deg);
  }

  .ratwelcome.noshadow {
    display: none;
    box-shadow: none;
  }

  .rightwelcome {
    top: -7.6vh;
    right: -3.2vh;
    width: 30%;
  }

  .rwelcome {
    top: 29%;
    right: -9%;
    display: none;
  }

  .wsqaure-gif.aspergers {
    display: none;
  }

  .wsqaure-gif.rotofarm {
    display: none;
    max-height: 560px;
  }

  .wsqaure-gif.gmg {
    display: none;
  }

  .wsqaure-gif.axion {
    display: none;
    max-height: 560px;
  }

  .wsqaure-gif.bps {
    display: none;
    max-height: 560px;
  }

  .wsqaure-gif.harkins {
    display: none;
    max-height: 560px;
  }

  .paragraph-contact {
    width: 100%;
  }

  .info-container {
    width: 100%;
  }

  .work-images {
    margin-top: 16px;
  }

  .work-image {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .work-image.survey {
    width: 100%;
  }

  .vimeoembed {
    margin-top: -270px;
  }

  .vimeoembed.first {
    height: 575px;
    margin-top: -75px;
  }

  .vimeoembed.end {
    height: 580px;
    margin-top: -132px;
  }

  .body-subtitle_video.top {
    position: relative;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 22px;
    line-height: 31px;
  }

  .wgrid-2.mobile {
    display: none;
  }

  .ratwelcome {
    display: none;
  }

  .ratwelcome.noshadow {
    display: none;
  }

  .rightwelcome {
    top: -4.5vh;
    right: -1.9vh;
    display: none;
  }

  .rwelcome {
    display: none;
  }

  .footerlogo {
    width: 80%;
  }

  .work-image {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .work-image.first {
    padding-top: 48px;
  }

  .work-image.first-image {
    padding-top: 8px;
  }

  .work-image.expand_component {
    z-index: 999999;
  }

  .vimeoembed {
    height: 570px;
    margin-top: -250px;
  }

  .vimeoembed.first {
    height: 525px;
    margin-top: -130px;
  }

  .vimeoembed.end {
    height: 550px;
    margin-top: -167px;
  }

  .body-subtitle_video {
    display: none;
  }

  .button.primary.expand {
    margin-bottom: 32px;
    background-color: #000;
  }

  .button.primary.wireframes {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .heading {
    width: 9ch;
    margin-top: 24px;
    font-size: 20px;
    line-height: 27px;
  }

  .heading.home {
    width: 10ch;
  }

  .paragraph {
    width: 85%;
  }

  .paragraph.info {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .paragraph.info-link {
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .logo-svg {
    width: auto;
  }

  .logo-svg.contactlogo {
    background-color: #fff;
  }

  .work {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .wsquare-img {
    min-height: 210px;
  }

  .wsquare-img.thinkaspergers {
    min-height: 210px;
  }

  .wsquare-img.gmg {
    min-height: 210px;
  }

  .wsquare-img.axion {
    height: 100%;
    min-height: 210px;
  }

  .wsquare-img.bps {
    min-height: 210px;
  }

  .wsquare-img.harkins {
    min-height: 210px;
  }

  .wsquare-img.crypto {
    min-height: 210px;
  }

  .wgrid-1 {
    display: block;
    margin-top: 0px;
    grid-auto-flow: row;
    grid-template-areas: "wSquare wSquare"
      "Area Area";
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .wgrid-1.mobile-2 {
    display: block;
    margin-top: 0px;
  }

  .wgrid-2 {
    display: block;
    margin-top: 0px;
    grid-auto-columns: 1fr;
    grid-template-areas: "wSquare wSquare"
      "Area Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wgrid-2.mobile {
    display: none;
    width: 90%;
  }

  .wsquare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 600px;
    margin-top: 24px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wsquare.first {
    margin-top: 8px;
  }

  .project-info._1 {
    display: none;
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .project-info._1.coming-soon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .project-info._1.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .viewproject {
    margin-bottom: 24px;
  }

  .ratwelcome {
    top: 13.5vh;
    display: none;
  }

  .ratwelcome.noshadow {
    top: 13.5vh;
  }

  .rightwelcome {
    top: -5.1vh;
    right: -3.1vh;
    display: none;
    width: 50%;
  }

  .rwelcome {
    right: -12%;
    display: none;
  }

  .contact {
    margin-top: 32px;
  }

  .paragraph-contact {
    width: 100%;
    max-width: none;
  }

  .footerlogo {
    position: absolute;
    display: block;
  }

  .info {
    margin-top: 24px;
    -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;
  }

  .info.first {
    -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;
  }

  .info-left {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-left.roles {
    display: none;
  }

  .info-heading {
    margin-bottom: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .info-right {
    width: 80%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .work-images {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .work-image {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .work-image.first-image {
    padding-top: 22px;
  }

  .image-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .backtotop {
    width: 80px;
    margin-bottom: 16px;
  }

  .lottie-animation {
    width: 50%;
    height: 50%;
  }

  .viewmore-container {
    position: relative;
    z-index: 9999999;
    margin-top: 32px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vimeoembed {
    position: relative;
    z-index: 98;
    height: 440px;
    margin-top: -225px;
    padding-bottom: 0px;
  }

  .vimeoembed.first {
    height: 440px;
    margin-top: -230px;
  }

  .vimeoembed.second {
    height: 450px;
    margin-top: -250px;
  }

  .vimeoembed.third {
    height: 450px;
    margin-top: -250px;
  }

  .vimeoembed.end {
    height: 458px;
    margin-top: -242px;
    margin-bottom: 33px;
  }

  .projects-back_component {
    width: 100%;
    margin-bottom: 16px;
    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;
  }

  .projects-back_icon {
    position: absolute;
    left: 0px;
  }

  .projects-back_text {
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .projects-next_component {
    width: 100%;
    margin-top: 16px;
    margin-right: auto;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .projects-next_icon {
    position: absolute;
    right: 0px;
  }

  .projects-next_text {
    padding-right: 32px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .contact-animation_lottie {
    left: -18%;
    overflow: hidden;
    width: 170%;
    opacity: 0.45;
  }

  .info-full {
    width: 80%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-paragraph.left {
    padding-right: 0px;
  }

  .info-paragraph.half {
    padding-right: 0px;
  }

  .info-half {
    width: 80%;
    margin-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-half.last {
    margin-bottom: 0px;
  }

  .body-subtitle_video {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 8px;
  }

  .body-subtitle_video.top {
    position: static;
  }

  .button.primary.expand {
    margin-bottom: 16px;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .button.primary.wireframes {
    margin-bottom: 16px;
    background-color: rgba(0, 0, 0, 0.75);
  }
}

@media screen and (max-width: 479px) {
  #w-node-link-block-2-6d5622cc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-link-block-3-6d5622cc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 5;
    grid-row-start: span 5;
    -ms-grid-row-span: 5;
    grid-row-end: span 5;
  }

  #w-node-_3cca13f1-fad8-733d-0966-8dfb995a8878-6d5622cc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-_45eca2e1-53c9-fa26-c4cf-151214acb544-6d5622cc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2e419426-6109-0ac7-1c08-e818ba05577c-6d5622cc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_38dcd26b-1609-7782-c63f-cd1744b27ba2-6d5622cc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ca7b5101-3026-93e7-aa03-302713e38b4c-6d5622cc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d671f5f4-7807-6922-ecda-94316d53b213-6d5622cc {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

@font-face {
  font-family: 'Idlewild';
  src: url('../fonts/Idlewild-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Idlewild';
  src: url('../fonts/Idlewild-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Idlewild book';
  src: url('../fonts/Idlewild-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Idlewild';
  src: url('../fonts/Idlewild-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}