@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=DM+Serif+Text&display=swap");
@font-face {
  font-family: "Formula";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/formula/PPFormula-CondensedBold.woff2) format("woff2"), url(../fonts/formula/PPFormula-CondensedBold.woff) format("woff");
}
@font-face {
  font-family: "Untitled";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/untitled/untitled-sans-regular.woff2) format("woff2"), url(../fonts/untitled/untitled-sans-regular.woff2) format("woff");
}
@font-face {
  font-family: "Untitled";
  font-style: bold;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/untitled/untitled-sans-bold.woff2) format("woff2"), url(../fonts/untitled/untitled-sans-bold.woff2) format("woff");
}
body {
  color: #d3d3d3;
  font-family: "Untitled", serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Formula", sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  letter-spacing: 1.3px;
  font-style: normal;
}

h1 {
  font-size: 3.2em;
}

h4 {
  font-size: 1.4em;
}

a {
  color: #d3d3d3;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 300ms ease;
}
a:hover, a:focus {
  text-decoration-color: inherit;
}

.site-header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}
.site-header .site-branding {
  z-index: 1;
}
.site-header .custom-logo {
  max-width: 140px;
}
@media screen and (max-width: 600px) {
  .site-header .custom-logo {
    max-width: 100px;
  }
}
.site-header .main-navigation ul {
  justify-content: flex-end;
}
.site-header .main-navigation ul li {
  padding-left: 2em;
}
.site-header .main-navigation ul li a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
  font-size: 1.8em;
  font-family: "Formula", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.site-header .main-navigation ul li a:hover {
  text-decoration-color: inherit;
}
@media screen and (max-width: 600px) {
  .site-header .main-navigation ul {
    padding-top: 20px;
  }
  .site-header .main-navigation ul li {
    padding: 0;
  }
}
.site-header .main-navigation button.menu-toggle {
  background-color: rgba(0, 0, 0, 0);
  background-size: contain;
  background-repeat: none;
  border: none;
  width: min-content;
  overflow: hidden;
  line-height: 500px;
  float: right;
  padding: 0;
}
.site-header .main-navigation.toggled .menu-main-menu-container {
  background: #000;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 10em;
}
.site-header .main-navigation.toggled .menu-main-menu-container ul.menu li {
  text-align: right;
  padding-right: 2em;
  font-size: 1.8em;
  line-height: 2em;
}

.site-main {
  padding-left: 2rem;
  padding-right: 2rem;
}
.site-main .entry-header {
  width: 100%;
  position: relative;
}
.site-main .entry-header .post-thumbnail {
  line-height: 0;
}
.site-main .entry-header .post-thumbnail img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .site-main .entry-header .post-thumbnail {
    position: relative;
    padding-bottom: 42%;
    overflow: hidden;
  }
  .site-main .entry-header .post-thumbnail img {
    position: absolute;
    height: 100%;
    max-width: unset;
    width: auto;
  }
}
.site-main h1 {
  margin: 0 1em 0 0;
  display: flex;
}
.site-main h1:after {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.6em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
.site-main h1.latest-work:after {
  background-image: url(../img/icon_latest.png);
}
.site-main h1.work:after {
  background-image: url(../img/icon_work.png);
}
.site-main h1.services:after {
  background-image: url(../img/icon_services.png);
}
.site-main h1.contact:after {
  background-image: url(../img/icon_Contact.png);
}
.site-main .featurewrapper {
  padding-bottom: 22.5%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .site-main .featurewrapper {
    padding-bottom: 42%;
  }
}
.site-main .featurewrapper .featurevideo {
  height: 37.08vw;
  width: 100%;
  margin-top: -7.29vw;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .site-main .featurewrapper .featurevideo {
    margin-top: 2.46vw;
  }
}
.site-main .featurewrapper .featurevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.site-main .v_controls {
  position: absolute;
  margin-top: -50px;
  margin-left: 3em;
  left: 0;
}
.site-main .v_controls button {
  border: none;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.site-main .v_controls button#v_playpause {
  background-image: url(../img/play_btn.png);
}
.site-main .v_controls button#v_playpause.active {
  background-image: url(../img/pause_btn.png);
}
.site-main .v_controls button#v_volume {
  background-image: url(../img/audio.png);
}
.site-main .v_controls button#v_volume.active {
  background-image: url(../img/audio-off.png);
}
.site-main .home-tagline {
  max-width: 340px;
  flex-basis: 50%;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .site-main .home-tagline {
    margin-top: 10px;
    flex-basis: 100%;
  }
}
.site-main .home-tagline em {
  font-family: "Untitled", serif;
  font-style: normal;
}

.page .modal {
  max-width: 90vw;
  background: #000;
  padding: 0;
}
.page .modal .modalvideo {
  padding: 56.25% 0 0 0;
  position: relative;
}
@media screen and (min-aspect-ratio: 16/9) {
  .page .modal .modalvideo {
    padding-top: calc(100vh - 40px);
  }
}
.page .modal .modalvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.video_grid, .featured_grid {
  display: flex;
  flex-wrap: wrap;
}
.video_grid .single_video, .featured_grid .single_video {
  position: relative;
}
@media screen and (max-width: 600px) {
  .video_grid .single_video, .featured_grid .single_video {
    width: 100%;
  }
}
.video_grid .single_video div, .featured_grid .single_video div {
  cursor: pointer;
  padding-bottom: 56.25%;
  position: relative;
  background-size: 150%;
  background-position: center;
}
.video_grid .single_video a, .featured_grid .single_video a {
  color: #fff;
  text-decoration: none;
  font-size: 1.33em;
  font-family: "Untitled", serif;
  line-height: 1.2em;
  padding: 1em 2em;
  display: inline-block;
}
.video_grid .single_video a em, .featured_grid .single_video a em {
  font-family: inherit;
  display: block;
  font-style: normal;
}
.video_grid .single_video a:hover, .featured_grid .single_video a:hover {
  text-decoration: underline;
}
.video_grid .single_radio, .featured_grid .single_radio {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}
.video_grid .single_radio a, .featured_grid .single_radio a {
  font-size: 2em;
  text-decoration: none;
}
.video_grid .single_radio a em, .featured_grid .single_radio a em {
  font-family: inherit;
  font-style: normal;
}
.video_grid .single_radio, .featured_grid .single_radio {
  border-bottom: 1px solid #d3d3d3;
}

@media screen and (max-width: 600px) {
  .featured_grid .single_video {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .home .video_grid .single_video:nth-child(n+5), .home .featured_grid .single_video:nth-child(n+5) {
    display: none;
  }
}
.home .video_grid .single_video div, .home .featured_grid .single_video div {
  overflow: hidden;
}
.home .video_grid .single_video div:before, .home .featured_grid .single_video div:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url(../img/play_btn_lg.png);
  background-size: 100%;
  margin-left: -30px;
  margin-top: -30px;
  right: 15px;
  top: 45px;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.home .video_grid .single_video div:hover:before, .home .featured_grid .single_video div:hover:before {
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}
.home .video_grid .single_video a, .home .featured_grid .single_video a {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .video_grid .single_video.touch-preview div:before, .home .featured_grid .single_video.touch-preview div:before {
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}
.home .video_grid .single_video.touch-preview a, .home .featured_grid .single_video.touch-preview a {
  transform: translateY(0);
}

.page-template-works-template .entry-header-row .works-nav {
  margin: 0;
  text-align: right;
  flex-basis: 50%;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
}
.page-template-works-template .entry-header-row .works-nav h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 600px) {
  .page-template-works-template .entry-header-row .works-nav h3 {
    display: none;
  }
}
.page-template-works-template .entry-header-row .works-nav li {
  display: inline-block;
  list-style: none;
  padding: 0;
  line-height: 18px;
}
.page-template-works-template .entry-header-row .works-nav li a {
  color: #d3d3d3;
  text-transform: uppercase;
  font-family: "Formula", sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 200ms ease;
  display: inline-block;
}
.page-template-works-template .entry-header-row .works-nav li a.selected, .page-template-works-template .entry-header-row .works-nav li a:hover {
  text-decoration-color: inherit;
}
.page-template-works-template .entry-header-row .works-nav li:last-child {
  padding-right: 0;
  padding-left: 1.5em;
  border-left: 1px solid #d3d3d3;
}
.page-template-works-template .entry-header-row .works-nav li.current {
  display: none;
}
@media screen and (max-width: 600px) {
  .page-template-works-template .entry-header-row .works-nav {
    text-align: right;
    z-index: 99;
  }
  .page-template-works-template .entry-header-row .works-nav::after {
    background: url(../img/dropdown.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-template-works-template .entry-header-row .works-nav li {
    display: none;
    background: #0e0c0c;
    padding-right: 2.5em;
    padding-left: 2em;
    margin-top: -1px;
    line-height: 1.5;
  }
  .page-template-works-template .entry-header-row .works-nav li:last-child {
    padding-left: 0;
    margin-left: 0;
    padding-right: 2.5em;
  }
  .page-template-works-template .entry-header-row .works-nav li.current {
    display: block;
    text-transform: capitalize;
  }
  .page-template-works-template .entry-header-row .works-nav li.current a {
    text-decoration: none;
  }
  .page-template-works-template .entry-header-row .works-nav.toggled li {
    display: block;
  }
  .page-template-works-template .entry-header-row .works-nav.toggled li.current {
    display: none;
  }
  .page-template-works-template .entry-header-row .works-nav.toggled li:nth-child(2) {
    /* padding-top: 1em;*/
  }
  .page-template-works-template .entry-header-row .works-nav.toggled li:last-child {
    border-left: none;
    margin-left: unset;
  }
}
@media screen and (max-width: 600px) {
  .page-template-works-template .entry-header-row {
    position: relative;
  }
  .page-template-works-template .entry-header-row .works-nav {
    position: absolute;
    top: -8px;
    right: 0;
    background: #0e0c0c;
    padding: 0 20px 20px;
    gap: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
@media screen and (max-width: 600px) {
  .page-template-works-template .entry-header-row .works-nav {
    right: unset;
    left: -20px;
    top: 0px;
    padding-top: 20px;
    align-items: flex-start;
  }
  .page-template-works-template .entry-header-row .works-nav li {
    text-align: left;
    padding-left: 0;
  }
}
.page-template-works-template .featurevideo {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (min-aspect-ratio: 16/9) {
  .page-template-works-template .featurevideo {
    padding-bottom: 100vh;
  }
}
.page-template-works-template .featurevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.page-template-works-template .video_grid .single_video div {
  overflow: hidden;
}
.page-template-works-template .video_grid .single_video div:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  background-image: url(../img/play_btn_lg.png);
  background-size: 100%;
  margin-left: -30px;
  margin-top: -30px;
  right: 15px;
  top: 45px;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
.page-template-works-template .video_grid .single_video div:hover:before {
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}
.page-template-works-template .video_grid .single_video a {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-template-works-template .video_grid .single_video.touch-preview div:before {
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}
.page-template-works-template .video_grid .single_video.touch-preview a {
  transform: translateY(0);
}
.page-template-works-template .video_details {
  background-image: url(../img/oso_bg_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 4em;
  padding-bottom: 2rem;
  min-height: 110px;
  display: flex;
  justify-content: space-between;
}
.page-template-works-template .video_details .video_description {
  width: 40%;
}
.page-template-works-template .video_details .video_tags {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .page-template-works-template .video_details {
    flex-direction: column;
  }
  .page-template-works-template .video_details .video_description {
    width: 100%;
  }
  .page-template-works-template .video_details .video_tags {
    width: 100%;
  }
}
.page-template-works-template .video_grid .single_video a {
  padding-bottom: 2em;
}
.page-template-works-template .video_paging {
  display: none;
  text-align: center;
  margin-top: 3em;
}
.page-template-works-template .video_paging button {
  display: block;
  background: #000;
  border: 2px solid #d3d3d3;
  color: #d3d3d3;
  border-radius: 3em;
  margin: 1em auto;
  padding: 1em 2em;
  cursor: pointer;
  font-family: "Untitled", serif;
  font-weight: 500;
}
.page-template-works-template .video_paging button:hover {
  background: #d3d3d3;
  color: #0e0c0c;
}
.page-template-works-template a:not(.video-title) {
  color: #d3d3d3;
}
.page-template-works-template a:not(.video-title):hover {
  color: #878787;
}

@media screen and (min-width: 768px) {
  .service-columns {
    display: block !important;
  }
}
.service-columns .wp-block-column {
  margin: 0;
  position: relative;
  flex-grow: 0;
  flex-basis: 100% !important;
}
@media screen and (min-width: 768px) {
  .service-columns .wp-block-column {
    flex-basis: 50% !important;
    width: 49%;
    margin-left: 0 !important;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .service-columns .wp-block-column {
    flex-basis: 33% !important;
    width: 33%;
  }
}
.service-columns .wp-block-column .wp-block-group {
  cursor: pointer;
  padding-right: 6em;
}
.service-columns .wp-block-column .wp-block-group h2 {
  line-height: 0.9em;
  margin-bottom: 0;
}
.service-columns .wp-block-column .wp-block-group h2 em {
  display: block;
}
.service-columns .wp-block-column .wp-block-group a {
  font-weight: 500;
  color: #d3d3d3;
}
.service-columns .wp-block-column .wp-block-group p:last-child {
  margin-bottom: 0;
}
.service-columns .wp-block-column.blank {
  background-image: url(../img/oso_bg_new.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.service-columns .wp-block-column:hover h2 {
  color: rgb(125, 123, 124);
}
@media screen and (max-width: 600px) {
  .service-columns .wp-block-column .wp-block-group h2 em.d-none.d-md-block {
    display: none;
  }
  .service-columns:first-child {
    margin-bottom: 0;
  }
  .service-columns:nth-child(2) {
    margin-bottom: 4em;
  }
}

.page-id-6404 .site-main {
  background-image: url(../img/oso_bg_new.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .contact-columns.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 45% !important;
  }
}
.contact-columns.wp-block-columns:not(.is-not-stacked-on-mobile) a {
  color: #d3d3d3;
  text-decoration: none;
}
.contact-columns.wp-block-columns:not(.is-not-stacked-on-mobile) a:hover {
  text-decoration: underline;
}

.contact-map {
  filter: grayscale(1);
}
@media screen and (max-width: 600px) {
  .contact-map {
    max-width: unset;
    width: 100%;
  }
}

.site-footer {
  padding: 3em;
}
.site-footer .footer-top {
  display: flex;
}
.site-footer .footer-top section {
  width: 25%;
  padding-right: 10%;
}
.site-footer .footer-top section p {
  display: inline-block;
  margin-top: 0;
}
.site-footer .footer-top section em {
  display: inline !important;
  font-family: "Untitled", serif;
  font-style: normal;
}
.site-footer .footer-top section .textwidget {
  position: relative;
}
.site-footer .footer-top section .textwidget::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #df3b30;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -20px;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-top {
    flex-direction: column;
  }
  .site-footer .footer-top section {
    width: 70%;
  }
}
.site-footer .footer-top a {
  color: #d3d3d3;
}
.site-footer .footer-top a:hover {
  color: #878787;
}
.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
}
.site-footer .footer-bottom .custom-logo {
  max-width: 57px;
  filter: sepia(1) saturate(13) hue-rotate(90deg) invert(1);
}
.site-footer .footer-bottom .site-info {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .site-footer .footer-bottom .site-info {
    width: 50%;
    text-align: right;
  }
}

.entry-content {
  overflow: hidden;
}
.entry-content > *:not(.video_grid):not([data-vimeo-id]):not(.fl-builder-content) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.site-title, .site-description {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

h1, .h1 {
  font-size: 3.2em;
}

h2, .h2 {
  font-size: 2.8em;
}

h3, .h3 {
  font-size: 2em;
}

h4, .h4 {
  font-size: 1.4em;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 180px;
  z-index: 20;
  opacity: 0;
  overflow: visible;
  transition: opacity 1s ease 0.5s;
}
.site-header.loaded {
  transition: opacity 500ms ease;
}

.site-header.visible {
  opacity: 1;
}

.header-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 180' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L1200,0 L1200,150 Q1050,175 900,150 T600,150 Q450,175 300,150 T0,150 Z' fill='white'/%3E%3C/svg%3E");
  mask-size: 325% 100%;
  mask-repeat: no-repeat;
  mask-position: 100% 0%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 180' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L1200,0 L1200,150 Q1050,175 900,150 T600,150 Q450,175 300,150 T0,150 Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-size: 325% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 100% 0%;
  animation: mask-wave 10s ease infinite;
}

.header-video-container::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0%;
  width: 325%;
  height: 62px;
  background-repeat: repeat-x;
  background-size: 1200px 150px;
  z-index: 13;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4509803922), rgba(255, 255, 255, 0));
}

@keyframes mask-wave {
  0%, 100% {
    mask-position: 0% 0;
    -webkit-mask-position: 0% 0%;
  }
  50% {
    mask-position: 50% 0;
    -webkit-mask-position: 50% 0%;
  }
}
.site-header.visible {
  opacity: 1;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .header-content {
    height: 50%;
  }
}

.header-logo-image {
  opacity: 0;
  transition: opacity 1s ease 200ms;
}
.header-logo-image.loaded {
  transition: opacity 500ms ease;
}
.header-logo-image .custom-logo {
  transition: all 300ms ease-out;
}

.header-logo-image.visible,
.main-navigation.visible {
  opacity: 1;
}

.main-navigation {
  display: flex;
  gap: 30px;
  list-style: none;
  opacity: 0;
  transition: opacity 1s ease 200ms;
}
.main-navigation.loaded {
  transition: opacity 500ms ease;
}
@media screen and (max-width: 600px) {
  .main-navigation {
    position: relative;
  }
  .main-navigation .hamburger-menu {
    width: 50px;
    height: 50px;
    border: 3px solid #d3d3d3;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0 8px;
    box-sizing: border-box;
    position: relative;
  }
  .main-navigation .hamburger-menu .line {
    width: 90%;
    height: 3px;
    background-color: #d3d3d3;
    position: relative;
    transition: all 200ms linear;
  }
  .main-navigation .menu-main-container {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: right;
  }
  .main-navigation.toggled .hamburger-menu .line:first-child,
  .main-navigation.toggled .hamburger-menu .line:last-child {
    width: 100%;
  }
  .main-navigation.toggled .hamburger-menu .line:nth-child(2) {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0e0c0c;
    position: absolute;
    z-index: 1;
  }
  .main-navigation.toggled .hamburger-menu .line:first-child {
    transform: translate(3px, -3px) rotate(45deg);
    transform: translate(3px, -2px) rotate(45deg);
    transform-origin: 20%;
  }
  .main-navigation.toggled .hamburger-menu .line:last-child {
    transform: translate(3px, 3px) rotate(-45deg);
    transform: translate(3px, 1px) rotate(-45deg);
    transform-origin: 20%;
  }
}

/* Header videos for crossfading */
.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 800px;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 3s ease, filter 3s ease;
  filter: blur(7px);
}

.header-video.active {
  opacity: 0.7;
  filter: blur(0px);
}

.site-main .page-title-container,
.entry-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding: 0 2rem;
  margin: 40px 0 40px;
}
@media screen and (max-width: 600px) {
  .site-main .page-title-container,
  .entry-header-row {
    flex-wrap: wrap;
  }
}

.site-main .page-title-container {
  margin: 40px 0 40px;
}

@media screen and (max-width: 600px) {
  .page-template-works-template .entry-header-row {
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .page-template-works-template .entry-header-row .entry-title {
    flex-basis: 100%;
  }
}
.page-template-works-template .entry-header-row .nav-container {
  flex-basis: 50%;
  flex-grow: 1;
  position: relative;
  padding-top: 15px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .page-template-works-template .entry-header-row .nav-container {
    flex-grow: 0;
    padding: 0;
    flex-basis: 215px;
  }
}

.page-template-works-template .nav-arrow {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .page-template-works-template .nav-arrow {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    width: 20px;
    position: absolute;
    z-index: 199;
    top: 19px;
    right: 50px;
  }
}
.page-template-works-template .nav-arrow img {
  filter: drop-shadow(0px 0px 0.2px #d3d3d3) drop-shadow(0px 0px 0.2px #d3d3d3) drop-shadow(0px 0px 0.2px #d3d3d3);
}

.page-template-works-template .works-nav.toggled + .nav-arrow {
  transform: rotate(180deg);
}

/* Main content */
.site-main {
  margin-top: 80px;
  padding: 100px 0 0;
  /* max-width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  transform: translateY(30px);
  opacity: 0;
  filter: blur(15px);
  transition: all 1s ease 2s;
}
.site-main.loaded {
  transition: all 1s ease 1s;
}

.site-main.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.spaced-all-caps {
  text-transform: uppercase;
  font-family: "Untitled", serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
}

/* Scroll fade effect for content passing behind header */
.scroll-fade {
  transition: all 0.3s ease-out;
}

.scroll-fade.fading {
  opacity: 0.3;
  transform: translateY(-20px) scale(0.95);
  filter: blur(2px);
}

.video_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 1px;
  margin-top: 30px;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition: all 500ms ease-out;
}
.video_grid.radio-feed {
  gap: 0;
  border-top: 1px solid #d3d3d3;
  display: flex;
  flex-wrap: wrap;
}
.video_grid.radio-feed .single_radio {
  border-bottom: 1px solid #d3d3d3;
  flex-grow: 1;
  flex-basis: 33.3333333333%;
  min-width: 360px;
}
@media screen and (min-width: 768px) {
  .video_grid {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .video_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.video_grid.blur-load {
  transform: translateY(30px);
  opacity: 0;
  filter: blur(15px);
}

.single_video {
  background: #1a1a1a;
  /* border-radius: 15px; */
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
  border: 1px solid;
  border-color: transparent;
  z-index: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.single_video div[data-video-url] {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.single_video .hover-preview-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.single_video:hover {
  transform: scale(1.02);
  border-color: white;
  z-index: 1;
  /* box-shadow: 0 10px 30px rgba(255, 68, 68, 0.3); */
}

.single_video video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.single_video video.active {
  opacity: 1;
}

.single_video .video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 2;
}

.single_video:hover .video-title,
.single_video.touch-preview .video-title {
  transform: translateY(0);
}

.blocker.current {
  z-index: 20;
}

.video_title {
  padding: 0 2rem;
}

.services h2 a:hover,
.services h2 a:focus {
  text-decoration-color: transparent;
  color: rgb(125, 123, 124);
}

.fl-col.services-column-1 {
  flex-basis: 100%;
  max-width: 100% !important;
}
.fl-col.services-column-1 .fl-module {
  max-width: 530px;
}

.row-with-side-bar-heading h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.row-with-side-bar-heading p {
  margin-top: 0 !important;
}
.row-with-side-bar-heading .fl-col:first-of-type {
  min-width: 170px;
}
.row-with-side-bar-heading .fl-col:last-of-type {
  max-width: 1100px;
}

.fl-full-width {
  padding-left: 2rem;
  padding-right: 2rem;
}

.team-names .fl-rich-text, .contact-list .fl-rich-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.team-names .fl-rich-text h4, .team-names .fl-rich-text p, .contact-list .fl-rich-text h4, .contact-list .fl-rich-text p {
  margin: 0;
}
.team-names .fl-rich-text p, .contact-list .fl-rich-text p {
  font-size: 1.2em;
}

.team-names {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.team-names > .fl-rich-text {
  flex-basis: calc(25% - 10px);
  flex-grow: 1;
  max-width: 240px;
  min-width: 200px;
}

.site-footer {
  opacity: 0;
  transition: all 500ms ease 1.5s;
}
.site-footer.visible {
  opacity: 1;
}