:root {
  --black-01: #0d0d0d;
  --white-01: white;
  --black-02: #121212;
  --accent-01: #d42121;
  --grey-01: #999;
  --black-03: #1c1c1c;
  --grey-02: #3d3d3d;
}

body {
  background-color: var(--black-01);
  color: var(--white-01);
  font-family: Red hat display, sans-serif;
  font-size: 1vw;
}

h1 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9em;
  font-weight: 700;
  line-height: .9;
}

h2 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: .9;
}

h3 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
}

h4 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: .9;
}

h5 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: .9;
}

h6 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: .9;
}

p {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.6;
}

a {
  color: var(--white-01);
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  padding-top: 9em;
  padding-bottom: 9em;
}



.section.footer {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.section.hero {
  padding-top: 4em;
  padding-bottom: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.grid-quarters {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(49, 49, 49, .6);
  line-height: 1.4px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.about {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch;
}

.grid.blog, .grid.licenses {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-display-1 {
  font-size: 8em;
}

.grid-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  background-color: var(--accent-01);
  text-transform: uppercase;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  padding: 1.125em 3em;
  font-size: 14px;
  font-weight: 500;
}

.rich-text {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.rich-text h1 {
  margin-bottom: 32px;
  font-size: 2.5em;
}

.rich-text h2 {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 1.75em;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 1.5em;
}

.rich-text h5 {
  margin-bottom: 20px;
  font-size: 1.25em;
}

.rich-text h6 {
  margin-bottom: 20px;
  font-size: 1em;
}

.rich-text p {
  color: var(--grey-01);
  margin-bottom: 32px;
  font-size: 1.125em;
  line-height: 1.5;
}

.rich-text li {
  margin-bottom: 12px;
}

.rich-text ul {
  color: var(--grey-01);
  margin-bottom: 32px;
  padding-left: 20px;
}

.rich-text ol {
  color: var(--grey-01);
  overflow: visible;
}

.rich-text figcaption {
  color: var(--grey-01);
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.rich-text blockquote {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.style-guide-color.accent-01 {
  background-color: var(--accent-01);
}

.style-guide-color.black-01 {
  border: 1px solid var(--black-03);
  background-color: var(--black-01);
}

.style-guide-color.black-02 {
  background-color: var(--black-02);
}

.style-guide-color.black-03 {
  background-color: var(--black-03);
}

.style-guide-color.grey-01 {
  background-color: var(--grey-01);
}

.style-guide-color.white-01 {
  background-color: var(--white-01);
}

.style-guide-color.grey-02 {
  background-color: var(--grey-02);
}

.nav-link, .menu li.menu-item-983 > a, .menu li.menu-item-has-children > a, .nav-link, .menu li.menu-item-223 > a, li.menu-item-983 a {
  letter-spacing: -.01em;
  text-transform: uppercase;
  
  color: #e6e6e6;
    border-radius: .59em;
    padding: .95em 1.3em;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1em;
    transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
    backdrop-filter: blur(40px);
    background-color: rgba(45, 44, 45, .5);
    display:block
}



.nav-link:hover {
  color: var(--grey-01);
}

.company-title > .text-body-1.animated-text > div{
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 50%,
    rgb(114, 114, 114) 50%
  );
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text-display-2 {
  font-size: 6em;
}

.text-display-2.td-2{
  font-size: 5em;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 60px;
}

.text-display-3 {
  font-size: 4em;
}

.text-display-4 {
  font-size: 3.5em;
}

.text-display-5 {
  font-size: 2.5em;
}

.text-display-6 {
  font-size: 2em;
}

.text-display-7 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
}

.text-body-1 {
  letter-spacing: -.03em;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.6;
}

.text-body-2 {
  letter-spacing: -.01em;
  font-size: 1.125em;
  line-height: 1.6;
}

.paragraph {
  letter-spacing: -.01em;
}

.text-micro-1 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.text-micro-1.spaced {
  letter-spacing: .7em;
}

.text-micro-2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.nav-btn {
  display: none;
}

.logo-img {
  height: auto !important;
  width:260px !important;
}

.header-nav, .main-navigation, .menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.header-nav li, .menu li {
  position: relative;
  margin-left: 1.5em;
	min-height: 60px;
	padding-top:9px;
}

.nav-link.search-bar {
  padding: 1em 1.3em;
}

.header-nav li ul, .menu li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0;
  left: 0;
  display: none;
    backdrop-filter: blur(40px);
    background-color: rgba(45, 44, 45, .5);
    padding: 0;
    list-style: none;
    border-radius: 8px;
	margin-top: 10px;
}

.header-nav li:hover > ul,
.header-nav li:focus-within > ul,
.header-nav li ul:hover,
.header-nav li ul:focus,
.menu li:hover > ul,
.menu li:focus-within > ul,
.menu li ul:hover,
.menu li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

.header-nav li ul li, .menu li ul li {
  clear: both;
  width: 100%;
  margin: 0;
  padding:10px 10px;
  min-width: 200px;
  min-height: auto;
}

.header-nav li ul li a, .menu li ul li a{
  display: block;
  font-size: 1rem;
}

.menu-toggle{
  display: none;
}

.nav-link.search-bar {
  padding: 0.65em 1.3em;
  margin-left: 20px;
}

.logo-link {
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
	padding-top:24px;
    border-radius: 8px;
    
}

.nav-btn-lottie {
  width: 32px;
  height: 32px;
}

.header {
  z-index: 99;
  width: 100%;
  height: 4em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header-inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reel-contain {
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  position: relative;
  overflow: hidden;
}

.reel-contain.home-hero {
  height: 42em;
  text-align: center;
}

.reel-contain.cta {
  height: 38em;
  text-align: center;
}

.reel-contain.blog {
  height: 42em;
  text-align: center;
  margin-top: 5em;
}

.reel-contain.slide-wrap {
  height: 42em;
  text-align: center;
}

.reel {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reel.home-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel.work {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel.cta {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel-title {
  perspective: 2000px;
  margin-bottom: 2em;
}

.spacer-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spacer-icon {
  width: 1em;
  height: 1em;
  background-color: var(--white-01);
  border-radius: 50%;
  flex: none;
}

.spacer-icon.rec {
  background-color: var(--accent-01);
}

.spacer-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  flex: 1;
  margin-left: 1em;
  margin-right: 1em;
}

.col {
  width: 100%;
}

.col._11-20 {
  max-width: 55%;
}

.col._10-20 {
  max-width: 50%;
}

.col._6-20 {
  max-width: 30%;
}

.col._8-20 {
  max-width: 40%;
}

.col._3-20 {
  max-width: 15%;
}

.col._9-20 {
  max-width: 45%;
}

.col._5-20 {
  max-width: 25%;
}

.col._2-20 {
  max-width: 10%;
}

.col._12-20 {
  max-width: 60%;
}

.col._7-20 {
  max-width: 35%;
}

.col._1-20 {
  max-width: 5%;
}

.col._4-20 {
  max-width: 20%;
}

.col._13-20 {
  max-width: 65%;
}

.col._14-20 {
  max-width: 70%;
}

.col._15-20 {
  max-width: 75%;
}

.col._16-20 {
  max-width: 80%;
}

.col._17-20 {
  max-width: 85%;
}

.col._18-20 {
  max-width: 90%;
}

.col._19-20 {
  max-width: 95%;
}

.col._20-20 {
  max-width: 100%;
}

.style-guide-block {
  height: 4em;
  background-color: var(--grey-01);
}

.o-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.row.company {
  flex-direction: column;
  align-items: flex-start;
}

.row.slider-wrap {
  flex-direction: column;
  position: relative;
}

.row.story-content {
  flex-direction: row;
  justify-content: space-between;
}

.row.story-title {
  margin-bottom: 5em;
}

.row.work {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  display: grid;
}

.row.hero-title, .row.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.company-title {
  margin-bottom: 2.5em;
}

.grey-01 {
  color: var(--grey-01);
}

.company-text {
  width: 100%;
  max-width: 296px;
}

.about-card {
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-card.content {
  border: 1px solid var(--black-03);
  text-align: center;
  justify-content: center;
  padding-top: 0%;
  padding-left: 4em;
  padding-right: 4em;
}

.about-card-title {
  margin-bottom: 1.5em;
}

.track {
  height: 6.25em;
  border: 1px solid var(--black-03);
  border-radius: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.track-holder {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.track-icon {
  width: .75em;
  height: .75em;
  background-color: var(--accent-01);
  border-radius: 50%;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.slider {
  height: 42em;
  border-radius: 1.5em;
  margin-top: 5em;
  position: relative;
}

.slide {
  border-radius: 1.5em;
  overflow: hidden;
}

.story-text {
  width: 100%;
  max-width: 296px;
}

.work-title {
  max-width: 47.75em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.work-item {
  width: 100%;
  height: 0;
  border-radius: 1.5em;
  padding-top: 56.25%;
  padding-left: 2.5em;
  position: relative;
  overflow: hidden;
}

.work-text {
  width: 100%;
  max-width: 26.1em;
  overflow: hidden;
}

.clients-wrap {
  grid-column-gap: 0;
  grid-row-gap: 0;
  border:1px rgba(255,255,255,0.1) solid !important;
  border-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.clients-item {
  height: 11.25em;
	border-right:1px rgba(255,255,255,0.1) solid;
	border-bottom:1px rgba(255,255,255,0.1) solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-right: -1px;
  display: flex;
}

.clients-item.last {
  border-bottom-style: none;
}

.blog-card {
  height: 25em;
  background-color: var(--black-03);
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5em 2em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card-bottom {
  z-index: 10;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-card-icon {
  width: 2em;
  transform: rotate(180deg);
}

.blog-card-top {
  z-index: 10;
  position: relative;
}

.blog-card-bg {
  z-index: 5;
  width: 12.5em;
  height: 12.5em;
  opacity: .7;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-title {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.social-wrap {
  display: flex;
}

.social-wrap {
  display: flex;
}

.social-icon {
  width: 4em;
  justify-content: center;
  align-items: center;
  margin-left: .375em;
  margin-right: .375em;
  transition: all .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  border-radius: 4em;
}

.social-icon:hover {
  opacity: 0.5;
}
.social-icon:hover {
  background-color: rgba(255, 255, 255, .3);
}

.logo-footer {
  width: 100%;
}

.footer-wrap {
  height: 5em;
  border: 1px solid var(--black-03);
  border-radius: 1.5em;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.5em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.text-link {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.text-link img{
  width: 36px;
  height: auto;
}

.text-link:hover {
  color: var(--grey-01);
}

.footer-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.slider-left-arrow {
  width: 2.5em;
  height: 2.5em;
  font-size: 1vw;
  top: -8.1em;
  bottom: auto;
  left: auto;
  right: 3.2em;
}

.slider-right-arrow {
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  display: flex;
  top: -8.1em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide-nav {
  display: none;
}

.slider-arrow-icon.right {
  width: 2.5em;
  height: 2.5em;
  transform: rotate(180deg);
}

.slider-arrow-icon.left {
  width: 2.5em;
  height: 2.5em;
}

.reel-title-mask {
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
}

.template-text {
  max-width: 37.5em;
  margin-bottom: 5em;
}

.top-bar {
  width: 100%;
  background-color: var(--accent-01);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.licenses-item {
  width: 100%;
  max-width: 56.25em;
  background-color: var(--black-03);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.licenses-text {
  margin-top: .7em;
}

.hero-setion{
  height: calc(100vh - 63px);
  width: 100%;
}

.grid-container-hero{
  display: flex;
  row-gap: 40px;
  column-gap: 40px;
  position: relative;
  height: 100%;
}

.hero-text{
  height: 100%;
  width: 40%;
  justify-content: center;
  padding-bottom: 4em;
  display: flex;
  align-items: start;
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
  
}

.heading-hero{
  font-size: 2em;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.heading-hero span{
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.5px;
}

.project-hero-a.top-projects{
  height: 100%;
  width: calc(60% - 40px);
  display: flex;
  align-items: center;
}

.portfolio-home {
  display: grid;
  grid-template-columns: 1fr 0.5fr repeat(2, 1.25fr);
  grid-template-rows: 1.5fr 1fr 0.5fr repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: 75vh;
}

.hr-box{
  height: 75vh;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
}

.video-group{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.block-project-text {
  z-index: 30;
  grid-row-gap: .12em;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(45, 44, 45, .5);
  border-radius: .76em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .9em 2.5em .9em 1.1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: .95em;
  left: .95em;
  right: auto;
  opacity: 0;
  transform: translate3d(0px, 30%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  font-size: 16px;
}

.reel .block-project-text h6, .block-project-text h6{
  font-size: 16px;
  text-transform:none;
}

.reel:hover .block-project-text, .lightbox-link:hover .block-project-text{
  opacity: 1;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  text-transform: none;
}

.reel:hover .block-project-text h6, .lightbox-link:hover .block-project-text h6{
  font-size: 16px;
  text-transform: none;
}

.lightbox-link img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v1 { grid-area: 1 / 1 / 4 / 3; }
  .v2 { grid-area: 1 / 3 / 2 / 4; }
  .v3 { grid-area: 1 / 4 / 2 / 5; }
  .v4 { grid-area: 2 / 3 / 4 / 4; }
  .v5 { grid-area: 4 / 1 / 6 / 3; }
  .v6 { grid-area: 2 / 4 / 4 / 5; }
  .v7 { grid-area: 4 / 3 / 6 / 5; }

  .grid {
    margin-top: 5em;
  }

  /* Home Service */
.grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.grid-card {
  z-index: 1;
  width: 100%;
  color: rgba(255, 255, 255, .19);
  text-align: left;
  border-bottom: 1.5px solid rgba(238, 237, 242, .19);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5.8em 2.5em;
  font-size: .8em;
  transition: all .2s;
  display: flex;
  position: relative;
  text-decoration: none !important;
}

.grid-card.current {
  color: #fff;
}

.grid-number {
  z-index: 1;
  color: #fff;
  margin-bottom: .8em;
  font-size: 2.9em;
  line-height: .8;
}

.grid-title {
  z-index: 2;
  font-size: 2.9em;
  position: relative;
  color: #e6e6e6;
}
.grid-photos {
  height: 80vh;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.grid2-item {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: transform .4s, opacity .1s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0, 4em);
}

.grid2-item.current {
  opacity: 1;
  transform: translate(0);
}

.grid-image {
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
  object-fit: cover;
  transform-style: preserve-3d;
  transition: all .4s;
  transform: scale3d(1, 1.2, 1);
  border-radius: 24px;
}

.grid-image.current {
  transform: scale(1);
}

.grid1-img {
  display: none;
}

.scroll-trigger {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-head {
  padding: 0 0 90px;
  width: 100%;
}
.main-head h1 {
  font-size: 4rem;
  text-align: center;
}

.main-head h1 span {
  display: block;
  margin: 5px 0;
}

.main-head h1 span.border {
  font-size: 12rem;
  color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
}

.abt-data p {
  color: #E6E6E6;
  font-size: 1.24rem;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

.abt-data img {
  margin-top: 90px;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.inner-track{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400vh;
  position: relative;
}

.inner-track .work-title{
   position: relative;
   top: 60px;
   padding-top: 100px;
}

.track-cube-wrapper{
  height: 100vh;
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top:0;
  transform-origin: 50% 50%;
  perspective: 1000px;
}

.c-wrapper{
  width: 70vw;
  height: 60vh;
  position: relative;
  transform-style: preserve-3d;
  
}

.fc{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  overflow: hidden;
  border-radius: 16px;
}

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

.fc1{
  transform: rotateY(0deg) translateZ(0);
}

.fc2{
  transform: rotateX(90deg) rotateZ(0deg) translateZ(30vh) translateY(-30vh);
}

.fc3{
  transform: rotateY(180deg) translateZ(60vh) rotateX(180deg);
}

.fc4{
  transform: rotateX(-90deg) rotateZ(0deg) translateZ(30vh) translateY(30vh);
}

.logo-reavel{
  position: relative;
  height: 200vh;
  margin-top: 200px;
}

#img {
  position: absolute;
  top: 50%;
  left: 50%;
}

#svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content {
  position: sticky;
  top:0;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
.c-logos{
 height: auto;
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 row-gap: 20px;
 column-gap: 20px;
}

.abt-wk-title{
  margin-bottom: 40px;
}

.filter{
  margin: 60px auto 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 16px;
  padding: 16px;
  display: block;
}

.filter .flt-form, .filter .searchandfilter ul{
  display: flex;
  column-gap: 20px;
}

.input-box, .filter .searchandfilter ul li{
  width: 33%;
  position: relative;
  overflow: hidden;
}

.filter .searchandfilter ul li label{
  width: 100%;
}

.search-flt{
  position: absolute;
  height: 100%;
  width: 48px;
  display: flex;
  align-items: center;
  left: 0;
  top:0;
  justify-content: center;
}

.search-flt img{
  width: 24px;
}

.src-inp{
  padding-left: 50px !important;
}

.filter .flt-form .flt-input, .filter .sf-input-text, .filter .sf-input-select{
  background-color: transparent;
  border:1px rgba(255, 255, 255, .16) solid;
  height: 40px;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
  color: #FFF;
  line-height: 40px;
  width: 100%;
  box-shadow: none !important;
  outline: none !important;
}

.sf-field-submit input{
	width:100%;
	height:40px;
	text-align:center;
	border:none;
	background:#FFF;
	color:#000;
	border-radius:8px;
}

.filter .flt-form .flt-input option, .filter .sf-input-select option{
  color: #000;
}

.filter .flt-form .flt-input:focus-visible{
  border:1px rgba(255, 255, 255, 1) solid !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  outline: none !important;
}

.rotating-text {
  position: absolute;
  color: rgba(255, 255, 255, .5);
  left:0;
  display: block;
  width:100%;
  top:10px;
  height: 40px;
  line-height: 40px;
	overflow:hidden;
  padding-left:16px;
	z-index:-1;
  
}
.rotating-text p {
  display: inline-flex;
  margin: 0;
  vertical-align: top;
  font-size: 18px;
    line-height: 40px;
    margin-right: 5px;
    font-weight: bold;
}
.rotating-text p .word {
  position: absolute;
  display: flex;
  opacity: 0;
  color: #FFF;
}
.rotating-text p .word .letter {
  transform-origin: center center 25px;
}
.rotating-text p .word .letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.rotating-text p .word .letter.in {
  transition: 0.38s ease;
}
.rotating-text p .word .letter.behind {
  transform: rotateX(-90deg);
}

.sf-field-search:hover .rotating-text{
	display:none;
}

input[value=""]{
  display: block;
}

.input-box.empty:hover .rotating-text, .input-box.empty:focus-visible .rotating-text, .input-box.empty:focus .rotating-text, .input-box.not-empty .rotating-text{
  visibility: hidden;
  opacity: 0;
}

.folio-group {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  grid-auto-rows: 260px;
  grid-auto-flow: dense;
  position: relative;
  overflow: hidden;
}

.folio-group .tall {
  grid-row: span 2;
}

.folio-box img{
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.folio-box{
  position: relative;
}

.career-split, .cnt-split{
  display: flex;
  column-gap: 40px;
  flex-direction: row;
}

.career-split .career-listing, .cnt-split .cnt-right{
  width: 65%;

}

.career-split .career-form, .cnt-split .cnt-left{
  width: 35%;
}

.acc {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.acc li {
  list-style-type: none;
  padding: 0;
  border:1px #666 solid;
  border-radius: 16px;
  margin-bottom: 16px;
}

.acc li.added{
  border-color: #FFF;
}

.acc_ctrl {
  background: transparent;
  border: none;
  border-bottom: none;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 1em;
  position: relative;
  text-align: left;
  width: 100%;
}

.acc_ctrl:before {
  background: #fff;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 14px;
}

.acc_ctrl:after {
  background: #fff;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}

.acc_ctrl.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
  position: relative;
}

.acc_ctrl h3{
  font-size: 18px;
}

.car-loc span{
  font-size: 16px;
  color: #FFF;
  margin-right: 16px;
}

.car-loc span i{
  font-style: normal;
  color: rgba(255, 255, 255, .5);
  margin-right: 4px;
}

.acc_panel {
  background: transparent;
  display: none;
  overflow: hidden;
}

.acc_panel p{
  padding: 1em;
  font-size: 16px;
}

.cr-from{
  background-color: rgba(0, 0, 0, .3);
  border-radius: 24px;
  padding: 24px;
}

.cr-from h3{
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}

.cr-input{

  background-color: rgba(0, 0, 0, .1);
    border: 1px rgba(255, 255, 255, .16) solid;
    height: 40px;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 16px;
    color: #FFF;
    line-height: 40px;
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
	margin-bottom:10px;
}

textarea.cr-input{
  height: 100px;
}

.cr-submit{
  background: #fff;
  padding: 12px 24px;
  color: #000;
  border:none;
  border-radius: 8px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 30px auto 0;
  display: block;
}

.cnt-left h3, .cnt-right h3{
  font-size:42px;
  text-transform: none;
}

.cnt-left h3 span{
  font-weight: 300;
}

.cnt-list{
  list-style: none;
  padding: 0;
}

.cnt-list li{
  display: flex;
  column-gap: 16px;
  margin-bottom: 16px;
  padding: 16px;
  margin-top: 16px;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 16px;
}

.cnt-list li.border-top{
  border-top:1px #999 solid;
}

.cnt-list li img{
  width: 24px;
}

.cnt-info{
  font-size: 18px;
  color: #FFF;
}

.cnt-info span{
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  display: block;

}

.cnt-form{
  background-color: rgba(0, 0, 0, .3);
  border-radius: 24px;
  padding: 40px;
  margin-top: 30px;
}

.form-split{
  display: flex;
  column-gap: 40px;
  margin-bottom: 40px;
}

.form-split .cr-input{
  width: 50%;
}

.brdcrm{
  display: flex;
  column-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.brdcrm a, .brdcrm span{
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
}

.brdcrm img{
  width: 6px;
}

.ser-data{
  position: relative;
}

.ser-data img{
  width: 100%;
  border-radius: 24px;
}

.ser-data p{
  padding: 0 100px;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 24px;
}

.ser-data h4{
  font-size: 24px;
  padding: 0 100px;
  font-weight: bold;
  color: #FFF;
  margin-top: 40px;
}


.video-btn{
  width: 60px;
  position: absolute;
  z-index: 99;
  right: 20px;
  top:20px;
}

.video-btn img{
  width: 100%;
}

.swiper.suc-swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 200px;
}

.swiper.suc-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 450px;
  height: 550px;
  padding:0;
  border-radius: 24px;
    overflow: hidden;
}

.swiper.suc-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.swiper.suc-swiper .story-box.tall{
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
.suc-swiper .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
}
.suc-swiper .swiper-button-prev {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
}
.suc-swiper .swiper-button-next:after, .suc-swiper .swiper-button-prev:after {
  color: #FFF;
  font-size: 24px;
}

.suc-story{
  max-width: 1300px;
  padding: 0 2em;
  margin: 0 auto;
}
.story-group {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-rows: 300px;
    grid-auto-flow: dense;
    position: relative;
    overflow: hidden;
  }
  
  .story-group .tall {
    grid-row: span 2;
  }

  .story-box{
    position: relative;
  }

  .story-group .story-box img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
  }

  .story-data{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top:0;
    left: 0;
    z-index: 9;
    border-radius: 16px;
    overflow: hidden;
  }

  .suc-logo{
    position: absolute;
    left: 40px;
    top:30px;
  }

  .story-group .story-box .suc-logo img{
    border-radius: 0;
  }

  .suc-box{
    position: absolute;
    width: 100%;
    padding: 40px;
    left: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    overflow: hidden;
    transition: all .6s cubic-bezier(.7,0,0,1);
    bottom:-140px
    
  }

  .story-box:hover .suc-box{
    bottom:0;
  }

  .suc-box .suc-name{
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    color: #FFF;
    transition: all .6s cubic-bezier(.7,0,0,1);
  }
  .suc-box .suc-quote{
    font-size: 1rem;
    color: #FFF;
    line-height: 1.5;
    margin-top: 16px;
    transition: all .6s cubic-bezier(.7,0,0,1);
    height: 100px;
  }

  h3 {
    color: #e6e6e6;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.47em;
    font-weight: 700;
    line-height: 1.21em;
}

/* Backgroudn Animation */
:root {
  --color-bg1: #6c00a2;
  --color-bg2: #001152;
  --color1: 53, 101, 244;
  --color2: 53, 101, 244;
  --color3: 53, 101, 244;
  --color4: 53, 101, 244;
  --color5: 53, 101, 244;
  --color-interactive: 140, 100, 255;
  --circle-size: 80%;
  --blending: hard-light;
}
@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
.gradient-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  background: #070D1B;
  top: 0;
  left: 0;
  z-index: -1;
}
.gradient-bg svg {
  display: none;
}
.gradient-bg .gradients-container {

  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  animation: moveVertical 30s ease infinite;
  opacity: 1;
}
.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 1;
}
.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  animation: moveInCircle 40s linear infinite;
  opacity: 1;
}
.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}
.gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  animation: moveInCircle 20s ease infinite;
  opacity: 1;
}
.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}

/* Get a Quote */
.quote-btn{
  width: 175px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
}
.btn-blur{
    background: #509bea; /* fallback */
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 50px;
    text-align: center;
    display: block;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: linear-gradient(-45deg, #80FFE0, #4BD6F4, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 16s linear infinite;
}

.lightbox-link {
  width: 44vw;
  height: 25vw;
  perspective: 1200px;
  border-radius: .94em;
  position: relative;
  overflow: hidden;
}

.lightbox-link.video-box{
  width: 100%;
  height: 100%;
}

.lightbox-link.type-b, .lightbox-link.type-c {
  width: 52vw;
  height: 30vw;
  background-color: rgba(230, 230, 230, .03);
  position: relative;
}

.lightbox-link.type-full, .lightbox-link.type-full-50 {
  width: 100%;
  height: 100%;
  background-color: #191819;
  position: relative;
}

.image-hover {
  z-index: 20;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .94em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@-webkit-keyframes anime {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    @keyframes anime {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

.wrapper{
  position: relative;
  z-index: 1;
  opacity: 1 !important;
}

@media screen and (max-width: 1440px) {
	.folio-group{
		grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-auto-rows: 225px;
	}
}
@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2em;
  }

  h6 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  blockquote {
    font-size: 2em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.padding-bottom-0 {
    padding-bottom: 0;
  }

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

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .grid-quarters {
    grid-column-gap: 24px;
  }

  .grid-quarters.style-guide, .grid.about {
    grid-template-columns: 1fr;
  }

  .grid.blog {
    grid-template-columns: 1fr 1fr;
  }

  .text-display-1 {
    font-size: 4em;
  }

  .grid-thirds {
    grid-column-gap: 24px;
  }

  .nav-link {
    width: 100%;
    border-bottom: 1px solid var(--black-03);
    margin-left: 0;
    padding: 1.25em 1.5em;
  }

  .text-display-2 {
    font-size: 3.5em;
  }

  .text-display-3 {
    font-size: 3em;
  }

  .text-display-4 {
    font-size: 2.5em;
  }

  .text-display-5 {
    font-size: 2em;
  }

  .text-display-6 {
    font-size: 1.5em;
  }

  .text-display-7 {
    font-size: 1.25em;
  }

  .text-body-1 {
    font-size: 2em;
  }

  .nav-btn {
    cursor: pointer;
    display: flex;
  }

  .header-nav {
    z-index: -1;
    height: auto;
    background-color: var(--black-01);
    flex-direction: column;
    justify-content: center;
    display: none;
    position: fixed;
    top: 4em;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-btn-lottie {
    width: 1.5em;
    height: 1.5em;
  }

  .header {
    z-index: 2000;
    height: 4em;
    border-bottom: 1px solid var(--black-03);
    background-color: var(--black-01);
  }

  .reel-contain.home-hero {
    height: 0;
    padding-top: 56.25%;
  }

  .reel-contain.blog {
    height: 0;
    margin-top: 3em;
    padding-top: 56.25%;
  }

  .reel-contain.slide-wrap {
    height: 28em;
  }

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

  .row.story-title {
    margin-bottom: 3em;
  }

  .row.work {
    grid-template-columns: 1fr;
    margin-top: 3em;
  }

  .about-card.content {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .slider {
    height: 28em;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .slider-mask {
    height: 28em;
  }

  .clients-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-card-bg {
    width: 10em;
    height: 10em;
  }

  .footer-wrap {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-links {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .slider-left-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -56px;
    left: 0%;
    right: auto;
  }

  .slider-right-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -56px;
    left: 56px;
    right: auto;
  }

  .slider-arrow-icon.right, .slider-arrow-icon.left {
    width: 40px;
    height: 40px;
  }
  .grid-container-hero{
    flex-direction: column;
  }
  .project-hero-a.top-projects{
    width: 100%;
  }
  .hero-setion, .grid-container-hero{
    height: auto;
  }
  .hr-box, .hero-text{
    height: auto;
    width: 100%;
  }
  .hero-text{
    margin-top: 90px;
  }
  .text-display-2.td-2{
    font-size: 4em;
  }
  .story .grid{
    grid-template-columns: 1fr;
  }
  .grid-photos{
    display: none;
  }
  .folio-group{
    grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  }
  .main-head h1 span.border{
    font-size: 6rem;
  }
  .story-group .tall{
    grid-row: auto;
  }
  .career-split, .cnt-split{
    flex-direction: column;
  }
  .career-split .career-form, .cnt-split .cnt-left, .career-split .career-listing, .cnt-split .cnt-right{
    width: 100%;
    margin-bottom: 60px;
  }
  .cnt-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
  }
  .cnt-list li{
    width: calc(50% - 20px);
  }
  .main-navigation{
    display: none;
  }
  .main-navigation.open{
    display: block;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 64px;
    background: #000;
    left: 0;
    padding: 24px;
    align-items: flex-start;
    z-index: 99;
    max-height: 80vh;
        overflow-y: scroll;
    
  }
  .menu{
    flex-direction: column;
    row-gap: 20px;
  }
  .menu-menu-1-container{
    width: 100%;
  }
  .menu li{
    width: 100%;
    margin-left: 0;
  }
  .nav-link, .menu li.menu-item-983>a, .menu li.menu-item-has-children>a, .nav-link, .menu li.menu-item-223>a, li.menu-item-983 a{
    width: 100%;
    display: block;
    background: none;
    border-bottom: 1px #666 solid;
    padding-bottom: 20px;
    border-radius: 0;
  }
  .nav-link.search-bar {
    padding: .65em 1.3em;
    margin-left: 20px;
    border: none;
    background: #112359;
    width: 100%;
    margin: 25px 0;
    border-radius: 8px;
}

  .menu li ul li{
    padding: 12px;
  }
  .menu li:hover > ul{
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .grid.blog {
    grid-template-columns: 1fr;
  }

  .text-display-1 {
    font-size: 3em;
  }

  .grid-thirds.style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .text-display-2 {
    font-size: 2.5em;
  }

  .text-display-3 {
    font-size: 2em;
  }

  .text-display-4 {
    font-size: 1.75em;
  }

  .text-display-5 {
    font-size: 1.5em;
  }

  .text-display-6 {
    font-size: 1.25em;
  }

  .text-display-7 {
    font-size: 1.125em;
  }

  .reel-contain.slide-wrap {
    height: 20em;
  }

  .reel.work {
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .col._10-20 {
    max-width: 100%;
  }

  .row.story-content {
    flex-direction: column;
  }

  .row.story-title {
    margin-bottom: 3em;
  }

  .slider {
    height: 20em;
    margin-top: 3em;
  }

  .slider-mask {
    height: 20em;
  }

  .story-text {
    max-width: 100%;
    margin-bottom: 1em;
  }

  .clients-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card {
    padding-top: 2em;
  }
  .ser-data h4, .ser-data p{
  	padding: 0 5% !important;
  }
  .suc-box .suc-name{
  	font-size:1rem;
  }
  .suc-box .suc-quote{
  	font-size:0.85rem;
    padding-bottom:20px;
  }
  .logo-img{ width:160px !important;}
 
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.75em;
  }

  h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.25em;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .grid-quarters {
    grid-template-columns: 1fr 1fr;
  }

  .text-display-1 {
    font-size: 2.5em;
  }

  .grid-thirds, .grid-thirds.style-guide {
    grid-template-columns: 1fr;
  }

  .rich-text h1 {
    font-size: 2em;
  }

  .rich-text h2 {
    font-size: 1.75em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.25em;
  }

  .rich-text h5 {
    font-size: 1em;
  }

  .rich-text h6 {
    font-size: .75em;
  }

  .rich-text p, .rich-text ul {
    font-size: 1em;
  }

  .rich-text blockquote {
    font-size: 1.5em;
  }

  .text-display-2 {
    font-size: 2em;
  }

  .text-body-1 {
    font-size: 1.5em;
  }

  .text-micro-1.spaced {
    letter-spacing: 0;
  }

  .logo-link {
    border-top: 1px #c4c4c4;
  }

  .logo-link.w--current {
    border-top-style: none;
  }

  .header {
    padding: 0;
  }

  .reel-contain.home-hero {
    padding-top: 100%;
  }

  .reel-contain.cta {
    height: 28em;
  }

  .reel-contain.slide-wrap {
    height: 14em;
  }

  .reel.home-hero {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .col._11-20, .col._6-20, .col._8-20, .col._3-20, .col._9-20, .col._5-20, .col._2-20, .col._12-20, .col._7-20, .col._1-20, .col._4-20, .col._13-20, .col._14-20, .col._15-20, .col._16-20, .col._17-20, .col._18-20, .col._19-20 {
    max-width: 100%;
  }

  .about-card.content {
    padding: 6em 1.25em;
  }

  .slider, .slider-mask {
    height: 14em;
  }

  .clients-wrap {
    grid-template-columns: 1fr;
  }

  .clients-item {
    height: auto;
  }

  .blog-card {
    height: 20em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .blog-card-bg {
    width: 8em;
    height: 8em;
  }

  .footer-wrap {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .footer-links {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .reel-title-mask {
    padding-left: .4em;
    padding-right: .4em;
  }

  .top-bar {
    font-size: 14px;
    line-height: 1.2;
  }

  .licenses-item {
    padding: 24px;
  }
  .heading-hero span{
    font-size: 1.25em;
  }
  .portfolio-home{
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .video-group{
    grid-area: unset !important;
    height: 35vh;
  }
  .text-display-2.td-2{
    font-size: 2em;
  }
  .grid-title{
    font-size: 1.5em;
  }
  .social-icon{
    width: 3em;
  }
  .folio-group{
    grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  }
  .filter .flt-form, .filter .searchandfilter ul{
    flex-direction: column;
    row-gap: 16px;
  }
  .input-box, .filter .searchandfilter ul li{
    width: 100%;
  }
  .main-head h1{
    font-size: 2.5rem;
  }
  .main-head h1 span.border{
    font-size: 4rem;
  }
  .logo-reavel{
    height: 150vh;
  }
  .swiper.suc-swiper .swiper-slide{
    width: 300px;
    height: 400px;
  }
  .swiper.suc-swiper{
    margin-bottom: 60px;
  }
  .story-group{
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
  }
  .story-group .tall{
    grid-row: auto;
  }
  .cnt-list{
    flex-direction: column;
  }
  .cnt-list li{
    width: 100%;
  }
  .cnt-left h3, .cnt-right h3{
    font-size: 36px;
  }
  .form-split{
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 24px;
  }
  .form-split .cr-input{
    width: 100%;
  }
}

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea, div.wpforms-container-full .wpforms-form input{
	background-color: rgba(0, 0, 0, .1) !important;
    border: 1px rgba(255, 255, 255, .16) solid !important;
    height: 40px !important;
    border-radius: 8px !important;
    padding: 0 16px !important;
    font-size: 16px !important;
    color: #FFF !important;
    line-height: 40px !important;
    width: 100% !important;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 10px !important;
    max-width: none !important;
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
	background: #fff !important;
    padding: 12px 24px !important;
    color: #000 !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    margin: 30px auto 0 !important;
    display: block !important;
}

div.wpforms-container-full .wpforms-form textarea{
	height: 100px !important;
}

#w-node-e9b50993-8880-c1c1-9d5a-2d5cb08f22fe-8885367c, #w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-8885367c, #w-node-_7f90bf18-484e-6c77-b756-dff1f1e7149d-8885367c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5fb2864-ebab-b0f6-4547-3975dbce3caf-8885367c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d69096f6-1eb0-67ae-8433-042b2873d078-8885367c, #w-node-_61c4657a-7774-78d2-f6b6-28387cda47d0-8885367c, #w-node-_7fef2f1b-1a5a-f604-fbcf-5d2054191063-8885367c, #w-node-d699604d-2e11-6f01-943d-887da7c45185-8885367c, #w-node-_39fdca48-8a8c-ff02-a7f5-82506b0e6bdc-8885367c, #w-node-fd56ca6e-7934-c775-6b0e-193297c1c6d4-8885367c, #w-node-_5063f33e-c9cd-a2e4-bd1a-2fca4e8aeb27-8885367c, #w-node-a0473834-6e6f-282f-b70c-15cec276a27a-8885367c, #w-node-_058d3a3f-af44-42f8-0f75-d1f87eeaee6f-8885367c, #w-node-abe71499-7bc6-7eea-94ae-fe8339ebd757-8885367c, #w-node-c6ef8996-ba6e-090a-c305-238357b84588-8885367c, #w-node-c9eefad4-8ef0-7c6b-bcc5-5a6b970bcead-8885367c, #w-node-_4f98f72f-3339-ae79-c525-1bc93c68d17b-8885367c, #w-node-_58823a00-6f71-d57b-d5ce-b3d9110bebd8-8885367c, #w-node-_6090fd15-1795-1720-0e7b-af4c425e9266-8885367c, #w-node-_84a13e05-fbd3-08c2-9a5f-3bc667065901-8885367c, #w-node-_6ed0b872-a43b-3f09-5b08-9c107c57532a-88853681, #w-node-e9c1cd67-2e60-8e72-ad27-cb227a1c5b6b-88853681, #w-node-_993d8232-f449-8cca-26aa-0a55ae7b77dd-88853681, #w-node-d3280e10-6221-6c8a-ca61-eef1f553214b-88853681, #w-node-_55c97012-044b-0b6c-524b-45dc2ff5bdfb-88853681, #w-node-c31e9841-a24d-337c-dd3f-a0b44d897163-88853681 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-88853682, #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-88853682 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_555938e2-1530-5faa-0b3c-645b9d516057-88853682, #w-node-b6dcff6f-c454-effa-66ca-5cdd4ec33c05-88853682, #w-node-a4801e37-71dd-362e-d78b-54ca493cd522-88853682, #w-node-a029a75a-60a2-b997-f29d-22de39135e08-88853682, #w-node-f7227ae0-3604-c604-eb23-237187d9ef91-88853682 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b512093b-625b-ea32-8835-eecc1d55929b-88853682, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-88853682, #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-88853682 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c5fb2864-ebab-b0f6-4547-3975dbce3caf-8885367c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-88853682, #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-88853682, #w-node-b512093b-625b-ea32-8835-eecc1d55929b-88853682, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-88853682, #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-88853682 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.ser-data p {
  padding: 0 100px;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 24px;
  color: rgba(230, 230, 230, .6);
}

.ser-data h4 {
  font-size: 24px;
  padding: 0 100px;
  font-weight: bold;
  color: #FFF;
  margin-top: 40px;
  text-transform: none;
  letter-spacing: normal;
}

.common-sec{
  margin-top: 200px;
}

.infra-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 350px;
  grid-auto-flow: dense;
  }
  .infra-wrap .horizontal {
  grid-column: span 2;
  }
  .infra-wrap .vertical {
  grid-row: span 2;
  }
  .infra-wrap .big {
  grid-column: span 2;
  grid-row: span 2;
  }
  .infra-img {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
  }
  .infra-img img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .clients-item img{
    max-width: 50%;
    height:auto;
    object-fit: cover;
    filter: grayscale(100%);
  }

  @media screen and (max-width: 479px) {
    .infra-wrap {
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 300px;
    }
  }

.wp-block-image img{
	max-height:500px;
	object-fit:cover;
}
.section.padding-bottom-0{
	padding-bottom:0;
}
.infra-name{
	font-size: 16px;
    color: #FFF;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    padding: 8px 16px;
}
.sf-level-0 {
	font-weight:bold;
}
.ser-btn{
	display:flex;
	padding:24px 0;
}