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

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

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

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

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

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

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

body {
  color: #1a1b1f;
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

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

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

.container {
  background-color: #f1f1f1;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  height: 64px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

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

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

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

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

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

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

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

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

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

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

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

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

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 1px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 17px 120px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 70px 220px;
  display: flex;
}

.logo-image {
  padding-bottom: 0;
  display: block;
}

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

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-wrap {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  padding: 20px 70px;
  display: flex;
}

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

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

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

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

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

.footer {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer:hover {
  opacity: .9;
}

.footer:active {
  opacity: .8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-header-image {
  background-color: #fff;
  border-radius: 3px;
  width: 1300px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.section-2 {
  background-color: #acacac;
  height: 1000px;
}

.body {
  background-color: #f5f5f5;
}

.hero-text {
  margin-top: 0;
  margin-left: 70px;
}

.heading {
  color: #fff;
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 80px;
}

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

.section-3 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 138px;
}

.column {
  object-fit: fill;
  background-color: #f4f5f7;
  max-height: none;
  padding: 113px 153px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  background-color: #e2e2e2;
  flex: 1;
  padding-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.column-2 {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.columns {
  display: flex;
}

.paragraph {
  flex: 1;
  align-self: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.body-copy {
  background-color: #f5f5f5;
}

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

.heading-2 {
  color: #fff;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.work {
  background-color: #fff;
  height: auto;
  padding-bottom: 366px;
  padding-left: 0;
}

.blank-heading {
  background-color: #fff;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 0 24px;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.espresso-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.work-header, .image-3 {
  padding-left: 0;
}

.espresso-thumb {
  object-fit: fill;
  width: auto;
  padding-left: 50px;
}

.grid {
  grid-column-gap: 45px;
  grid-row-gap: 43px;
  grid-template-rows: auto auto auto;
  justify-items: center;
}

.groopview {
  padding-right: 113px;
}

.heading-4 {
  padding-left: 0;
}

.column-3 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.columns-2 {
  display: flex;
}

.div-block {
  opacity: 0;
}

.image-4 {
  max-width: 200px;
}

.div-block-2 {
  display: block;
  overflow: scroll;
}

.background-video {
  background-color: rgba(0, 0, 0, .32);
  height: 700px;
  display: block;
}

.hero-text-container {
  justify-content: flex-start;
  width: 800px;
  margin-top: 100px;
  display: flex;
}

.text-block {
  color: #888;
  justify-content: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  display: flex;
}

.home-header {
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 900;
}

.espresso-info {
  background-color: #fff;
  margin: 0;
  padding-top: 55px;
  padding-bottom: 32px;
}

.body-3 {
  background-color: #e1e3e6;
}

.description-title {
  margin-left: 0;
  margin-right: 0;
  padding: 59px 0 27px 111px;
}

.info {
  color: #000;
  max-width: 800px;
  padding-top: 0;
  padding-bottom: 69px;
}

.espresso-hero {
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  align-items: flex-end;
  height: 1100px;
  display: flex;
}

.client {
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 22px;
}

.sho-client-title {
  color: #adadad;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.client-name {
  color: #141414;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.role {
  display: block;
}

.description-text {
  padding: 16px 111px 11px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
  display: flex;
}

.text-block-2 {
  font-size: 33px;
}

.paragraph-2 {
  text-align: left;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 21px;
  margin-right: 21px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.bullet {
  padding-right: 10px;
  font-size: 17px;
}

.div-block-3 {
  display: flex;
}

.image-5 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.project-nav {
  background-color: #fff;
  padding: 140px 72px 175px;
}

.container-2 {
  justify-content: flex-end;
  display: flex;
}

.body-4 {
  background-color: #e1e3e6;
}

.nick-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/sho-hero.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 700px;
  padding-top: 0;
  padding-bottom: 376px;
}

.container-3 {
  margin-left: 70px;
  padding-top: 170px;
}

.sho-client {
  color: #b6b6b6;
  font-size: 18px;
}

.sho-client-name {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-4 {
  background-color: #fff;
  padding-bottom: 110px;
}

.image-6 {
  width: 946px;
  padding-top: 0;
  padding-bottom: 70px;
}

.slide {
  background-image: url('../images/showtime-image-8.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 600px;
  padding-right: 0;
}

.slide-2 {
  background-image: url('../images/showtime-image-7.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slider {
  background-color: #fff;
  width: 1280px;
  height: 1004px;
}

.slide2 {
  position: absolute;
}

.slide-nav {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide1 {
  background-image: url('../images/SHOWTIME-GIF-2.gif');
  background-position: 50% 0;
  background-size: auto 100%;
}

.slide-3 {
  background-image: url('../images/showtime-image-9.jpg');
  background-position: 50% 0;
  background-size: auto 100%;
}

.slide-4 {
  background-image: url('../images/showtime-image-8.jpg');
  background-position: 50% 0;
  background-size: auto 100%;
}

.image-7 {
  width: 1300px;
}

.youtube {
  flex: 0 auto;
  width: 1100px;
}

.espresso-hero-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url('../images/espresso-hero.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 700px;
  padding-top: 0;
  padding-bottom: 376px;
}

.section-4 {
  background-color: #fff;
  background-image: url('../images/product-hero.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.image-8 {
  width: 100%;
}

.nickelodeon-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/nickelodeon-image-1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 700px;
  padding-top: 0;
  padding-bottom: 376px;
}

.cox-hero {
  background-image: linear-gradient(rgba(4, 7, 14, .62), rgba(4, 7, 14, .62)), url('../images/cox-hero.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 700px;
  padding-top: 0;
  padding-bottom: 376px;
}

.groopview-hero {
  background-image: linear-gradient(rgba(4, 7, 14, .73), rgba(4, 7, 14, .73)), url('../images/cox-hero.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 960px;
  padding-top: 0;
  padding-bottom: 376px;
}

.groopview-hero-2 {
  background-color: rgba(0, 0, 0, .4);
  height: 700px;
  display: block;
}

.detail-header-image-2 {
  background-color: #6b6b6b;
  border-radius: 3px;
  width: 1300px;
}

.product-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/product-hero.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 700px;
  padding-top: 0;
  padding-bottom: 376px;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.product-info {
  display: flex;
}

.product-description-title {
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 27px;
}

.product-header-1 {
  text-align: center;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 28px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.product-info-parent {
  background-color: #fff;
  margin: 0;
  padding-top: 93px;
  padding-bottom: 0;
}

.groopview-thumb {
  padding-right: 113px;
}

.nick-thumb {
  object-fit: fill;
  width: auto;
  padding-left: 50px;
}

.cox-thumb {
  padding-right: 50px;
}

.espresso-thumb-copy {
  object-fit: fill;
  width: auto;
  padding-left: 113px;
}

.showtime-thumb {
  padding-right: 50px;
}

.groopview-thumb-2 {
  object-fit: fill;
  width: auto;
  padding-left: 50px;
}

.product-thumb {
  padding-right: 50px;
}

.image-9, .image-10 {
  opacity: 0;
}

.div-block-7 {
  justify-content: flex-start;
  padding-left: 0;
  display: block;
}

.div-block-8 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  padding-top: 0;
  display: block;
}

.columns-3 {
  display: flex;
}

.div-block-9 {
  background-color: #fff;
  padding-bottom: 54px;
}

.heading-6 {
  text-align: center;
  justify-content: center;
  max-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  display: flex;
}

.section-navigator {
  background-color: #fff;
  padding: 0 62px 71px;
}

.column-5 {
  background-color: #fff;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.column-6 {
  background-color: #fff;
}

.navbar-no-shadow {
  padding-left: 30px;
  padding-right: 46px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  max-width: 1750px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 66px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-menu-2:hover {
  color: #c2c2c2;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #e2e2e2;
}

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

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

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

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

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

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

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

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: rgba(0, 0, 0, .57);
  border-radius: 0;
  width: 350px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
}

.nav-dropdown-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-dropdown-link:hover {
  color: #fff;
}

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-block-4 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.image-14 {
  height: 70px;
  padding-bottom: 5px;
}

.navbar-2 {
  z-index: 5;
  background-color: #000;
  width: auto;
  max-width: 1750px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 66px;
  display: none;
}

.navbar-wrapper-mobile {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-no-shadow-2 {
  height: 100px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1740px;
  margin-left: 0;
  margin-right: 0;
  padding: 36px 51px 0;
}

.container-regular-2 {
  justify-content: center;
  width: 100%;
  max-width: 1740px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.navbar-brand-2 {
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
}

.navbar-brand-2.w--current {
  overflow: visible;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #dadada;
}

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

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

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

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

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

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

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

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

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

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

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  width: 300px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  background-color: #000;
  border-radius: 0;
  width: 250px;
  margin-top: 8px;
  padding-top: 17px;
  padding-bottom: 23px;
}

.nav-dropdown-link-2 {
  color: #fff;
  letter-spacing: .5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 37px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-dropdown-link-2:hover {
  color: #dfdfdf;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #fff;
  border-radius: 5px;
  outline: 0 solid rgba(0, 80, 189, 0);
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #fff;
  border-radius: 5px;
  outline: 0 solid rgba(0, 80, 189, 0);
}

.nav-dropdown-link-2.w--current {
  color: #fff;
}

.nav-button-wrapper-2 {
  margin-left: 0;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #000;
  border-radius: 0;
  margin-left: 13px;
  padding: 12px 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-17 {
  height: 70px;
}

.text-block-5 {
  color: #fff;
  letter-spacing: .5px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.text-block-5:hover {
  color: #dadada;
}

.container-6 {
  padding-bottom: 36px;
}

.image-18 {
  align-self: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container-7 {
  background-color: #fff;
  justify-content: center;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.featured-content {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-feature-image {
  background-color: #fff;
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.image-19 {
  max-height: 600px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-2 {
  letter-spacing: .25px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.brand-logos {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  object-fit: fill;
  background-color: #fff;
  background-image: url('../images/animated-brand-logos.gif');
  background-position: 0 0;
  background-size: auto 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1115px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.brands {
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-height: 109px;
  display: block;
}

.div-block-11 {
  background-color: #fff;
  padding-bottom: 126px;
}

.showtime-info {
  background-color: #fff;
  margin: 0;
  padding-top: 55px;
  padding-bottom: 0;
}

.image-20 {
  object-fit: fill;
}

.section-5 {
  background-image: url('../images/ESPRESSO---HERO2.png');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
}

.section-4-copy {
  background-color: #fff;
  background-image: url('../images/GROOPVIEW---HERO2.png');
  background-position: 0 0;
  background-size: cover;
  height: 600px;
}

.nickelodeon-hero-2 {
  background-color: #fff;
  background-image: url('../images/ESPRESSO-HERO2.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
}

.button-2-copy {
  letter-spacing: .25px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 14px;
  display: flex;
}

.button-primary-2-copy {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #000;
  border-radius: 0;
  margin-left: 13px;
  padding: 12px 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

@media screen and (max-width: 991px) {
  img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .styleguide-block {
    text-align: center;
  }

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

  .content {
    padding-bottom: 88px;
  }

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

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

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

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

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

  .navigation-items {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding: 25px 40px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .footer-wrap {
    display: flex;
  }

  .footer {
    opacity: 1;
    color: #000;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

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

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

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

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

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

  .detail-header-image {
    aspect-ratio: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .hero-text {
    margin-left: 51px;
  }

  .heading {
    width: 300px;
    font-size: 60px;
    line-height: 50px;
  }

  .section-3 {
    padding-top: 0;
  }

  .column {
    padding-left: 58px;
    padding-right: 58px;
  }

  .heading-2 {
    width: 500px;
    font-size: 20px;
    line-height: 27px;
  }

  .work {
    justify-content: flex-start;
    padding-bottom: 261px;
    padding-left: 0;
    display: flex;
  }

  .blank-heading {
    padding-left: 0;
  }

  .espresso-title {
    padding-bottom: 6px;
    font-size: 24px;
    line-height: 35px;
  }

  .espresso-thumb {
    padding-left: 18px;
  }

  .grid {
    grid-column-gap: 31px;
    justify-items: start;
  }

  .image-4 {
    aspect-ratio: auto;
  }

  .background-video {
    height: 500px;
  }

  .hero-text-container {
    width: 700px;
    margin-top: 0;
    padding-top: 123px;
  }

  .text-block {
    color: #747474;
    order: 0;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .description-title {
    padding-left: 54px;
    padding-right: 54px;
  }

  .info {
    padding-left: 19px;
    padding-right: 19px;
  }

  .espresso-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/sho-image-1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto 100%;
    height: 800px;
  }

  .description-text {
    padding-left: 55px;
    padding-right: 55px;
  }

  .paragraph-2 {
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 19px;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    line-height: 21px;
    display: flex;
  }

  .nick-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .73), rgba(0, 0, 0, .73)), url('../images/sho-hero.jpg');
    background-size: auto, auto 100%;
    height: 500px;
  }

  .container-3 {
    margin-left: 42px;
    padding-top: 154px;
  }

  .image-6, .image-7 {
    aspect-ratio: auto;
  }

  .youtube {
    width: 700px;
  }

  .espresso-hero-2 {
    height: 500px;
  }

  .section-4 {
    height: 350px;
  }

  .nickelodeon-hero {
    height: 500px;
  }

  .cox-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/cox-hero.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 500px;
  }

  .groopview-hero-2 {
    background-color: rgba(0, 0, 0, .55);
    height: 500px;
  }

  .product-hero {
    background-color: #f6e0d3;
    background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/product-hero.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 70%;
    height: 500px;
  }

  .product-header-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nick-thumb {
    padding-left: 18px;
  }

  .cox-thumb, .showtime-thumb {
    padding-right: 18px;
  }

  .groopview-thumb-2 {
    padding-left: 18px;
  }

  .product-thumb {
    padding-right: 18px;
  }

  .div-block-5 {
    flex-direction: column;
    padding-bottom: 12px;
    display: flex;
  }

  .div-block-6 {
    color: #dbdbdb;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .link-block, .link-block-2 {
    width: auto;
  }

  .div-block-7 {
    background-color: #fff;
    padding-bottom: 26px;
    padding-left: 21px;
  }

  .div-block-9 {
    padding-bottom: 70px;
  }

  .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
    width: 240px;
  }

  .navbar-no-shadow {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-no-shadow-container {
    background-color: rgba(255, 255, 255, 0);
    height: 90px;
    padding: 15px 42px;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-menu-2 {
    background-color: #000;
    flex-flow: column wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding: 46px 0 55px;
    display: flex;
  }

  .nav-link-2 {
    padding: 8px 5px;
    font-size: 19px;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

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

  .menu-button-2.w--open {
    color: #fff;
    background-color: rgba(166, 177, 191, 0);
  }

  .image-14 {
    aspect-ratio: auto;
    height: 60px;
  }

  .image-15, .image-16 {
    width: 45px;
  }

  .navbar-2 {
    background-color: #000;
    height: 90px;
    padding: 15px 42px;
    display: block;
  }

  .navbar-wrapper-mobile {
    justify-content: flex-end;
    padding-left: 0;
  }

  .nav-menu-wrapper-mobile {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navbar-no-shadow-2, .navbar-no-shadow-container-2 {
    display: none;
  }

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

  .nav-menu-3 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

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

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

  .container-7 {
    flex-flow: column;
  }

  .featured-content {
    padding-top: 0;
  }

  .home-feature-image {
    padding-bottom: 24px;
  }

  .button-2 {
    background-color: #000;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 140px;
  }

  .brand-logos {
    background-image: url('../images/animated-brand-logos.gif');
    background-position: 0 0;
    background-size: auto 60px;
    max-width: none;
    height: 60px;
    max-height: none;
    padding-bottom: 24px;
  }

  .brands {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-20 {
    aspect-ratio: auto;
  }

  .section-5 {
    background-image: url('../images/ESPRESSO---HERO2.png');
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .section-4-copy {
    background-image: url('../images/GROOPVIEW---HERO2.png');
    height: 350px;
  }

  .nickelodeon-hero-2 {
    background-position: 50% 0;
    height: 350px;
  }

  .button-2-copy {
    background-color: #000;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 140px;
  }

  .button-primary-2-copy {
    align-self: center;
  }

  .image-28, .image-29, .image-30, .image-31 {
    aspect-ratio: auto;
  }
}

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

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

  .container {
    text-align: center;
  }

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

  .content {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .navigation-item {
    opacity: 1;
    text-align: left;
    padding-left: 78px;
    padding-right: 78px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item.w--current {
    color: #fff;
  }

  .navigation-items {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    padding: 20px 30px;
  }

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

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

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

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

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

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

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

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

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

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

  .footer-links {
    flex-direction: row;
    display: flex;
  }

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

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

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

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .detail-header-image {
    aspect-ratio: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

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

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-text {
    margin-left: 56px;
  }

  .heading {
    justify-content: space-around;
    width: 300px;
    font-size: 52px;
    line-height: 45px;
    display: block;
  }

  .column {
    background-color: #fff;
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .columns {
    display: block;
  }

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

  .heading-2 {
    width: 420px;
    font-size: 20px;
    line-height: 26px;
  }

  .work {
    padding-bottom: 201px;
  }

  .espresso-thumb {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 15px 30px;
    display: flex;
  }

  .grid {
    display: block;
  }

  .image-4 {
    aspect-ratio: auto;
  }

  .background-video {
    height: 500px;
  }

  .hero-text-container {
    padding-top: 96px;
    padding-left: 0;
  }

  .text-block {
    justify-content: center;
  }

  .body-3 {
    background-color: #fff;
  }

  .description-title {
    padding-left: 55px;
  }

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

  .espresso-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .51), rgba(0, 0, 0, .51)), url('../images/sho-image-1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto 100%;
    height: 750px;
  }

  .client {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .sho-client-title, .client-name {
    text-align: center;
  }

  .discipline, .role {
    padding-left: 0;
  }

  .paragraph-2 {
    text-align: left;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    line-height: 22px;
  }

  .project-nav {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-2 {
    justify-content: flex-end;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .body-4 {
    background-color: #fff;
  }

  .nick-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, .77)), url('../images/sho-hero.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 500px;
  }

  .container-3 {
    margin-left: 38px;
    padding-top: 129px;
  }

  .youtube {
    width: 540px;
  }

  .espresso-hero-2 {
    height: 500px;
  }

  .image-8 {
    width: auto;
    height: 350px;
  }

  .nickelodeon-hero, .cox-hero, .groopview-hero-2, .product-hero {
    height: 500px;
  }

  .text-block-3 {
    text-align: center;
    align-self: auto;
  }

  .product-info {
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-header-1 {
    padding-bottom: 0;
    font-size: 28px;
  }

  .product-info-parent {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nick-thumb {
    padding: 14px 30px;
  }

  .cox-thumb, .showtime-thumb, .groopview-thumb-2, .product-thumb {
    padding: 15px 30px;
  }

  .div-block-6 {
    justify-content: center;
  }

  .div-block-9 {
    padding-bottom: 49px;
  }

  .link-block-6 {
    text-align: right;
  }

  .container-4 {
    max-width: 200px;
    display: flex;
  }

  .column-4 {
    display: flex;
  }

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

  .section-navigator {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  .column-5 {
    opacity: 1;
    justify-content: flex-end;
    display: flex;
  }

  .column-6 {
    display: flex;
  }

  .columns-4 {
    padding-left: 34px;
    padding-right: 34px;
  }

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

  .nav-link {
    height: 100%;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 55px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .navbar-wrapper-mobile {
    padding-top: 5px;
  }

  .navbar-no-shadow-container-2 {
    display: none;
  }

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

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .image-20 {
    aspect-ratio: auto;
  }

  .section-5 {
    background-image: url('../images/ESPRESSO---HERO2.png');
    background-position: 50% 0;
    background-size: cover;
    height: 350px;
  }

  .section-4-copy {
    background-image: url('../images/GROOPVIEW---HERO2.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .nickelodeon-hero-2 {
    background-position: 50% 0;
  }

  .image-25, .image-26, .image-27, .image-30, .image-31 {
    aspect-ratio: auto;
  }
}

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

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

  .content {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px;
    padding-left: 19px;
    padding-right: 19px;
    display: flex;
  }

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

  .navigation-item {
    padding: 13px 51px;
    font-size: 14px;
    text-decoration: none;
    position: static;
  }

  .navigation-items {
    padding-left: 0;
    padding-right: 7px;
  }

  .navigation {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .footer {
    font-size: 13px;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

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

  .detail-header-image {
    padding-left: 0;
    padding-right: 0;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

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

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

  .hero-text {
    margin-left: 33px;
  }

  .heading {
    width: 200px;
    font-size: 38px;
    line-height: 33px;
  }

  .section-3 {
    padding-bottom: 46px;
  }

  .column {
    padding: 69px 37px;
    font-size: 14px;
    line-height: 25px;
  }

  .column-2 {
    height: 280px;
  }

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

  .heading-2 {
    width: 250px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .espresso-title {
    font-size: 21px;
  }

  .image-4 {
    max-width: 150px;
  }

  .background-video {
    height: 300px;
  }

  .hero-text-container {
    padding-top: 71px;
  }

  .home-header {
    font-size: 25px;
    line-height: 30px;
  }

  .description-title {
    padding-top: 0;
    padding-left: 0;
    padding-right: 18px;
  }

  .info {
    align-self: flex-start;
    padding: 0 20px;
  }

  .espresso-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url('../images/sho-image-1.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto 100%;
    height: 700px;
    padding-top: 0;
  }

  .client {
    padding-bottom: 11px;
    padding-right: 0;
  }

  .sho-client-title {
    font-size: 16px;
  }

  .client-name {
    padding-bottom: 0;
  }

  .discipline {
    padding-right: 0;
  }

  .description-text {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    text-align: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .nick-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/sho-hero.jpg');
    background-size: auto, auto 100%;
    height: 300px;
    padding-bottom: 0;
  }

  .container-3 {
    margin-left: 21px;
    padding-top: 108px;
  }

  .sho-client-name {
    font-size: 16px;
  }

  .image-6 {
    aspect-ratio: auto;
  }

  .slider {
    width: 350px;
    height: 400px;
    padding-bottom: 42px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    aspect-ratio: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .youtube {
    text-align: center;
    width: 280px;
  }

  .espresso-hero-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/espresso-hero.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 300px;
    padding-bottom: 0;
  }

  .section-4 {
    height: 200px;
  }

  .nickelodeon-hero {
    background-image: linear-gradient(rgba(0, 0, 0, .53), rgba(0, 0, 0, .53)), url('../images/nickelodeon-image-1.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 300px;
    padding-bottom: 0;
  }

  .cox-hero {
    background-image: linear-gradient(rgba(4, 7, 14, .57), rgba(4, 7, 14, .57)), url('../images/cox-hero.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    height: 300px;
    padding-bottom: 0;
  }

  .groopview-hero-2 {
    background-color: rgba(0, 0, 0, .53);
    height: 300px;
  }

  .product-hero {
    height: 300px;
    padding-bottom: 0;
  }

  .text-block-3 {
    font-size: 15px;
    line-height: 18px;
  }

  .product-info {
    padding-top: 4px;
    padding-left: 0;
  }

  .product-header-1 {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 25px;
    line-height: 33px;
  }

  .product-info-parent {
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-6 {
    justify-content: center;
  }

  .div-block-9 {
    padding-bottom: 8px;
  }

  .heading-6 {
    text-align: left;
    padding-left: 30px;
    font-size: 40px;
  }

  .image-11 {
    width: 160px;
  }

  .section-navigator {
    padding: 56px 22px;
  }

  .columns-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    font-family: Roboto, sans-serif;
    font-style: normal;
  }

  .div-block-10 {
    height: 100vh;
    max-height: 100vh;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 55px;
  }

  .nav-link-2 {
    font-size: 17px;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .image-14 {
    aspect-ratio: auto;
    height: 40px;
  }

  .image-16 {
    width: 35px;
  }

  .navbar-2 {
    padding-top: 29px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .navbar-wrapper-mobile {
    padding-top: 0;
  }

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

  .nav-button-wrapper-2 {
    width: auto;
  }

  .container-6 {
    padding-bottom: 0;
  }

  .featured-content {
    padding-bottom: 24px;
  }

  .brand-logos {
    background-size: auto 45px;
    height: 45px;
  }

  .div-block-11 {
    padding-top: 31px;
    padding-bottom: 48px;
  }

  .image-20 {
    aspect-ratio: auto;
  }

  .section-5 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    background-image: url('../images/ESPRESSO---HERO2.png');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 200px;
    display: flex;
  }

  .section-4-copy, .nickelodeon-hero-2 {
    height: 200px;
  }

  .image-21, .image-22, .image-23, .image-24 {
    aspect-ratio: auto;
  }

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

  .image-25, .image-26, .image-27, .image-30, .image-31 {
    aspect-ratio: auto;
  }

  .link-block-13 {
    padding-top: 16px;
  }

  .image-32 {
    aspect-ratio: auto;
  }
}

#w-node-_42f433f2-b937-def0-dfb9-230147b539bf-9a6f54f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_31664de5-d6f9-c637-8a99-3628e97bab5b-9a6f54f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_02b5dfb6-5c9f-88dc-5c8c-5831b25166e4-9a6f54f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_402ab015-98c6-f3a6-da27-6ff430836390-9a6f54f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9d2655d6-9fda-0eae-eb88-56a50a67766e-9a6f54f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a0dd5f2e-baf6-9d5c-f779-bfe8be1b457a-9a6f54f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}


