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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 1em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

li {
  font-family: 'Droid Sans', sans-serif;
}

.ordered-list {
  list-style-type: decimal;
}

.bwd-horizon {
  position: relative;
  width: 100vw;
  background-image: url('../images/bwd-orange-horizon-bacground.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.centered-container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content-wrapper-div {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-content-wrapper-div.old {
  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;
}

.image {
  width: 300px;
}

.heading-text {
  margin-top: 50px;
  margin-bottom: 100px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

.button {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

.button:hover {
  color: #d8531e;
}

.orange-text {
  color: #d8531e;
}

.page-wrapper-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 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;
}

.header-wrapper-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: auto;
  -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;
  background-image: none;
  background-size: auto;
}

.bwd-top-banner-image {
  position: relative;
  width: auto;
  height: auto;
}

.bwd-logo-white-image {
  position: relative;
  top: 1px;
  bottom: 0em;
  z-index: 200;
  display: block;
  width: 6.5em;
  max-width: 6.5em;
  min-width: 6.5em;
}

.intro-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro-div.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.intro-div.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-wrapper-div {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 0%;
  padding-bottom: 10px;
  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: 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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, hsla(0, 0%, 100%, 0.9)), to(#fff));
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, 0.9) 75%, #fff);
}

.footer-wrapper-div.homepage {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  -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;
  background-image: none;
}

.image-2 {
  width: 100%;
}

.title {
  position: absolute;
  display: block;
  margin: 10px auto 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.title.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.title.left-margin.white {
  margin-left: auto;
  color: #fff;
}

.title.left-margin.subhead {
  margin-top: 100px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 10px;
  text-transform: none;
}

.title.no-spacing {
  letter-spacing: 0px;
}

.title.no-spacing.initial-caps {
  text-transform: none;
}

.title.no-spacing.initial-caps.line-spacing {
  width: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  line-height: 1.5em;
}

.title.left-padding {
  padding-left: 20px;
}

.title.upper-right {
  top: 20px;
  right: 20px;
}

.more-nav-div {
  position: absolute;
  bottom: 5px;
  z-index: 100;
  display: block;
  width: 5px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-nav-dot-image-1 {
  display: block;
  width: 5px;
  height: 5px;
  margin-bottom: 5px;
}

.footer-text {
  margin-left: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 1em;
  font-weight: 300;
}

.footer-text.right-margin {
  margin-right: 5px;
  margin-left: 0px;
  color: #91a5a5;
  letter-spacing: 1px;
}

.footer-text.right-margin.orange {
  color: #d8531e;
}

.footer-text.right-margin.orange.all-caps {
  margin-right: 0px;
  color: #91a5a5;
  font-size: 0.9em;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.footer-text.orange {
  color: #d8531e;
}

.footer-text.orange.no-margin {
  margin-left: 0px;
}

.footer-text.center {
  margin-left: 0px;
  text-align: center;
}

.footer-nav-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

.footer-nav-div.centered {
  width: 100%;
  margin-right: 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;
}

.footer-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-text {
  margin-right: 1%;
  margin-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 0.9em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link-text:hover {
  color: #d8531e;
}

.footer-link-text._90-degrees.w--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footer-link-text.left {
  margin-right: 20px;
  margin-left: 0px;
}

.footer-link-text.right {
  margin-left: 20px;
}

.footer-link-text.center {
  margin-left: 0px;
  text-align: center;
}

.footer-link-text.left.w--current {
  margin-right: 25px;
  margin-left: 25px;
}

.more-nav-dot-image-2 {
  display: block;
  width: 5px;
  margin-bottom: 5px;
}

.more-nav-dot-image-3 {
  display: block;
  width: 5px;
  margin-bottom: 5px;
}

.more-nav-dot-image-4 {
  display: block;
  width: 5px;
  margin-bottom: 5px;
}

.more-nav-dot-image-5 {
  display: block;
  width: 5px;
  margin-bottom: 5px;
}

.wow-image {
  position: relative;
  width: 100%;
}

.nav-scroll-div {
  position: absolute;
  bottom: 3px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 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;
  cursor: pointer;
}

.nav-scroll-div.w--current {
  bottom: 3px;
}

.intro-scroll-dot-div-1 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.intro-scroll-dot-div-2 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.intro-scroll-dot-div-3 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.scroll-dot-div-4 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.scroll-dot-div-5 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-div.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.work-div.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.studio-div.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.studio-div.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-div.flexbox.vt-centerd {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-div.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.contact-div.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.back-to-top-link-text {
  margin-left: 50px;
  -webkit-transform: rotate(180deg) scale3d(2, 1, 1);
  transform: rotate(180deg) scale3d(2, 1, 1);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.back-to-top-link-text:hover {
  color: #d8531e;
}

.back-to-top-link-text._90-degrees.w--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.work-scroll-div {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 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;
}

.work-scroll-dot-div-1 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-2 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-3 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-div {
  position: absolute;
  bottom: 3px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 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;
  cursor: pointer;
}

.studio-scroll-div.w--current {
  bottom: 3px;
}

.contact-scroll-dot-div-3 {
  width: 6px;
  height: 6px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-1 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-2 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-div {
  position: absolute;
  left: 50%;
  bottom: 3px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.contact-scroll-div.w--current {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0px) translate(0px, -50%);
  -ms-transform: translate(-50%, 0px) translate(0px, -50%);
  transform: translate(-50%, 0px) translate(0px, -50%);
}

.contact-scroll-dot-div-2 {
  width: 6px;
  height: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-dot-div-1 {
  width: 6px;
  height: 6px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-3 {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.outline-text {
  width: 102%;
  padding-right: -0.07em;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 25vw;
  line-height: 0.75em;
  text-align: center;
  letter-spacing: -0.07em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.outline-text.large {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  -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;
  color: #fff;
  font-size: 40vw;
  line-height: 1em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.outline-text.medium-large {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  color: #fff;
  font-size: 36vw;
}

.outline-text.medium {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  font-size: 31vw;
}

.outline-text.small {
  width: 100%;
  margin-right: 0.12em;
  padding-right: 0em;
  font-size: 24vw;
}

.header-banner-white-div {
  position: absolute;
  left: -150vw;
  top: 3.4em;
  overflow: visible;
  width: 400vw;
  height: 400vw;
  border-radius: 50%;
  background-color: #fff;
}

.header-banner-div {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 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;
  background-color: transparent;
}

.header-text {
  position: absolute;
  z-index: 300;
  margin-top: 30px;
  margin-left: 0.5%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.header-top-banner-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d8531e;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.header-bottom-banner-div {
  position: relative;
  top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 102%;
  height: auto;
  margin-left: -1%;
  -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;
}

.header-bottom-banner-image {
  width: 100%;
}

.laptop-screen-size {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 1366px;
  height: 768px;
  border: 1px solid #06b9ff;
}

.tablet-portrait-screen-size {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 768px;
  height: 1024px;
  border: 1px solid #06b9ff;
}

.tablet-landscape-screen-size {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 1024px;
  height: 768px;
  border: 1px solid #06b9ff;
}

.iphonex-portrait-screen-size {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 375px;
  height: 812px;
  border: 1px solid #06b9ff;
}

.iphonex-landscape-screen-size {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 812px;
  height: 375px;
  border: 1px solid #06b9ff;
}

.intro-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 2px;
}

.intro-text.light {
  margin-bottom: 30px;
  color: #000;
  font-weight: 300;
}

.section-title-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -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-title-div.left-offset {
  width: 100%;
}

.intro-text-div {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-title {
  position: relative;
  display: block;
  margin: 0px auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.contact-title.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.contact-title.left-margin.white {
  color: #fff;
}

.contact-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 100px;
  -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-link-1 {
  margin-bottom: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-link-1:hover {
  color: #d8531e;
}

.text-link-1.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-height: 50px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -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;
  border: 1px solid #d8531e;
  border-radius: 25px;
  color: #d8531e;
  font-weight: 300;
  cursor: pointer;
}

.text-link-1.button:hover {
  background-color: #d8531e;
  color: #fff;
}

.text-link-1.button.absolute-position {
  position: absolute;
  border-width: 2px;
}

.contact-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-container.absolute {
  position: absolute;
  z-index: 20;
  max-height: 40px;
  margin-top: 7px;
}

.studio-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 100px;
  -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;
}

.studio-text-div.top-bottom-margin-50 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 0px;
}

.studio-text-2 {
  display: block;
  color: #91a5a5;
  font-size: 2em;
  font-weight: 700;
}

.process-modal {
  position: relative;
  z-index: 1000;
  display: none;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block {
  position: absolute;
}

.process-wrapper {
  position: absolute;
  display: none;
  overflow: hidden;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: scale3d(1.5, 1, 1);
  transform: scale3d(1.5, 1, 1);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.close-modal:hover {
  color: #d8531e;
}

.intro-scroll-dot-div-3-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.intro-scroll-dot-div-2-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.intro-scroll-dot-div-1-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-3-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-2-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.work-scroll-dot-div-1-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-1-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-2-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.studio-scroll-dot-div-3-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-dot-div-3-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-dot-div-2-copy {
  width: 6px;
  height: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-dot-div-1-copy {
  width: 6px;
  height: 6px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #d8531e;
}

.contact-scroll-div-copy {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.contact-scroll-div-copy.w--current {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0px) translate(0px, -50%);
  -ms-transform: translate(-50%, 0px) translate(0px, -50%);
  transform: translate(-50%, 0px) translate(0px, -50%);
}

.studio-scroll-div-copy {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 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;
}

.work-scroll-div-copy {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 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;
}

.intro-scroll-div-copy {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 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;
}

.title-copy {
  position: absolute;
  display: block;
  margin: 10px auto 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.title-copy.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.title-copy.left-margin.white {
  color: #fff;
}

.title-copy.no-spacing {
  letter-spacing: 0px;
}

.title-copy.no-spacing.initial-caps {
  text-transform: none;
}

.title-copy.no-spacing.initial-caps.line-spacing {
  width: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  line-height: 1.5em;
}

.title-copy.left-padding {
  padding-left: 20px;
}

.title-copy.upper-right {
  top: 20px;
  right: 20px;
}

.section-text-copy {
  color: #91a5a5;
  font-size: 2em;
  font-weight: 700;
}

.intro-div-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro-div-copy.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.intro-div-copy.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-div-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-div-copy.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.work-div-copy.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-div-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.studio-div-copy.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.studio-div-copy.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-div-copy.flexbox.vt-centerd {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-div-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-div-copy.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.contact-div-copy.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.studio-text-1 {
  margin-bottom: 1.5em;
  color: #91a5a5;
  font-size: 2em;
  font-weight: 700;
}

.text-link-2 {
  margin-bottom: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-link-2:hover {
  color: #d8531e;
}

.text-link-2.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-height: 50px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -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;
  border: 1px solid #d8531e;
  border-radius: 25px;
  color: #d8531e;
  font-weight: 300;
  cursor: pointer;
}

.text-link-2.button:hover {
  background-color: #d8531e;
  color: #fff;
}

.text-link-2.button.absolute-position {
  position: absolute;
  border-width: 2px;
}

.contact-heading {
  color: #d8531e;
}

.studio-title {
  position: absolute;
  display: block;
  margin: 10px auto 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.studio-title.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.studio-title.left-margin.white {
  color: #fff;
}

.studio-title.no-spacing {
  letter-spacing: 0px;
}

.studio-title.no-spacing.initial-caps {
  text-transform: none;
}

.studio-title.no-spacing.initial-caps.line-spacing {
  width: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  line-height: 1.5em;
}

.studio-title.left-padding {
  padding-left: 20px;
}

.studio-title.upper-right {
  top: 20px;
  right: 20px;
}

.studio-section-title-div {
  position: relative;
  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;
  -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;
}

.studio-section-title-div.left-offset {
  width: 100%;
}

.contact-section-title-div {
  position: relative;
  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;
  -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;
}

.contact-section-title-div.left-offset {
  width: 100%;
}

.studio-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.studio-container.absolute {
  position: absolute;
  margin-top: 7px;
}

.process {
  position: absolute;
  display: none;
  overflow: hidden;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-menu {
  position: absolute;
  display: none;
  overflow: hidden;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-modal {
  position: relative;
  z-index: 1000;
  display: block;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.close-portfolio-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: scale3d(1.5, 1, 1);
  transform: scale3d(1.5, 1, 1);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.close-portfolio-modal:hover {
  color: #000;
}

.work-link {
  margin-bottom: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #91a5a5;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.work-link:hover {
  color: #d8531e;
}

.work-link.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-height: 50px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -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;
  border: 1px solid #d8531e;
  border-radius: 25px;
  color: #d8531e;
  font-weight: 300;
  cursor: pointer;
}

.work-link.button:hover {
  background-color: #d8531e;
  color: #fff;
}

.work-link.button.absolute-position {
  position: absolute;
  z-index: 20;
  min-width: 250px;
  margin-top: 30px;
  padding: 0px;
  border-width: 2px;
  background-image: url('../images/welcome-button.svg');
  background-position: 50% 50%;
  background-size: auto 25px;
  background-repeat: no-repeat;
}

.work-link.button.absolute-position:hover {
  min-width: 335px;
  background-color: #d8531e;
  background-image: url('../images/work-button.svg');
  background-size: auto 25px;
  color: #fff;
}

.intro-outline-text {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  max-width: none;
  padding-right: -0.07em;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 40vw;
  line-height: 0.75em;
  text-align: center;
  letter-spacing: -0.07em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.intro-outline-text.large {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  -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;
  color: #fff;
  font-size: 40vw;
  line-height: 1em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.intro-outline-text.medium-large {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  color: #fff;
  font-size: 36vw;
}

.intro-outline-text.medium {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  font-size: 31vw;
}

.intro-outline-text.small {
  width: 100%;
  margin-right: 0.12em;
  padding-right: 0em;
  font-size: 24vw;
}

.webops-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-content {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0px;
}

.main-content.vt-size-100 {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0px;
}

.webops-heading {
  margin-bottom: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #02519b;
}

.webops-subhead {
  text-align: center;
}

.webops-text.indent {
  padding-left: 15px;
}

.webops-text.bold {
  margin-top: 20px;
}

.webops-image {
  padding-top: 10px;
  padding-bottom: 20px;
}

.grid-1 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-1._100-vh {
  height: 100vh;
}

.grid-1._100-vh._100-vw {
  position: absolute;
  z-index: 0;
  width: auto;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
}

.orange-div {
  background-color: #d8531e;
}

.gray-div {
  background-color: #d4dcdc;
}

.blue-div {
  background-color: #06b9ff;
}

.dark-gray-div {
  background-color: #91a5a5;
}

.grid-2 {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-2.overlay {
  position: absolute;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.div-border-1 {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}

.white-div {
  color: #fff;
}

.portfolio-modal-subhead {
  position: relative;
  z-index: 1000;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.portfolio-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.portfolio-div.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.portfolio-div.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area"
    "Area Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

.portfolio-grid {
  width: 100%;
  height: 100%;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.portfolio-grid-div {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.portfolio-grid-div.red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8531e), to(#d8531e)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, #d8531e, #d8531e), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.portfolio-grid-div.gray {
  position: static;
  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;
  background-color: #91a5a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#91a5a5), to(#91a5a5)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, #91a5a5, #91a5a5), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -o-object-fit: fill;
  object-fit: fill;
}

.subhead {
  position: static;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: -1em auto 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.subhead:hover {
  position: static;
  color: #000;
}

.subhead.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.subhead.left-margin.white {
  color: #fff;
}

.subhead.left-margin.subhead {
  margin-top: 100px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 10px;
  text-transform: none;
}

.subhead.no-spacing {
  letter-spacing: 0px;
}

.subhead.no-spacing.initial-caps {
  text-transform: none;
}

.subhead.no-spacing.initial-caps.line-spacing {
  width: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  line-height: 1.5em;
}

.subhead.left-padding {
  padding-left: 20px;
}

.subhead.upper-right {
  top: 20px;
  right: 20px;
}

.subhead.multi-line {
  position: static;
  top: 0%;
  margin-top: 0em;
  background-color: transparent;
}

.subhead.multi-line:hover {
  color: #000;
}

.main-content-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.main-content-section.left-offset {
  width: 100%;
}

.portfolio-outline-text {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding-right: -0.07em;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 40vw;
  line-height: 0.75em;
  text-align: center;
  letter-spacing: -0.07em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.portfolio-outline-text.large {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  -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;
  color: #fff;
  font-size: 40vw;
  line-height: 1em;
  text-shadow: 0 -1px 0 #d4dcdc, 1px 0 0 #d4dcdc, 0 1px 0 #d4dcdc, -1px 0 0 #d4dcdc, 1px -1px 0 #d4dcdc, 1px 1px 0 #d4dcdc, -1px 1px 0 #d4dcdc, -1px -1px 0 #d4dcdc;
}

.portfolio-outline-text.medium-large {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  color: #fff;
  font-size: 36vw;
}

.portfolio-outline-text.medium {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.07em;
  font-size: 31vw;
}

.portfolio-outline-text.small {
  width: 100%;
  margin-right: 0.12em;
  padding-right: 0em;
  font-size: 24vw;
}

.grid-3 {
  position: static;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 800px;
  height: 800px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-1 Area-2"
    "Area-3 Area-4";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.grid-div {
  position: static;
  top: auto;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 30px;
  border: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-size: 1em;
  line-height: 1.2em;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-div.top {
  border-bottom-style: solid;
  border-bottom-color: #d4dcdc;
}

.grid-div.top.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 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-right-style: solid;
  border-right-color: #d4dcdc;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-div.top.right {
  padding-right: 30px;
  padding-left: 30px;
  border-left-style: solid;
  border-left-color: #d4dcdc;
  background-color: transparent;
}

.grid-div.top.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 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;
}

.grid-div.bottom {
  border-top-style: solid;
  border-top-color: #d4dcdc;
}

.grid-div.bottom.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 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-right-style: solid;
  border-right-color: #d4dcdc;
  background-color: transparent;
}

.grid-div.bottom.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 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-left-style: solid;
  border-left-color: #d4dcdc;
}

.footer-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
}

.footer-right-div.centered {
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio-grid-link {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: transparent;
}

.portfolio-grid-link.red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8531e), to(#d8531e)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, #d8531e, #d8531e), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.portfolio-grid-link.gray {
  position: relative;
  background-color: #91a5a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#91a5a5), to(#91a5a5)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, #91a5a5, #91a5a5), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -o-object-fit: fill;
  object-fit: fill;
}

.portfolio-button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #91a5a5;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.portfolio-button-link:hover {
  color: #000;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  padding: 30px;
  -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;
}

.link-block.top {
  border-bottom: 1px solid #d4dcdc;
}

.link-block.top.left {
  border-right: 1px solid #d4dcdc;
}

.link-block.top.right {
  border-left: 1px solid #d4dcdc;
}

.link-block.bottom {
  border-top: 1px solid #d4dcdc;
}

.link-block.bottom.left {
  border-right: 1px solid #d4dcdc;
}

.link-block.bottom.right {
  border-left: 1px solid #d4dcdc;
}

.featured-work-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-work-1.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.featured-work-1.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.featured-work-1.flexbox.vt-centerd {
  top: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.featured-work-overview {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-work-overview.flexbox {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
  background-image: linear-gradient(180deg, #fff, #f5f8f8);
}

.featured-work-overview.flexbox.wow {
  position: relative;
  background-image: url('../images/wow-gray.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.portfolio-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1500px;
  -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;
  background-color: transparent;
}

.portfolio-text-wrapper.left-offset {
  width: 100%;
}

.portfolio-text-wrapper.with-margin {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
}

.portfolio-text-wrapper.top-padding {
  padding-top: 50px;
}

.portfolio-text-wrapper.top-and-bottom-margins {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-bottom: 0px;
}

.portfolio-text-wrapper.top-margin {
  margin-top: 50px;
  background-color: transparent;
}

.featured-portfolio-title {
  position: static;
  display: block;
  margin: 0px auto 1em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d8531e;
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.featured-portfolio-title.left-margin {
  position: absolute;
  z-index: 100;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.featured-portfolio-title.left-margin.white {
  color: #fff;
}

.featured-portfolio-title.no-spacing {
  letter-spacing: 0px;
}

.featured-portfolio-title.no-spacing.initial-caps {
  text-transform: none;
}

.featured-portfolio-title.no-spacing.initial-caps.line-spacing {
  width: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  line-height: 1.5em;
}

.featured-portfolio-title.left-padding {
  padding-left: 20px;
}

.featured-portfolio-title.upper-right {
  top: 20px;
  right: 20px;
}

.featured-portfolio-left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.featured-portfolio-text {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -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;
}

.featured-portfolio-text.top-bottom-margin-50 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 0px;
}

.featured-portfolio-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featured-portfolio-logo-image {
  width: 50%;
  margin-bottom: 0px;
}

.featured-portfolio-image {
  position: static;
  display: none;
  width: auto;
  max-width: none;
  cursor: pointer;
}

.featured-portfolio-image._600h {
  width: auto;
  height: auto;
  border: 1px solid #d4dcdc;
  cursor: pointer;
}

.grid-4 {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.featured-portfolio-div {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 20px;
  border: 1px solid #d4dcdc;
}

.featured-portfolio-div.spring-ad {
  width: 100%;
  height: 480px;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/audio-forest-ads-spring.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.featured-portfolio-div.summer-ad {
  width: 100%;
  height: 310px;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/audio-forest-ads-summer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.featured-portfolio-div.fall-ad {
  width: 100%;
  height: 310px;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/audio-forest-ads-fall.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.featured-portfolio-div.winter-ad {
  width: 100%;
  height: 310px;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/audio-forest-ads-winter.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.featured-portfolio-div.no-border {
  border-style: none;
  cursor: auto;
}

.grid-4-copy {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.featured-portfolio-div-wrapper {
  width: 24%;
  height: auto;
  margin-right: 1%;
  margin-left: 1%;
  padding: 0px;
  border: 1px none #d4dcdc;
  cursor: pointer;
}

.featured-portfolio-div-wrapper.spring-ad {
  width: 24%;
}

.showcase-container {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #06b9ff;
  text-align: left;
}

.showcase-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.showcase-wrapper.angled {
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.portfolio-image {
  border: 1px solid #d4dcdc;
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.portfolio-image:active {
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
}

.portfolio-image.spring-ad:hover {
  box-shadow: 0 0 10px 0 #91a5a5;
}

.portfolio-image.summer-ad:hover {
  box-shadow: 0 0 10px 0 #91a5a5;
}

.portfolio-image.fall-ad:hover {
  box-shadow: 0 0 10px 0 #91a5a5;
}

.portfolio-image.winter-ad:hover {
  box-shadow: 0 0 10px 0 #91a5a5;
}

.image-column {
  width: 50%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
}

.image-column.left {
  width: 45%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-column.center {
  width: 45%;
  padding-right: 20px;
  padding-left: 20px;
}

.image-column.right {
  width: 45%;
  padding-right: 20px;
  padding-left: 20px;
}

.showcase-wrapper-block {
  position: static;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 100px 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -o-object-fit: fill;
  object-fit: fill;
}

.showcase-wrapper-block.angled {
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.showcase-column {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 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;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.showcase-column.left {
  display: block;
}

.showcase-image {
  display: block;
  overflow: auto;
  width: 100%;
  height: auto;
  max-width: none;
}

.showcase-image._125 {
  width: 125%;
}

.showcase-image.with-border {
  border: 1px solid #d4dcdc;
}

.showcase-image.with-border.bottom-margin {
  margin-bottom: 100px;
}

.showcase-angled-container {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 145%;
  height: auto;
  min-height: 0px;
  margin: 0px auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.showcase-angled-container.angled {
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.showcase-container-body {
  position: relative;
  overflow: hidden;
  height: 800px;
  min-height: 0px;
}

.showcase-wrapper-body {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 0px;
}

.showcase-wrapper-body._100vh {
  height: auto;
}

.showcase-wrapper-body._70vh {
  height: 70vh;
  max-width: 1500px;
}

.showcase-wrapper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 1500px;
  -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;
  background-color: transparent;
  text-align: left;
}

.showcase-wrapper-container._3d {
  position: relative;
  display: none;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.showcase-wrapper-container.no-top-padding {
  height: auto;
  padding-top: 0px;
  background-color: transparent;
}

.showcase-wrapper-container.top-margin {
  margin-top: 50px;
}

.highlight-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: visible;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  cursor: pointer;
}

.card-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 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;
  border-radius: 0px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 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;
  border-radius: 0px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-3d-wrapper {
  position: static;
  display: block;
  width: auto;
  height: auto;
  max-width: 1500px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.card-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  -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;
  border: 1px none #d4dcdc;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.card-wrapper.spring-ad {
  width: 100%;
  height: 480px;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/audio-forest-ads-spring.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-wrapper.summer-ad {
  width: 100%;
  height: 310px;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/audio-forest-ads-summer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-wrapper.fall-ad {
  width: 100%;
  height: 310px;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/audio-forest-ads-fall.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-wrapper.winter-ad {
  width: 100%;
  height: 310px;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/audio-forest-ads-winter.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(70deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-wrapper.no-border {
  border-style: none;
  cursor: auto;
}

.card-showcase {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1500px;
  -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: transparent;
}

.intro-container {
  position: absolute;
  z-index: 20;
  display: block;
}

.card-front {
  width: 100%;
  height: auto;
}

.heading-2 {
  color: #fff;
}

.card-container {
  position: relative;
  width: 700px;
  height: 380px;
  margin-right: 30px;
  margin-left: 30px;
  cursor: pointer;
}

.postcard-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  border-radius: 15px;
  background-color: #91a5a5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.postcard-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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: 15px;
  background-color: #d8531e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.card-wrapper-test {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.card-container-test {
  position: relative;
  display: block;
  width: 300px;
  height: 400px;
  -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;
}

.card-front-test {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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: 15px;
  background-color: #d8531e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-back-test {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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: 15px;
  background-color: #91a5a5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-showcase-grid {
  width: 100%;
}

.showcase-display {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 1500px;
}

.showcase-webpage-display {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 0px;
}

.showcase-webpage {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.showcase-webpage._125 {
  width: 125%;
}

.intro-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  -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;
}

.intro-text-art {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1500px;
}

@media screen and (max-width: 991px) {
  .bwd-logo-white-image {
    top: 1px;
  }

  .footer-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .title.left-padding {
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .nav-scroll-div {
    bottom: 3px;
  }

  .studio-scroll-div {
    bottom: 3px;
  }

  .contact-scroll-div {
    bottom: 0px;
  }

  .header-banner-div {
    height: auto;
  }

  .header-text {
    margin-top: 30px;
  }

  .header-top-banner-div {
    height: 55px;
  }

  .header-bottom-banner-div {
    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;
  }

  .tablet-portrait-screen-size {
    display: none;
  }

  .contact-title.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .contact-text-div {
    margin-top: 200px;
  }

  .text-link-1 {
    margin-bottom: 50px;
  }

  .heading {
    font-size: 2.5em;
  }

  .studio-text-div {
    margin-top: 200px;
  }

  .contact-scroll-div-copy {
    bottom: 50px;
  }

  .title-copy.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .title-copy.left-padding {
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .text-link-2 {
    margin-bottom: 50px;
  }

  .contact-heading {
    font-size: 2.5em;
  }

  .studio-title.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .studio-title.left-padding {
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .work-link {
    margin-bottom: 50px;
  }

  .work-link.button.absolute-position {
    height: 40px;
    min-height: 40px;
    min-width: 190px;
    margin-top: 25px;
    border-radius: 20px;
    background-size: auto 20px;
  }

  .work-link.button.absolute-position:hover {
    min-width: 260px;
    background-size: auto 20px;
  }

  .subhead.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .subhead.left-padding {
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .featured-portfolio-title.left-margin {
    display: block;
    margin: 10px auto 0px;
    padding-left: 15px;
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .featured-portfolio-title.left-padding {
    font-size: 2.5em;
    letter-spacing: 15px;
  }

  .featured-portfolio-text {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .bwd-logo-white-image {
    top: 1px;
    width: 5em;
    max-width: 5em;
    min-width: 5em;
  }

  .footer-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }

  .title.left-padding {
    font-size: 1.5em;
    letter-spacing: 10px;
  }

  .footer-text.right-margin {
    font-size: 0.9em;
    letter-spacing: 0px;
  }

  .footer-text.right-margin.orange.all-caps {
    font-size: 0.8em;
    letter-spacing: 4px;
  }

  .footer-link-text {
    font-size: 0.9em;
  }

  .nav-scroll-div {
    bottom: 3px;
  }

  .studio-scroll-div {
    bottom: 3px;
  }

  .contact-scroll-div {
    bottom: 0px;
  }

  .outline-text.large {
    top: 7px;
    font-size: 28vw;
  }

  .header-banner-div {
    height: auto;
  }

  .header-text {
    position: absolute;
    margin-top: 20px;
    font-size: 0.9em;
  }

  .header-top-banner-div {
    height: 40px;
  }

  .header-bottom-banner-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .iphonex-landscape-screen-size {
    display: none;
  }

  .body-gray {
    background-color: #f5f8f8;
  }

  .intro-text {
    margin-bottom: 5px;
    font-size: 1.2em;
  }

  .intro-text.light {
    margin-bottom: 10px;
  }

  .intro-text-div {
    position: relative;
    top: -5px;
  }

  .contact-title.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }

  .contact-text-div {
    position: relative;
    top: -5px;
    margin-top: 100px;
  }

  .text-link-1 {
    margin-bottom: 25px;
    font-size: 1.2em;
  }

  .text-link-1.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 40px;
    margin-top: 5px;
    -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;
    border-radius: 20px;
  }

  .heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5em;
  }

  .studio-text-div {
    position: relative;
    top: -5px;
    margin-top: 100px;
  }

  .studio-text-div.top-bottom-margin-50 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .studio-text-2 {
    font-size: 1.2em;
  }

  .contact-scroll-div-copy {
    bottom: 50px;
  }

  .title-copy.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }

  .title-copy.left-padding {
    font-size: 1.5em;
    letter-spacing: 10px;
  }

  .section-text-copy {
    font-size: 1.2em;
  }

  .studio-text-1 {
    font-size: 1.2em;
  }

  .text-link-2 {
    margin-bottom: 25px;
    font-size: 1.2em;
  }

  .text-link-2.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 40px;
    margin-top: 5px;
    -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;
    border-radius: 20px;
  }

  .contact-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5em;
  }

  .studio-title.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }

  .studio-title.left-padding {
    font-size: 1.5em;
    letter-spacing: 10px;
  }

  .work-link {
    margin-bottom: 25px;
    font-size: 1.2em;
  }

  .work-link.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 40px;
    margin-top: 5px;
    -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;
    border-radius: 20px;
  }

  .work-link.button.absolute-position {
    height: 30px;
    min-height: 30px;
    min-width: 150px;
    margin-top: 5px;
    border-radius: 15px;
    background-size: auto 15px;
  }

  .work-link.button.absolute-position:hover {
    height: 30px;
    min-height: 30px;
    min-width: 200px;
    margin-top: 5px;
    border-radius: 15px;
    background-size: auto 15px;
  }

  .intro-outline-text.large {
    top: 7px;
    font-size: 28vw;
  }

  .subhead.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }

  .subhead.left-padding {
    font-size: 1.5em;
    letter-spacing: 10px;
  }

  .portfolio-outline-text.large {
    top: 7px;
    font-size: 28vw;
  }

  .featured-portfolio-title.left-margin {
    display: block;
    width: 100%;
    margin: 10px auto 0px;
    padding-left: 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 10px;
  }

  .featured-portfolio-title.left-padding {
    font-size: 1.5em;
    letter-spacing: 10px;
  }

  .featured-portfolio-text {
    position: relative;
    top: -5px;
    margin-top: 100px;
  }

  .featured-portfolio-text.top-bottom-margin-50 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 250px;
  }

  .bwd-logo-white-image {
    top: 1px;
    z-index: 200;
    width: 5em;
    max-width: 5%;
    min-width: 5em;
  }

  .intro-div.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .footer-wrapper-div {
    height: 70px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: transparent;
  }

  .title.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }

  .title.left-padding {
    margin-top: -7px;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 10px;
  }

  .footer-text.right-margin {
    margin-right: 0px;
  }

  .footer-text.right-margin.orange.all-caps {
    margin-right: 0px;
    letter-spacing: 3px;
  }

  .footer-text.orange.no-margin {
    margin-right: 5px;
    margin-left: 5px;
  }

  .footer-nav-div {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-left-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-link-text {
    margin-left: 0px;
  }

  .nav-scroll-div {
    bottom: 40px;
  }

  .work-div.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .studio-div.flexbox {
    padding-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .contact-div.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .work-scroll-div {
    bottom: 15vh;
  }

  .studio-scroll-div {
    bottom: 40px;
  }

  .contact-scroll-div {
    bottom: 35px;
  }

  .outline-text.large {
    top: 0px;
    margin-bottom: 20px;
    font-size: 40vw;
  }

  .outline-text.small {
    margin-right: 0.12em;
  }

  .header-banner-white-div {
    top: 2.63em;
  }

  .header-banner-div {
    height: auto;
  }

  .header-text {
    margin-top: 15px;
    margin-left: 0%;
    font-size: 0.9em;
  }

  .header-top-banner-div {
    height: 40px;
  }

  .header-bottom-banner-div {
    width: 102%;
    height: 30px;
    margin-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .laptop-screen-size {
    display: none;
  }

  .tablet-portrait-screen-size {
    display: none;
  }

  .tablet-landscape-screen-size {
    display: none;
  }

  .iphonex-portrait-screen-size {
    display: none;
  }

  .iphonex-landscape-screen-size {
    display: none;
  }

  .intro-text {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: 0px;
  }

  .intro-text.light {
    margin-bottom: 20px;
  }

  .intro-text.spacing {
    letter-spacing: 2px;
  }

  .section-title-div {
    top: 0px;
  }

  .intro-text-div {
    top: 0px;
  }

  .contact-title.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }

  .contact-text-div {
    top: 0px;
    margin-top: 100px;
  }

  .text-link-1 {
    margin-bottom: 25px;
    font-size: 1.2em;
  }

  .text-link-1:hover {
    color: #333;
  }

  .text-link-1.button {
    height: 40px;
    min-height: 40px;
    margin-top: 5px;
    border-radius: 20px;
  }

  .heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5em;
  }

  .studio-text-div {
    top: 0px;
    margin-top: 100px;
  }

  .studio-text-div.top-bottom-margin-50 {
    top: 0px;
    margin-bottom: 10px;
  }

  .contact-scroll-div-copy {
    bottom: 35px;
  }

  .studio-scroll-div-copy {
    bottom: 20px;
  }

  .work-scroll-div-copy {
    bottom: 15vh;
  }

  .intro-scroll-div-copy {
    bottom: 15vh;
  }

  .title-copy.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }

  .title-copy.left-padding {
    margin-top: -7px;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 10px;
  }

  .intro-div-copy.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .work-div-copy.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .studio-div-copy.flexbox {
    padding-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .contact-div-copy.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .text-link-2 {
    margin-bottom: 25px;
    font-size: 1.2em;
  }

  .text-link-2:hover {
    color: #333;
  }

  .text-link-2.button {
    height: 40px;
    min-height: 40px;
    margin-top: 5px;
    border-radius: 20px;
  }

  .contact-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.5em;
  }

  .studio-title.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }

  .studio-title.left-padding {
    margin-top: -7px;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 10px;
  }

  .studio-section-title-div {
    top: 0px;
  }

  .contact-section-title-div {
    top: 0px;
  }

  .work-link {
    margin-bottom: 25px;
    font-size: 1.2em;
  }

  .work-link:hover {
    color: #333;
  }

  .work-link.button {
    height: 40px;
    min-height: 40px;
    margin-top: 5px;
    border-radius: 20px;
  }

  .work-link.button.absolute-position {
    height: 30px;
    min-height: 30px;
    min-width: 150px;
    margin-top: 5px;
    border-radius: 15px;
    background-size: auto 15px;
  }

  .work-link.button.absolute-position:hover {
    height: 30px;
    min-height: 30px;
    min-width: 200px;
    margin-top: 5px;
    background-size: auto 15px;
  }

  .intro-outline-text.large {
    top: 0px;
    margin-bottom: 20px;
    font-size: 40vw;
  }

  .intro-outline-text.small {
    margin-right: 0.12em;
  }

  .portfolio-div.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .subhead.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }

  .subhead.left-padding {
    margin-top: -7px;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 10px;
  }

  .main-content-section {
    top: 0px;
  }

  .portfolio-outline-text.large {
    top: 0px;
    margin-bottom: 20px;
    font-size: 40vw;
  }

  .portfolio-outline-text.small {
    margin-right: 0.12em;
  }

  .footer-right-div {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .featured-work-1.flexbox {
    padding-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .featured-work-overview.flexbox {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f8f8));
    background-image: linear-gradient(180deg, #fff, #f5f8f8);
  }

  .portfolio-text-wrapper {
    top: 0px;
  }

  .featured-portfolio-title.left-margin {
    margin-top: 2px;
    margin-bottom: 0px;
    padding-right: 75px;
    padding-left: 75px;
    letter-spacing: 5px;
  }

  .featured-portfolio-title.left-padding {
    margin-top: -7px;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 10px;
  }

  .featured-portfolio-text {
    top: 0px;
    margin-top: 100px;
  }

  .featured-portfolio-text.top-bottom-margin-50 {
    top: 0px;
    margin-bottom: 10px;
  }
}

#w-node-da0e82f6-38c0-44f3-3d97-260c8d9d283f-86c2eddb {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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;
}

#w-node-_281e2252-cbb7-64fe-e417-9d5b7e217c31-86c2eddb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c244e553-5e43-2c84-10ef-30aef6323261-86c2eddb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2625d19b-502c-f590-8550-a709ca0b8791-86c2eddb {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -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;
}

#w-node-_269c5229-f39a-a67b-58f1-7ada9db3c817-86c2eddb {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_29aa3e7d-cd19-6f70-03b0-649b94a32e33-86c2eddb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_39d3f542-86c0-09dd-e85d-3a322b7c9127-86c2eddb {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ee20eb8f-91c8-f576-765b-86c13d795d7f-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a860e207-0949-26e9-da16-3970fb2b215c-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ad32b495-2126-3246-8c42-bc74800a586f-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5f9d8813-ddf0-a073-df32-ab0431e29d4e-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ce800e6c-6b83-f39a-0131-df6aceedbc42-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_504fdcb3-967c-c53c-1817-dc7480df1aa3-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a0594444-f601-7ebe-054f-8921a0acb362-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_3302d550-5711-fdbf-627a-644fc05be19c-b5131529 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-ea79bae6-807c-a9bf-fb4b-df491ded033b-b5131529 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-bf5b9a70-0ac9-6595-345c-709d09f9d6e1-b5131529 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_4a57be43-3060-5338-4a1b-782720607a75-b5131529 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

