@font-face {
  font-family: Fontawesome;
  src: url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --blk: #161519;
  --dim: #161519e0;
  --gray: #2a2a2a;
  --gry: #9b9b9b;
  --orange: #ff7425;
  --fff: white;
  --color3\<deleted\|variable-f0826262\>: #f60268;
  --goto: #181818;
  --glow: #242135;
}

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

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

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

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

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

body {
  background-color: var(--blk);
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 4.4em;
  font-weight: 600;
  line-height: 1.15em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Syne, sans-serif;
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  letter-spacing: .6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
}

li {
  margin-bottom: 0;
}

label {
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.sect {
  width: 100%;
  padding: 90px 20px;
  position: relative;
}

.sect.sect1 {
  background-color: var(--blk);
  background-image: linear-gradient(to bottom, var(--dim), var(--dim)), url('../images/ooorganize.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto 300px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.sect.sect-ctar {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/silhoutte-images-of-video-production-and-lighting-2021-10-13-00-39-25-AKC3F3R.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.sect.sect-g {
  background-color: var(--gray);
  color: var(--gry);
}

.sect.sect-g.sect-power {
  padding-bottom: 50px;
}

.sect.sect-scroll {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.btn {
  border: 1px solid var(--orange);
  min-width: 130px;
  color: var(--orange);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  transition: transform .2s, background-color .2s, filter .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.btn:hover {
  background-color: var(--orange);
  color: var(--blk);
  transform: translate(0, -2px);
}

.btn:active {
  transform: translate(0);
}

.btn.btn-nav {
  margin-top: 38px;
  margin-left: 10px;
}

.btn.btn-nav.w--current {
  color: var(--fff);
}

.navlink {
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120px;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.navlink:hover {
  opacity: .75;
  color: var(--orange);
}

.navlink.w--current {
  color: #fff;
}

.msg {
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #353535;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 10px;
  padding: 0 12px;
  font-weight: 500;
}

.msg.msg-area {
  min-height: 80px;
  padding-top: 15px;
}

.msg.msgarea {
  min-height: 80px;
}

.nav-logo {
  height: 100%;
}

.logo {
  float: none;
  height: 120px;
  padding: 30px 0;
  transition: opacity .2s;
  display: inline-block;
}

.logo:hover {
  opacity: .8;
}

.nav {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  padding-left: 40px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.footer {
  text-align: center;
  width: 100%;
  padding: 50px 20px 70px;
}

.p-lrg {
  font-size: 1.3em;
  line-height: 1.6em;
}

.p-lrg.bot50 {
  max-width: 890px;
}

.ctr {
  text-align: center;
}

.bot25 {
  margin-bottom: 25px;
}

.bot50 {
  margin-bottom: 50px;
}

.form {
  border: 1px solid var(--gray);
  text-align: left;
  background-color: #000;
  border-radius: 20px;
  width: 600px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 40px;
}

.hero {
  background-color: var(--blk);
  background-image: linear-gradient(180deg, var(--blk), #fff0), linear-gradient(to bottom, var(--dim), var(--dim)), url('../images/ooorganize.svg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 200px 40px 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.success {
  background-color: #0000;
}

.row, .img {
  width: 100%;
  display: block;
}

.flex-ctr {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-ctr.flip {
  flex-flow: row-reverse;
}

.error {
  color: #111;
}

.wide {
  max-width: 1400px;
}

.wide.rel {
  text-overflow: ellipsis;
}

.wide.bot75 {
  margin-bottom: 75px;
}

.bot0 {
  margin-bottom: 0;
}

.rel {
  z-index: 2;
  position: relative;
}

.checkbox {
  color: var(--orange);
  margin-bottom: 0;
  margin-right: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
}

.background-video-2 {
  z-index: -1;
  filter: grayscale();
  height: auto;
  position: absolute;
  inset: -10%;
}

.ico-foot {
  opacity: .96;
  height: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.glow {
  margin-bottom: 5px;
  display: inline-block;
}

.glow.bot50 {
  margin-bottom: 50px;
}

.req {
  color: var(--color3\<deleted\|variable-f0826262\>);
}

.col-right {
  padding-left: 50px;
}

.head {
  width: 100%;
  padding: 175px 35px 100px;
  position: relative;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.ul-team {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--fff);
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.li-team {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.tag {
  border: 1px solid var(--gry);
  background-color: var(--gray);
  color: #fff;
  border-radius: 3px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.bot40 {
  margin-bottom: 40px;
}

.red {
  color: #ff8686;
}

.crc-team {
  z-index: 1;
  aspect-ratio: 4 / 5;
  background-color: var(--blk);
  background-image: url('../images/CX-Cowboy-Bios-1.jpg'), linear-gradient(180deg, var(--dim), var(--goto));
  background-position: 50% -3%, 0 0;
  background-size: cover, auto;
  border: 1px solid #2b2b2b;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.crc-team.team2 {
  background-image: url('../images/CX-Cowboy-Bios.png'), linear-gradient(180deg, var(--dim), var(--goto));
}

.crc-team.team3 {
  background-image: url('../images/CX-Cowboy-Bios.jpg'), linear-gradient(180deg, var(--dim), var(--goto));
}

.form-block {
  text-align: left;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.line2 {
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.line2.line-job {
  font-size: .8em;
}

.swiper-wrapper {
  display: inline-flex;
  position: relative;
}

.slide {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.swiper-slide {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

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

.swiper.cover-swiper {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

.img-site {
  border-radius: 20px;
  width: 45vw;
  max-width: none;
  position: relative;
}

.siteinfo {
  font-size: 10px;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto 0% -70px;
}

.text-span-3 {
  color: #999;
}

.box-form {
  z-index: 1;
  width: 550px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
  position: relative;
}

.footlink {
  color: var(--orange);
  text-transform: none;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.footlink:hover {
  opacity: .75;
  color: var(--orange);
}

.footlink.w--current {
  color: #fff;
}

.ul-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.go-svc {
  border: 1px solid var(--gray);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 100%;
  min-height: 240px;
  color: var(--gry);
  background-image: linear-gradient(#ffffff08, #ffffff08);
  padding: 35px;
  text-decoration: none;
  transition: background-color .1s;
  display: block;
}

.go-svc.nohov {
  background-image: linear-gradient(#ffffff08, #ffffff08);
}

.image-9 {
  height: 45px;
  margin-bottom: 15px;
}

.img-power {
  aspect-ratio: 3 / 2;
  background-image: url('../images/Untitled-design-4.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
}

.div-block-30 {
  background-color: var(--blk);
  border-radius: 20px;
  margin-left: -100px;
  padding: 50px 50px 40px;
}

.fff {
  color: var(--fff);
}

.goto {
  color: var(--orange);
  text-transform: uppercase;
  background-image: url('../images/aro.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-right: 25px;
  display: inline-block;
}

.videobox {
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.col-left {
  padding-right: 50px;
}

.ico-quote {
  height: 60px;
  margin-bottom: 25px;
}

.container {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  padding: 50px 20px;
}

.ul-logos {
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

.li-logos {
  aspect-ratio: 16 / 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  display: flex;
}

.logo-bar {
  max-height: 100px;
}

.h1-home {
  margin-bottom: 40px;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.5em;
}

.bot20 {
  margin-bottom: 20px;
}

.slide-quote, .mask {
  height: auto;
}

.slider-quote {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.pic-quote {
  border-radius: 100px;
  height: 80px;
}

.image-13 {
  height: 120px;
}

.p-sm {
  font-size: 16px;
  line-height: 24px;
}

.scroller {
  display: flex;
}

.div-block-32 {
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bot5 {
  margin-bottom: 5px;
}

.div-block-33 {
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.div-block-34 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.line2-hero {
  color: var(--orange);
  display: block;
}

.ov-play {
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ov-play:hover {
  background-color: #0000;
}

.image-14 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border-radius: 110px;
  height: 20%;
  min-height: 80px;
}

.flex-rev {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.name {
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2em;
}

.p-dim {
  color: var(--gry);
}

.bot75 {
  margin-bottom: 75px;
}

.row-push-top {
  margin-top: 50px;
}

.go-soc {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  transition: opacity .2s;
  display: flex;
}

.go-soc:hover {
  opacity: .75;
}

.ico-soc {
  max-height: 100%;
}

html.w-mod-js [data-ix="loadfade"], html.w-mod-js [data-ix="scrollfade"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (min-width: 1920px) {
  .footer {
    overflow: hidden;
  }

  .slide {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .swiper-slide {
    width: 600px;
    min-width: 400px;
    height: 550px;
    overflow: visible;
  }

  .swiper.cover-swiper {
    max-width: 100%;
  }

  .li-grid {
    width: 100%;
    list-style-type: none;
  }
}

@media screen and (max-width: 991px) {
  .sect.sect-g.sect-power {
    padding-top: 20px;
  }

  .sect.sect-scroll {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .btn.btn-nav {
    margin-top: 0;
    margin-left: 0;
  }

  .navlink {
    text-align: center;
    line-height: 60px;
    display: block;
  }

  .menu {
    padding: 26px 12px;
  }

  .menu-line {
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlist {
    background-color: #000;
    display: none;
  }

  .wide {
    max-width: 100%;
  }

  .swiper-wrapper {
    height: 360px;
  }

  .swiper-slide {
    width: 280px;
    height: 280px;
  }

  .swiper.cover-swiper {
    max-width: 760px;
  }

  .box-form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footlink {
    text-align: center;
    line-height: 60px;
    display: block;
  }

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

  .img-power {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-30 {
    margin-left: 0;
  }

  .col-left {
    padding-right: 10px;
  }

  .li-logos {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.6em;
  }

  .sect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sect.sect1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    padding-top: 200px;
    font-size: 15px;
  }

  .flex-ctr {
    flex-direction: column;
  }

  .flex-ctr.flip {
    flex-flow: column;
  }

  .col, .col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: center;
  }

  .ul-team {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .swiper-wrapper {
    height: 300px;
  }

  .swiper-slide {
    width: 240px;
    height: 240px;
  }

  .swiper.cover-swiper {
    max-width: 480px;
  }

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

  .videobox {
    margin-bottom: 20px;
  }

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

  .li-logos {
    width: 140px;
  }

  .logo-bar {
    max-height: 70px;
  }

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

  .image-13 {
    display: none;
  }

  .block-sm {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }

  h2 {
    font-size: 2em;
  }

  .sect {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sect.sect1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sect.sect-g.sect-power {
    padding-bottom: 20px;
  }

  .logo {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ctr {
    text-align: center;
  }

  .hero {
    padding-top: 140px;
  }

  .head {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .ul-team {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .swiper-wrapper {
    height: 240px;
  }

  .swiper-slide {
    width: 180px;
    height: 180px;
  }

  .swiper.cover-swiper {
    max-width: 240px;
  }

  .box-form {
    padding: 35px 35px 50px;
  }

  .ul-grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-30 {
    padding: 40px 30px 30px;
    font-size: 13px;
  }

  .h1-home {
    font-size: 3em;
  }

  .row-push-top {
    margin-top: 20px;
  }
}


@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}