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

@font-face {
  font-family: Made evolve sans;
  src: url('../fonts/made_evolve_sans_bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made evolve sans;
  src: url('../fonts/made_evolve_sans_medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made evolve sans;
  src: url('../fonts/made_evolve_sans_regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --goto: #0b0811;
  --lite: #bcb2e5;
  --color3\<deleted\|variable-f0826262\>: #f60268;
  --gray: #252b32;
  --dim: #16102c;
  --highlight: #5732f5;
  --dark: #1b0224;
  --blk: #161519;
  --glow: #242135;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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(--goto);
  color: #fff;
  font-family: Made evolve sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.15em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  letter-spacing: .6px;
  margin-top: 10px;
  margin-bottom: 10px;
  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 {
  margin-bottom: 18px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

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

.sect.sect1 {
  background-color: var(--goto);
  padding-top: 60px;
  padding-bottom: 60px;
}

.sect.sect-ctar {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sect.sect-works {
  padding: 60px 0 100px;
  overflow: hidden;
}

.sect.sect-team {
  padding-top: 60px;
  padding-bottom: 40px;
}

.sect.sect-wwu {
  padding-bottom: 20px;
}

.btn {
  filter: brightness();
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #49369b;
  border-radius: 0;
  outline: 1px solid #000;
  min-width: 130px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  transition: padding .2s, border-color .2s, filter .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: 0 2px 30px #5732f533;
}

.btn:hover {
  filter: brightness(110%);
  border-color: #fff;
}

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

.btn.btn-nav.w--current {
  color: #fff;
}

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

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

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

.msg {
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #353535;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 2px;
  padding: 0;
  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: 15px 0 20px;
  transition: opacity .2s;
  display: inline-block;
}

.logo:hover {
  opacity: .8;
}

.nav {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  padding-left: 40px;
  padding-right: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  background-image: linear-gradient(#0000, #291e3154);
  width: 100%;
  padding: 60px 20px;
  font-size: 12px;
  line-height: 10px;
}

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

.ctr {
  text-align: center;
}

.bot25 {
  margin-bottom: 25px;
}

.bot50 {
  margin-bottom: 50px;
}

.hero {
  background-color: #4e33c226;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 280px 40px 40px;
  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;
}

.error {
  color: #111;
}

.wide {
  max-width: 1250px;
}

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

.bot0 {
  margin-bottom: 0;
}

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

.checkbox {
  color: var(--lite);
  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: 70px;
  margin-right: -12px;
  display: block;
}

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

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

.glow.h14 {
  margin-bottom: 0;
  font-size: 1em;
  line-height: .8em;
}

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

.glow.bot25.bot44 {
  font-size: 3em;
  display: block;
}

.glow.h1-hero {
  margin-bottom: 25px;
}

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

.scrollbox {
  border: 6px solid var(--gray);
  border-radius: 40px;
  height: 100%;
  padding-top: 42px;
  padding-left: 13px;
  padding-right: 13px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

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

.head.head-nf {
  padding-top: 80px;
}

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

.p-foot {
  z-index: 1;
  color: #b0b9c3;
  margin-bottom: 0;
  margin-left: 5px;
  position: relative;
}

.ipx {
  aspect-ratio: 9 / 19.5;
  width: 280px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ul-team {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  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%;
  max-width: 150px;
  padding-left: 0;
  padding-right: 0;
}

.grade {
  background-image: linear-gradient(180deg, #0000, var(--goto) 90%), linear-gradient(to bottom, #0003, #0003);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.tag {
  background-color: var(--gray);
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 2px 10px 1px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.tag:hover {
  color: var(--highlight);
  background-color: #fff;
}

.bot40 {
  margin-bottom: 40px;
}

.frame {
  aspect-ratio: 1;
  background-color: var(--dark);
  width: 480px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.frame-ov {
  z-index: 2;
  background-image: url('../images/frame-dark.svg'), linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 50% 50%, #0000 35%, var(--goto) 94%);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.frame-noise {
  z-index: 1;
  opacity: .5;
  filter: hue-rotate(124deg) contrast(200%);
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto 360px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 27% 27% 27% 12%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.red {
  color: #ff8686;
}

.guy {
  z-index: 1;
  aspect-ratio: 5 / 7;
  background-color: var(--blk);
  background-image: linear-gradient(180deg, #fff0 50%, var(--goto) 95%), url('../images/ChatGPT-Image-May-15-2025-09_39_20-PM.png'), linear-gradient(180deg, var(--dim), var(--goto));
  background-position: 0 0, 50% -3%, 0 0;
  background-size: auto, auto 180%, auto;
  border: 1px solid #2b2b2b;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.guy.guy-mike {
  background-color: #eeeeee80;
  background-image: linear-gradient(180deg, #fff0 50%, var(--goto) 95%), url('../images/michaelmozz.webp'), linear-gradient(to bottom, #00000080, #00000080), url('../images/logoblur.png');
  background-position: 0 0, 100% 100%, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, auto 90%, auto, auto 160%;
}

.guy.guy-nick {
  background-color: #eeeeee80;
  background-image: linear-gradient(180deg, #fff0 50%, var(--goto) 95%), url('../images/nick.png'), linear-gradient(to bottom, #00000080, #00000080), url('../images/logoblur.png');
  background-position: 0 0, 50% 100%, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, auto 90%, auto, auto 150%;
}

.code-embed-2 {
  color: #5732f5;
}

.divi {
  background-color: #333;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.line2 {
  color: #ddd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
}

.div-block-28 {
  z-index: 1;
  border-bottom: 1px solid var(--highlight);
  text-align: center;
  margin-bottom: -1px;
  margin-left: 25px;
  margin-right: auto;
  padding: 6px 20px 6px 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-span-2 {
  display: block;
}

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

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

.swiper-slide {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  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;
}

.slider {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 20px 40px;
  display: block;
  overflow: hidden;
}

.col-stik {
  position: sticky;
  top: 100px;
}

.column {
  padding-top: 60px;
}

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

.sidefade {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff0, var(--goto) 90%);
  cursor: pointer;
  width: 27vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sidefade.side-left {
  transform-style: preserve-3d;
  inset: 0% auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.siteinfo {
  z-index: 0;
  font-size: 10px;
  line-height: 20px;
  transition: bottom .4s;
  display: block;
  position: absolute;
  inset: auto 0% 0;
  transform: translate(0);
}

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

.h2sm {
  margin-bottom: 25px;
  font-size: 2.4em;
}

.box-form {
  z-index: 1;
  border: 2px solid var(--glow);
  background-image: linear-gradient(#ffffff08, #0000);
  width: 520px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px 70px;
  font-size: 16px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 15px #0000004d;
}

.h1-hero {
  margin-bottom: 25px;
  font-size: 3.2em;
}

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

.site {
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
}

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) {
  .head.head-nf {
    background-image: linear-gradient(180deg, #0000 75%, var(--dim));
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    display: flex;
  }

  .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%;
  }

  .slider {
    overflow: hidden;
  }

  .h2sm {
    margin-bottom: 25px;
  }

  .box-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .sect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sect.sect-team {
    padding-top: 40px;
  }

  .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;
  }

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

  .wide {
    max-width: 100%;
  }

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

  .text-span-2 {
    display: inline;
  }

  .swiper-wrapper {
    height: 360px;
  }

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

  .swiper.cover-swiper {
    justify-content: center;
    align-items: flex-start;
    max-width: 760px;
  }

  .slider {
    display: flex;
  }

  .img-site {
    width: 80vw;
  }

  .sidefade {
    width: 20vw;
    top: 150px;
  }

  .sidefade.side-left {
    top: 150px;
  }

  .h2sm {
    font-size: 2.2em;
  }

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

  .h1-hero {
    font-size: 2.8em;
  }

  .text-span-4 {
    display: block;
  }
}

@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;
  }

  .sect.sect-works {
    text-align: center;
  }

  .sect.sect-wwu {
    padding-top: 60px;
  }

  .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-sm {
    flex-flow: column-reverse wrap;
  }

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

  .ctr-sm {
    text-align: center;
  }

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

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

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

  .head.head-nf {
    text-align: center;
  }

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

  .ipx {
    max-width: 40%;
  }

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

  .div-block-28 {
    margin-left: 20px;
  }

  .swiper-wrapper {
    height: 300px;
  }

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

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

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

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

  h2 {
    font-size: 2.2em;
  }

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

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

  .logo {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ctr {
    text-align: center;
  }

  .block-xs {
    display: block;
  }

  .scrollbox {
    border-radius: 20px;
    padding: 0;
  }

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

  .ipx {
    max-width: 50%;
  }

  .ul-team {
    flex-flow: wrap;
  }

  .li-team {
    width: 40%;
  }

  .bot40.bot25-xs {
    margin-bottom: 25px;
  }

  .line2 {
    white-space: nowrap;
  }

  .text-span-2 {
    display: inline;
  }

  .swiper-wrapper {
    height: 240px;
  }

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

  .swiper.cover-swiper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2sm {
    font-size: 2em;
  }

  .box-form {
    width: 360px;
    padding: 40px 30px 50px;
  }

  .h1-hero {
    font-size: 2.3em;
  }
}


@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Made evolve sans';
  src: url('../fonts/made_evolve_sans_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made evolve sans';
  src: url('../fonts/made_evolve_sans_medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made evolve sans';
  src: url('../fonts/made_evolve_sans_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}