h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cardo, sans-serif;
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cardo, sans-serif;
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Galano grotesque', sans-serif;
  font-size: 27px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Galano grotesque', sans-serif;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Galano grotesque', sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Galano grotesque', sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  font-family: 'Galano grotesque', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

a {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: underline;
  cursor: pointer;
}

.button {
  min-height: 48px;
  min-width: 158px;
  padding-top: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #56c0ff;
  border-radius: 50px;
  background-color: #56c0ff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Galano grotesque', sans-serif;
  font-size: 12.3px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #56c0ff;
}

.button.inverse {
  border-color: #fff;
  background-color: #fff;
  color: #000c27;
}

.button.inverse:hover {
  border-color: #000c27;
  background-color: #000c27;
  color: #fff;
}

.button.section-section-button {
  padding-top: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #56c0ff;
  background-color: transparent;
}

.button.section-section-button:hover {
  border-color: #fff;
  background-color: #fff;
}

.button.dark-blue {
  border-color: #000c27;
  background-color: #000c27;
}

.button.dark-blue:hover {
  background-color: #fff;
  color: #000c27;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57vw;
  -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-image: url('../images/Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.hero-block {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.bg-video-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bvideo {
  position: absolute;
  top: 0%;
  right: 0px;
  bottom: 0%;
  height: 100%;
}

.video-cover {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 12, 39, 0)), color-stop(84%, rgba(0, 12, 39, 0.8)), to(#000));
  background-image: linear-gradient(180deg, rgba(0, 12, 39, 0), rgba(0, 12, 39, 0.8) 84%, #000);
}

.second-section {
  padding-top: 6vw;
  padding-bottom: 7vw;
  background-color: #000;
  font-family: 'Galano grotesque', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.section-two-header {
  margin-right: 10vw;
  margin-bottom: 30px;
  margin-left: 10vw;
  padding-bottom: 10px;
  border-bottom: 1px solid #56c0ff;
  color: #56c0ff;
}

.second-section-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10vw;
  padding-right: 10vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.second-section-image {
  width: 38vw;
  height: 20vw;
  margin-right: -2px;
  background-image: url('../images/Phone.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-section-image-dummy-block {
  overflow: hidden;
  margin-top: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px none #000;
  background-color: #000;
}

.second-section-text-block {
  margin-right: -10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.third-section {
  padding-bottom: 7vw;
}

.top-pattern {
  height: 20vw;
  background-color: #000;
  background-image: url('../images/Cutout.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.third-section-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7vw;
  margin-left: 8vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.third-section-text-block {
  width: 446px;
  margin-top: 30px;
  margin-right: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Galano grotesque', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

.bottom-margin {
  margin-bottom: 25px;
}

.light-blue-text {
  color: #56c0ff;
}

.what-we-do-card-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.what-we-do-card-stripe {
  margin-right: 2%;
}

.what-we-do-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23vw;
  height: 22vw;
  position: relative;
  margin-bottom: 4%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 12, 39, 0)), to(#000c27)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 12, 39, 0), #000c27), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Galano grotesque', sans-serif;
  color: #56c0ff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.services-vids {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.what-we-do-card:hover > .services-vids {
  opacity: 1;
}

.what-we-do-card:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.what-we-do-card.core {
  height: 27vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 12, 39, 0)), to(#000c27)), url('../images/Core.jpg');
  background-image: linear-gradient(180deg, rgba(0, 12, 39, 0), #000c27), url('../images/Core.jpg');
}

.what-we-do-card.digital {
  height: 31vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 12, 39, 0)), to(#000c27)), url('../images/Digital-Advertising.jpg');
  background-image: linear-gradient(180deg, rgba(0, 12, 39, 0), #000c27), url('../images/Digital-Advertising.jpg');
}

.what-we-do-card.tv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 12, 39, 0)), to(#000c27)), url('../images/Tv.jpg');
  background-image: linear-gradient(180deg, rgba(0, 12, 39, 0), #000c27), url('../images/Tv.jpg');
}

.what-we-do-card.radio {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 12, 39, 0)), to(#000c27)), url('../images/Radio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 12, 39, 0), #000c27), url('../images/Radio.jpg');
}

.what-we-do-card.radio:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 12, 39, 0)), to(#000c27)), url('../images/Radio.jpg');
  background-image: linear-gradient(180deg, rgba(0, 12, 39, 0), #000c27), url('../images/Radio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.clients-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10vw;
  padding-bottom: 8vw;
  padding-left: 10vw;
  -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;
  color: #000;
}

.clients-section.hide {
  display: none;
}

.client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
  margin-right: 2vw;
  margin-left: 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.client-logo {
  width: 11vw;
  height: 6vw;
  min-width: 136px;
  margin-right: 2vw;
  margin-bottom: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.client-logo.fm {
  background-image: url('../images/FMClient.png');
}
.work-display-block.maple {
  background-image: url('../images/Maple-Preview.jpeg');
}
.work-display-block.lonart {
  background-image: url('../images/Lonart-Preview.jpg');
}
.work-display-block.msg {
  background-image: url('../images/MGS-Preview.jpg');
}

.client-section-heading {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contact-form {
  padding: 6vw 10vw;
  background-color: #000c27;
}

.contact-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3vw;
  border-bottom: 1px solid #56c0ff;
}

.contact-cta {
  width: 46%;
  padding-right: 4%;
  border-right: 3px solid #fff;
  color: #fff;
}

.social-media-wrapper {
  margin-top: 50px;
}

.social-media-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-media-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.social-media-icon:hover {
  opacity: 1;
}

.social-media-icon.fb {
  background-image: url('../images/Facebook.svg');
  background-position: 50% 50%;
}

.social-media-icon.ln {
  background-image: url('../images/LinkedIn.svg');
}

.social-media-icon.insta {
  background-image: url('../images/Instagram.svg');
}

.social-media-icon.tw {
  background-image: url('../images/Twitter.svg');
}

.conatct-form-wrapper {
  margin-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.white-text {
  color: #fff;
}

.text-field {
  min-height: 45px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #56c0ff;
  background-color: transparent;
  font-family: 'Galano grotesque', sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-field.message {
  width: 100%;
  height: 120.00000762939453px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
}

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

.half-flex-child {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 10vw;
  -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-image: url('../images/About.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-hero-wrapper {
  margin-top: 7vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000c27;
}

.about-hero-inner {
  width: 630px;
  margin: -25px 25px 25px -25px;
  padding: 60px;
  background-color: #fff;
  color: #000;
}

.dark-blue-text {
  color: #000c27;
}

.about-us-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10vw 10vw 240px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.about-us-section-heading {
  margin-bottom: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Galano grotesque', sans-serif;
  color: #56c0ff;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.about-us-section-heading.what-we-do {
  margin-bottom: 20px;
}

.about-us-text {
  margin-bottom: 2vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.line-and-box-div {
  position: absolute;
  bottom: -100px;
  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;
}

.line {
  width: 1px;
  height: 220px;
  background-color: #56c0ff;
}

.box {
  width: 30px;
  height: 30px;
  margin-top: 15px;
  background-color: #000c27;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.what-we-do-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 3vw;
  padding-left: 8vw;
  color: #000;
}

.what-we-do-text {
  width: 48%;
  margin-top: 10vw;
}

.what-we-do-image {
  height: 47vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/about-image.jpg');
  background-position: 40% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.what-we-do-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8vw;
}

.mode-heading {
  margin-bottom: 20px;
  font-family: 'Galano grotesque', sans-serif;
  color: #56c0ff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.mode {
  width: 230px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
  border-right: 1px solid #56c0ff;
}

.mode.long {
  width: 380px;
  margin-bottom: 10vw;
  padding-top: 20px;
  border-top: 1px solid #56c0ff;
  border-right-style: none;
}

.nav-block {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
  padding: 1vw 7vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.logo {
  width: 12vw;
  height: 4vw;
  margin-right: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/fbl-logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  margin-right: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  text-decoration: none;
}

.nav-link:hover {
  color: #56c0ff;
}

.nav-link.w--current {
  color: #56c0ff;
}

.mobile-nav {
  display: none;
}

.overlay {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .header {
    min-height: 100vh;
  }

  .second-section-flex {
    margin-right: 0vw;
  }

  .third-section-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .third-section-text-block {
    margin-right: 40px;
  }

  .what-we-do-card-flex {
    min-width: 360px;
    margin-top: 40px;
  }

  .what-we-do-card-stripe {
    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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .what-we-do-card {
    width: auto;
    min-width: 23vw;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .about-header {
    padding-left: 0vw;
  }

  .about-hero-wrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .nav-link {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 47px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 22px;
    line-height: 33px;
  }

  h6 {
    font-size: 23px;
    line-height: 30px;
  }

  .header {
    height: 490px;
  }

  .second-section {
    padding-bottom: 10vw;
  }

  .second-section-flex {
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 22px;
    line-height: 33px;
  }

  .second-section-image {
    min-width: 260px;
    margin-bottom: 30px;
  }

  .second-section-text-block {
    min-width: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .what-we-do-card {
    min-height: 230px;
  }

  .what-we-do-card.core {
    min-height: 270px;
  }

  .what-we-do-card.digital {
    min-height: 300px;
  }

  .clients-section {
    padding-bottom: 10vw;
  }

  .client-logo {
    width: 11vw;
    height: 60px;
  }

  .contact-form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }

  .contact-cta {
    width: auto;
    border-right-style: none;
  }

  .conatct-form-wrapper {
    margin-top: 50px;
    margin-left: 0%;
  }

  .about-header {
    height: auto;
    min-height: 100vh;
    padding-bottom: 100px;
  }

  .about-hero-wrapper {
    margin-top: 120px;
    margin-left: 2vw;
  }

  .about-hero-inner {
    width: 420px;
    padding: 7vw;
  }

  .what-we-do-section {
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .what-we-do-text {
    min-width: 370px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .what-we-do-image {
    margin: 30px 0px;
    /* height: auto; */
    min-width: 250px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: -10% 50%;
    background-size: contain;
  }

  .nav-block {
    position: fixed;
    left: 0px;
    height: 100vh;
    margin-top: 0vw;
    padding-top: 50px;
    padding-right: 10vw;
    padding-left: 10vw;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .nav-block.edit {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .logo {
    width: 130px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .logo.mobile-nav {
    margin-top: 0vw;
    margin-bottom: 0px;
    margin-left: 0vw;
  }

  .nav-link-wrapper {
    -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;
  }

  .mobile-nav {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5vw;
    margin-right: 7vw;
    margin-left: 7vw;
    padding: 10px 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #fff;
  }

  .hambuger-menu-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hamburger-stripe {
    width: 40px;
    height: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000c27;
  }

  .overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    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));
    opacity: 0;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .video-cover {
    min-height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .second-section-image {
    height: 140px;
  }

  .second-section-text-block {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .third-section-flex {
    margin-right: 10vw;
    margin-left: 10vw;
  }

  .third-section-text-block {
    width: 100%;
    margin-right: 0px;
  }

  .what-we-do-card-flex {
    width: 100%;
    min-width: auto;
    margin-right: 0%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .what-we-do-card-stripe {
    margin-right: 0%;
  }

  .what-we-do-card {
    margin-bottom: 10vw;
  }

  .what-we-do-card.core {
    height: 230px;
    min-height: auto;
  }

  .what-we-do-card.digital {
    height: 230px;
    min-height: auto;
  }

  .what-we-do-card.tv {
    height: 230px;
  }

  .what-we-do-card.radio {
    height: 230px;
  }

  .client-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .client-logo {
    min-width: 110px;
  }

  .client-section-heading {
    min-width: 279px;
  }

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

  .half-flex-child {
    width: 100%;
  }

  .about-hero-wrapper {
    margin-right: -25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about-hero-inner {
    width: 80vw;
    min-width: 240px;
  }

  .about-us-section {
    padding-bottom: 190px;
  }

  .what-we-do-section {
    padding-right: 8vw;
  }

  .what-we-do-text {
    width: 100%;
    min-width: auto;
  }

  .what-we-do-grid {
    margin-right: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mode {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #56c0ff;
    border-right-style: none;
  }

  .mode.long {
    width: 100%;
    margin-right: 8vw;
    border-top-style: none;
    border-bottom-style: none;
  }
}

.our-works-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: -3%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-block {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.work-block:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.our-work-section {
  padding-right: 7vw;
  padding-left: 7vw;
}

.work-display-block {
  position: relative;
  width: 100%;
  height: 20vw;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button {
  width: 40px;
  height: 40px;
  background-color: red;
  background-image: url('https://assets.website-files.com/5defc0d141c660fc9e9c0b3a/5df90696beb888b779dfcf5c_play-icon.svg');
  background-position: 55% center;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

@media screen and (max-width: 767px) {
  .work-block {
    min-width: 230px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .work-display-block {
    min-height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .work-block {
    margin-bottom: 40px;
  }

  .our-work-section {
  padding-right: 10vw;
  padding-left: 10vw;
}

  .work-block:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .work-display-block {
    min-height: 290px;
  }
}


@font-face {
  font-family: 'Cardo';
  src: url('../fonts/Cardo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galano grotesque';
  src: url('../fonts/Galano-Grotesque-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galano grotesque';
  src: url('../fonts/Galano-Grotesque.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galano grotesque';
  src: url('../fonts/Galano-Grotesque-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galano grotesque alt';
  src: url('../fonts/Galano-Grotesque-Alt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galano grotesque';
  src: url('../fonts/Galano-Grotesque-Semi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}