@media (min-width: 992px) {
  .hero_btn_box {
    justify-content: flex-start;
  }
}

.con.con-home,
.section__container {
  background-image: url(../img/graphic.png);
}

#uptrade-video {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

#start > div.home-hero-wrap > div.home-main-right > div {
  padding-top: 0px;
}

.nav_brand {
  width: 210px;
}
@media screen and (max-width: 479px) {
  .nav_brand {
    background-size: 130px;
  }
}

.video-js {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .video-js {
    height: 185px;
  }
}

.cta-v3-wrapper---brix {
  background-image: url(../img/brix-templates.svg), url(../img/brix-template-2.svg);
}
@media screen and (max-width: 768px) {
  .cta-v3-wrapper---brix {
    background-image: url(../img/-webflow-cloneable-template-brix-templates.svg);
  }
}

.result-item {
  height: auto;
}

.collection-item-3 {
  height: auto;
}

.plans__block.template .plans__list {
  display: flex;
  overflow: auto;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .plans__block.template .plans__list {
    justify-content: unset;
  }
}

.screenshot {
  padding: 0;
  flex-shrink: 0;
  width: 200px;
  background: transparent;
}
.screenshot .screenshot {
  width: 100%;
}

.footer {
  padding-top: 20px;
}
.footer .disclaimer {
  padding: 20px 0;
}

body > div > header > nav > div.nav-mobile > div > div {
  border-bottom: none;
  align-items: center;
}

.nav_menu-item {
  width: 200px;
}

.head {
  background-color: #000e41;
}

.p_home {
  --wpr-bg-974353aa-19f4-4c5d-8667-9e8e6d3c19a3: url(../wp-content/themes/altsignals/assets/img/green_arrow.svg);
  background-image: var(--wpr-bg-974353aa-19f4-4c5d-8667-9e8e6d3c19a3);
}

@media screen and (max-width: 767px) {
  .title_h2 {
    font-size: 1.7em;
  }
}

.con.con-title {
  padding-bottom: 0 !important;
}

.head {
  position: fixed;
  width: 100%;
}
.head.hide {
  transform: translateY(-100%);
}

.s-crazy__list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1440px) {
  .s-crazy__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .s-crazy__list {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=mod.css.map */
