@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");

body {
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 800;
}
h1 {
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 51px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

p {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.main-wrapper {
  background-color: #fff;
  overflow: hidden;
}

.padding-global {
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.hero {
  height: 70%;
  align-items: center;
  display: flex;
}

.padding-section-large {
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-hero {
  height: 100vh;
  max-height: 1014px;
  min-height: 970px;
  background-color: #0c150b;
  position: relative;
  overflow: hidden;
}

.hero-leftlock {
  width: 64%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
  display: flex;
}

.hero-white {
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-color: #e7ffea;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 61px;
}

.hero-wrapper {
  z-index: 5;
  height: 89%;
  flex-flow: row;
  align-content: stretch;
  align-items: center;
  margin-top: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-rightlock {
  width: 100%;
  height: 432px;
  max-width: 36%;
  min-width: 400px;
  mix-blend-mode: normal;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.blured-dashboard {
  z-index: 5;
  width: 100%;
  height: auto;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.is-white {
  color: #d8ded7;
}

.is-white.hero {
  width: 67%;
  color: #d8ded7;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 29px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.is-white.cta {
  width: 54%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.image {
  width: 100%;
  border-radius: 23px;
  box-shadow: 0 2px 150px #187f3e;
}

.image.glow {
  width: 97%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 100px #187f3e;
}

.dashboard-main {
  z-index: 6;
  width: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  top: -329px;
}

.dashboard-main._2 {
  z-index: 8;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.19),
    rgba(255, 255, 255, 0.19)
  );
  border-radius: 16px;
  padding: 2px;
  top: -305px;
}

.dashboard-svg {
  width: 100%;
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 20px;
  outline: 3px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 9px 100px rgba(36, 60, 33, 0.2);
}

.dashboard-svg.noshadow {
  max-width: 80rem;
  box-shadow: none;
  outline-offset: 0px;
  border-radius: 14px;
  outline: 3px rgba(255, 255, 255, 0.08);
  font-style: italic;
}

.hero-relative-wrapper {
  height: 100%;
  position: relative;
}

.hero-glow-wrapper-parent {
  z-index: 1;
  width: 100%;
  mix-blend-mode: screen;
  object-fit: cover;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -50px;
  right: 0;
}

.glow {
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.glow.small {
  width: 80rem;
}

.nav {
  z-index: 10;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 28px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.logo {
  width: 169px;
}

.dots {
  z-index: 3;
  background-image: url("../images/Dots-texture.png");
  background-position: 50%;
  background-size: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.noise {
  z-index: 2;
  background-image: url("../images/noise-main.png");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-glow-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 78px;
}

.floating_dashboard-wrapper {
  padding-top: 282px;
  padding-bottom: 282px;
  position: relative;
}

.floating_dashboard-wrapper.hidden {
  padding-top: 0;
  padding-bottom: 0;
}

.section-floating-dashboard.shadows {
  overflow: hidden;
}

.padding-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

.padding-section-xlarge.benefits {
  padding-top: 50px;
  padding-bottom: 40px;
}

.large {
  width: 72%;
  color: #0f2a16;
  letter-spacing: 0;
  font-size: 52px;
  line-height: 56px;
}

.large.cta {
  width: 70%;
  color: #fff;
  text-align: center;
  font-size: 62px;
  font-weight: 500;
  line-height: 69px;
}

.large.testimonial {
  color: #22ce61;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.large.is-centered {
  color: #0f2a16;
}

.feature-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.features-paragraph {
  width: 34%;
}

.feature-outlined {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(35rem, 1fr);
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-around;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.feature-item-wrapper {
  width: 100%;
  max-width: 40rem;
}

.feature-illustration {
  width: 100%;
  max-width: 35rem;
}

.feature-item-paragraph {
  width: 74%;
  color: #818181;
  font-size: 16px;
  line-height: 24px;
}

.feature-item-heading {
  margin-top: 30px;
}

.section-fullcta {
  background-color: #000;
  position: relative;
}

.cta-content-wrapper {
  z-index: 3;
  width: 64%;
  position: relative;
}

.nav-link {
  width: 100px;
  height: auto;
  color: #e5ffe8;
  letter-spacing: 0.6px;
  background-color: rgba(188, 255, 204, 0.11);
  border: 1px #000;
  border-radius: 55px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s;
  display: flex;
}

.nav-link:hover {
  color: #0f170e;
  background-color: #e7ffed;
}

.nav-link.nobg {
  outline-offset: 1px;
  background-color: rgba(255, 255, 255, 0);
  outline: 3px rgba(255, 255, 255, 0.07);
}

.nav-link.nobg:hover {
  color: #b4ffab;
  background-color: rgba(188, 255, 204, 0.11);
}

.testimonial-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 0;
  display: grid;
}

.testimonial-items.mobile {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
}

.testimonials_wrapper {
  flex-direction: column;
  display: flex;
}

.testimonial-item {
  width: 100%;
  height: auto;
  min-width: 350px;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  background-color: #eaeeea;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 36px 30px;
  display: flex;
}

.testimonial-writer-wrapper {
  height: 67px;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 65px;
  height: 93%;
  object-fit: cover;
  border-radius: 5px;
}

.testimonial-writer-name {
  width: 100%;
  color: #495349;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-writer-name.text-green {
  transition: color 0.2s;
}

.testimonial-writer-name.text-green:hover {
  color: #000;
}

.testimonial-writer-position {
  color: #7c837c;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-paragraph {
  color: #3e4841;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.testimonial-paragraph.is-centered {
  max-width: 50%;
  min-width: 400px;
  color: #1b502e;
  align-self: center;
  font-weight: 400;
}

.light-green {
  background-color: #f9fbf9;
}

.cta-dark-wrapper {
  background-color: #111b10;
  border-radius: 49px;
  padding: 97px 50px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 100px rgba(36, 114, 44, 0.3);
  font-family: "Neue Haas Grotesk Display Pro";
  font-weight: 800;
  font-size: 3.6rem;
}

.cta-dark-wrapper:hover {
  box-shadow: 0 20px 200px rgba(36, 114, 44, 0.6);
}

.cta-content-wrapper2 {
  z-index: 5;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
  position: relative;
  font-size: 3.6rem;
}

.fotter-links-wrapper {
  width: 524px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  display: flex;
}

.footer-link {
  color: #0f180e;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

.footer-link:hover {
  color: #54de62;
  font-weight: 600;
}

.dark-chip {
  background-image: linear-gradient(
    352deg,
    rgba(182, 250, 189, 0.3),
    rgba(182, 250, 189, 0) 49%,
    rgba(182, 250, 189, 0.31) 100%,
    rgba(182, 250, 189, 0.32)
  );
  border-radius: 555px;
  padding: 1px;
  position: relative;
}

.dark-chip-content-wrapper {
  width: 100%;
  background-color: #1b2b1b;
  background-image: url("../images/noise-main.png"),
    url("../images/Dots-texture.png");
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 555px;
  padding: 9px 19px;
}

.hero-chip-text {
  color: #54de62;
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.dark-chip-star {
  position: absolute;
  top: -44%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-4 {
  width: 99%;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 146px 11px rgba(87, 117, 98, 0.4);
}

.cta-main {
  background-color: #54de62;
  border: 3px solid rgba(236, 255, 238, 0.53);
  border-radius: 55px;
  padding: 14px 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 5px 29px 2px rgba(8, 255, 0, 0.65);
}

.cta-main:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.66);
  transform: scale(1.05);
  box-shadow: 0 5px 29px 2px rgba(255, 255, 255, 0.15);
}

.cta-main:active {
  outline-width: 5px;
  transform: scale(1);
}

.cta-text {
  color: #295532;
  font-size: 18px;
  font-weight: 700;
}

.star3 {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 28%;
  left: auto;
  right: 10%;
}

.star2 {
  z-index: 10;
  position: absolute;
  top: 22%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.star1 {
  z-index: 10;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 37%;
}

.image-5 {
  max-width: none;
  overflow: hidden;
}

.div-block-6 {
  overflow: hidden;
}

.floating-cta-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-link-text {
  font-size: 16px;
}

.nav-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section-cta {
  background-image: linear-gradient(#fff, #f9fbf9);
}

.anim-gradient {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(48, 89, 52, 0.67);
  background-image: none;
  border: 2px solid rgba(184, 255, 172, 0.15);
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  padding: 11px 19px;
  display: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.div-block-11 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  background-color: rgba(67, 200, 80, 0.32);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 6px 11px;
}

.text-block-2 {
  color: #e7ffea;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}

.text-block-3 {
  color: #54de62;
  letter-spacing: 0.2px;
  font-weight: 500;
  line-height: 13px;
}

.div-block-13 {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 13px;
  display: flex;
}

.text-block-4 {
  color: #e7ffea;
  font-size: 31px;
  line-height: 32px;
}

.notification-anim {
  width: 100%;
  max-width: 412px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(
    145deg,
    rgba(31, 194, 17, 0.15),
    rgba(51, 91, 48, 0)
  );
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  display: flex;
  position: relative;
}

.notif-anim-bg {
  z-index: 2;
  width: 100%;
  position: relative;
}

.notif-anim-content-wrapper {
  z-index: 5;
  width: 100%;
  height: 411px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 24%,
    rgba(7, 12, 7, 0.52) 57%,
    rgba(11, 19, 10, 0.79) 82%,
    #0c150b
  );
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
  position: absolute;
  top: -26px;
  overflow: visible;
}

.card3 {
  width: 100%;
  mix-blend-mode: multiply;
}

.card3.anim {
  opacity: 0;
  display: block;
}

.card2 {
  width: 100%;
  mix-blend-mode: multiply;
}

.card2.anim {
  opacity: 0;
  display: block;
}

.card4 {
  width: 100%;
  mix-blend-mode: multiply;
}

.card4.anim {
  opacity: 0;
  display: block;
}

.card1 {
  width: 100%;
  mix-blend-mode: multiply;
}

.card1.anim {
  opacity: 0;
  display: block;
}

.hero-anim-wrapper {
  width: 346px;
  height: 472px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.hero-content-wrapper {
  height: 100%;
}

.notif-noise {
  z-index: 100;
  background-image: url("../images/noise-main.png");
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-green {
  color: #22ce61;
}

.text-span {
  color: #000;
}

.image-11 {
  margin-left: auto;
  margin-right: auto;
}

.is-centered {
  text-align: center;
}

.benefits-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.product-benefits {
  width: 54%;
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.shopif-logo {
  margin-left: auto;
  margin-right: auto;
}

.benefits-item {
  width: 59%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.benefits-icon {
  width: 50px;
  margin-bottom: 12px;
}

.transition {
  background-image: linear-gradient(#f9fbf9, #fff);
  padding-top: 57px;
  padding-bottom: 57px;
}

.benefits-product-imagery {
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
}

.eyebrow-text {
  letter-spacing: 0.3px;
  font-size: 21px;
  line-height: 26px;
}

.eyebrow-wrapper {
  align-items: center;
  display: flex;
}

.eyebrow-dash {
  width: 15px;
  height: 5px;
  background-color: #12cc5a;
  margin-right: 10px;
}

.link-cta {
  text-decoration: none;
}

.glare-screenshot {
  height: 100%;
  max-height: 100%;
  margin-bottom: -79px;
}

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

.goat-pattern-wrapper {
  width: 100%;
  height: 116px;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  padding-top: 33px;
  padding-bottom: 0;
  display: flex;
}

.goat-logo {
  width: 50px;
}

.goat-logo.opacity10 {
  opacity: 0.1;
  transition: all 0.2s;
}

.goat-logo.opacity10:hover {
  width: 60px;
  opacity: 1;
}

.padding-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-span-2 {
  text-decoration: underline;
}

.scroll-navbar {
  z-index: 1000;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 14px 5%;
  display: block;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.05);
}

.nav-wrapper {
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scroll-nav-cta {
  color: #0f180e;
  background-color: #40d64f;
  border-radius: 55px;
  padding: 9px 16px 8px;
  text-decoration: none;
}

.scroll-nav-cta.secondary {
  background-color: rgba(113, 161, 118, 0.24);
}

.nav-cta-text {
  letter-spacing: 0.2px;
  font-size: 16px;
  font-weight: 700;
}

.scroll-nav-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.scroll-nav-logo {
  width: 131px;
  height: 31px;
  max-width: 92%;
  object-fit: contain;
  margin-right: 500px;
}

.partner-logo {
  height: 70px;
}

.partner-logo.thicker {
  height: 84px;
}

.partner-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-goat {
  display: none;
}

.gap {
  padding-top: 12px;
  padding-bottom: 12px;
}

.card5.anim {
  width: 100%;
  opacity: 0;
  mix-blend-mode: multiply;
  display: block;
}

.card {
  width: 100%;
  opacity: 0;
  mix-blend-mode: multiply;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading {
  color: #0f2a16;
  font-weight: 900;
}

.heading.opacity10 {
  opacity: 0.1;
}

.heading.limegreen {
  color: #fff;
  background-color: #22ce61;
  padding: 8px 18px 10px;
  font-size: 51px;
  transition: all 0.4s ease-in-out;
}

.heading.limegreen:hover {
  outline-offset: 0px;
  background-color: #0f2a16;
  outline: 3000px solid #22ce61;
}

.link-block {
  text-decoration: none;
}

.div-block-14 {
  z-index: 5;
  position: relative;
}

.desktop-hidden {
  display: none;
}

.product-feature_head {
  color: #495349;
  font-size: 18px;
  font-weight: 700;
}

.product-feature-_subtext {
  color: #7c837c;
  font-size: 16px;
  font-weight: 500;
}

.html-embed-6 {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.html-embed-6.instagram {
  display: none;
}

.html-embed-6.socialright {
  padding-right: 0;
}

.html-embed-6.facebook {
  display: none;
}

.footer-logo {
  width: 200px;
  margin-bottom: 25px;
}

.social-link-wrap {
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.legal-text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.footer2 {
  background-color: #000;
  padding: 140px 5% 20px;
}

.legal-wrap {
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.footer2-content {
  width: 100%;
  max-width: 1240px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link-2 {
  color: #fff;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  transition: all 0.25s;
}

.footer-link-2:hover {
  line-height: 30px;
  text-decoration: underline;
}

.footer-column {
  flex-direction: column;
  order: 1;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.legal-wrap-content {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-15 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-section-large {
    display: flex;
  }

  .section-hero {
    max-height: 931px;
    min-height: 940px;
  }

  .hero-leftlock {
    width: 100%;
  }

  .hero-rightlock {
    display: none;
  }

  .is-white.cta {
    width: 80%;
  }

  .floating_dashboard-wrapper {
    padding-top: 137px;
    padding-bottom: 137px;
  }

  .large {
    width: 100%;
  }

  .large.cta {
    width: 100%;
    font-size: 57px;
    line-height: 65px;
  }

  .features-paragraph {
    width: 60%;
  }

  .feature-outlined {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .cta-content-wrapper {
    width: 100%;
  }

  .testimonial-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
  }

  .testimonial-item {
    width: auto;
    height: 344px;
  }

  .testimonial-image {
    width: 23%;
  }

  .testimonial-paragraph.is-centered {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-dark-wrapper {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .benefits-content-wrapper {
    flex-direction: column;
  }

  .product-benefits {
    width: 100%;
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .benefits-item {
    width: 100%;
  }

  .benefits-icon {
    width: 55px;
  }

  .benefits-product-imagery {
    width: 100%;
    height: 100%;
    margin-bottom: -162px;
  }

  .link-cta {
    margin-top: 64px;
  }

  .glare-screenshot {
    width: 100%;
    margin-bottom: 0;
  }

  .partner-logo {
    height: 75px;
  }

  .partner-logo.thicker {
    height: 88px;
  }

  .partner-wrapper {
    width: 100%;
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-column-large {
    width: 40%;
  }

  .footer2-content {
    flex-wrap: wrap;
  }

  .footer-column {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .container-large.hero {
    height: 84%;
  }

  .section-hero {
    height: 86vh;
    max-height: 751px;
    min-height: 817px;
  }

  .hero-white {
    font-size: 2.6rem;
    line-height: 42px;
  }

  .hero-wrapper {
    height: 92%;
  }

  .blured-dashboard {
    width: 97%;
  }

  .is-white.hero {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .is-white.cta {
    text-align: left;
    font-size: 15px;
    line-height: 23px;
  }

  .image.glow {
    width: 95%;
    border-radius: 0;
  }

  .dashboard-main {
    top: -137px;
  }

  .dashboard-main._2 {
    top: -141px;
  }

  .dashboard-svg.noshadow {
    width: 100%;
    border-radius: 0;
  }

  .floating_dashboard-wrapper {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .large {
    font-size: 36px;
    line-height: 47px;
  }

  .large.cta {
    text-align: left;
    font-size: 40px;
    line-height: 46px;
  }

  .features-paragraph {
    width: 100%;
  }

  .feature-item-paragraph {
    width: 100%;
    font-size: 12px;
    line-height: 21px;
  }

  .feature-item-heading {
    font-size: 22px;
  }

  .testimonial-items {
    grid-template-columns: 1fr;
  }

  .testimonial-item {
    height: 100%;
    max-height: 340px;
  }

  .testimonial-image {
    width: 75px;
    height: 75px;
  }

  .fotter-links-wrapper {
    width: auto;
    flex-direction: column;
  }

  .footer-link {
    text-align: center;
  }

  .image-4 {
    width: 97%;
    border-radius: 2px;
    box-shadow: 0 6px 40px 11px rgba(87, 117, 98, 0.3);
  }

  .floating-cta-wrapper {
    align-items: flex-start;
  }

  .footer-content-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-column-large {
    width: 50%;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    margin-bottom: 25px;
    display: flex;
  }

  .social-link-wrap {
    flex-wrap: nowrap;
    display: block;
  }

  .legal-wrap {
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: center;
  }

  .footer2-content {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .footer-column {
    width: 50%;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    max-height: 735px;
    min-height: 672px;
  }

  .hero-white {
    font-size: 2.2rem;
    line-height: 44px;
  }

  .hero-wrapper {
    height: 100%;
  }

  .blured-dashboard {
    display: none;
  }

  .is-white.hero {
    line-height: 25px;
  }

  .is-white.cta {
    width: 100%;
  }

  .dashboard-main,
  .dashboard-main._2 {
    display: none;
  }

  .hero-glow-wrapper-parent {
    height: 500px;
    left: 0;
  }

  .glow {
    height: 500px;
    object-fit: cover;
  }

  .hero-glow-wrapper {
    left: 0;
  }

  .floating_dashboard-wrapper {
    padding-top: 62px;
    padding-bottom: 62px;
  }

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

  .large {
    font-size: 32px;
    line-height: 36px;
  }

  .large.testimonial {
    font-size: 38px;
    line-height: 44px;
  }

  .feature-outlined {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-item-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .feature-item-heading {
    font-size: 25px;
  }

  .nav-link.nobg {
    display: none;
  }

  .testimonial-items {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .testimonial-item {
    height: auto;
    min-width: 350px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 25px 28px;
  }

  .testimonial-image {
    width: 52px;
    height: 54px;
  }

  .testimonial-writer-name {
    font-size: 16px;
  }

  .testimonial-writer-position {
    font-size: 14px;
  }

  .testimonial-paragraph.is-centered {
    width: 100%;
    min-width: 90vw;
    font-size: 14px;
    line-height: 20px;
  }

  .cta-dark-wrapper {
    border-radius: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-testimonials.light-green.desktop-hidden {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .product-benefits {
    grid-template-columns: 1fr;
    padding-top: 164px;
    padding-bottom: 0;
  }

  .benefits-item {
    justify-content: center;
    align-items: center;
  }

  .transition {
    padding-top: 44px;
  }

  .goat-pattern-wrapper._404 {
    height: 83px;
    padding-top: 0;
  }

  .partner-logo {
    height: 47px;
  }

  .partner-logo.thicker {
    height: 83px;
  }

  .partner-wrapper {
    justify-items: center;
  }

  .section-goat {
    width: 100vw;
  }

  .mobile-no-padding {
    padding: 0;
  }

  .heading {
    width: 100%;
    text-align: left;
    white-space: pre-line;
    font-size: 28px;
    text-decoration: none;
  }

  .heading.opacity10 {
    display: none;
  }

  .heading.limegreen {
    font-size: 28px;
  }

  .link-block,
  .div-block-14 {
    width: 100%;
  }

  .navroatiton {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .hidden,
  .mobile-hidden {
    display: none;
  }

  .product-feature_head {
    text-align: center;
  }

  .product-feature-_subtext {
    text-align: center;
    font-size: 14px;
  }

  .footer-column-large {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .social-link-wrap {
    margin-bottom: 10px;
  }

  .footer2 {
    padding-top: 80px;
  }

  .legal-wrap {
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .footer2-content {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .footer-column {
    width: 100%;
    margin-left: 0;
  }
}

@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-15XXThin.otf") format("opentype"),
    url("../fonts/HaasGrotDisp-35Thin.otf") format("opentype"),
    url("../fonts/HaasGrotDisp-25XThin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-26XThinItalic.otf") format("opentype"),
    url("../fonts/HaasGrotDisp-36ThinItalic.otf") format("opentype"),
    url("../fonts/HaasGrotDisp-16XXThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-45Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-46LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-56Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-65Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp 55roman";
  src: url("../fonts/HaasGrotDisp-55Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-75Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-95Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-66MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-76BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Haasgrotdisp";
  src: url("../fonts/HaasGrotDisp-96BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.large-cta {
  font-size: 3.6rem;
  color: #e7ffea;
  padding-bottom: 20px;
  line-height: 60px;
}

#morra {
  color: white;
}
