:root {
  --black: black;
  --white: white;
}

body {
  color: var(--black);
  background-color: #faf6ed;
  font-family: Interdisplay, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.content {
  max-width: 1200px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

.btn {
  background-color: var(--black);
  border-radius: 12px;
  padding: 9px 20px;
  font-weight: 500;
}

.btn.big {
  padding: 16px 48px;
  font-size: 22px;
}

.logo {
  width: 40px;
}

.logoblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logotext {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.gapm {
  height: 48px;
}

.gapl {
  height: 96px;
}

.h1 {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.featuretext {
  opacity: .7;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.gaps {
  height: 16px;
}

.featuretextconstrain {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.slackbg {
  width: 100%;
}

.heroimg {
  position: relative;
}

.messageimg {
  border-radius: 20px;
  width: 80%;
  position: absolute;
  top: 20%;
  left: 10%;
  overflow: hidden;
  box-shadow: 0 8px 16px #00000026;
}

.ctawrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.smalltext {
  color: #00000080;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.divider {
  background-color: #0000000d;
  height: 1px;
}

.footer {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.rich {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.footernav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.freewrap2 {
  position: relative;
}

.freebadge2 {
  z-index: 1;
  background-color: #f5c150;
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: -5px;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  display: block;
  transform: rotate(-3deg);
  box-shadow: 0 1px 3px #0000000d;
}

.freebadgepos2 {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

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

@media screen and (max-width: 767px) {
  .btn.big {
    font-size: 18px;
    line-height: 22px;
  }

  .gapl {
    height: 60px;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .featuretext {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    justify-content: center;
    align-items: center;
  }

  .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hideonmob {
    display: none;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'), url('../fonts/InterDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/InterDisplay-Regular.woff') format('woff'), url('../fonts/InterDisplay-Regular.ttf') format('truetype'), url('../fonts/InterDisplay-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2'), url('../fonts/InterDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/InterDisplay-Medium.woff') format('woff'), url('../fonts/InterDisplay-Medium.ttf') format('truetype'), url('../fonts/InterDisplay-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}