body {
  font-family: Poppins, sans-serif;
  color: #141414;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 60px;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

p {
  margin-bottom: 24px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3ea39a;
  text-decoration: none;
}

a:hover {
  color: #ffab00;
}

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  padding: 120px 60px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section.hero-section {
  display: block;
  padding-top: 120px;
  padding-bottom: 84px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #274f4c;
  color: #fff;
}

.section.no-paddings {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
}

.half-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-flex-wrapper.how {
  margin-top: 100px;
  margin-bottom: 240px;
}

.half-flex-wrapper.hero {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.half-content {
  width: 45%;
  max-width: 500px;
}

.half-content.hero {
  position: relative;
}

.subtitle {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.slack-button {
  display: inline-block;
  min-height: 48px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px 10px 49px;
  border-radius: 8px;
  background-color: #3ea39a;
  background-image: url('../images/slack.svg');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.slack-button:hover {
  background-color: #397974;
  color: #fff;
}

.slack-button.inline {
  margin: 8px;
}

.half-image-wrapper {
  position: relative;
  width: 50%;
}

.half-image-wrapper.hero {
  padding-top: 20px;
}

.screen-image {
  position: relative;
  z-index: 4;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}

.hero-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-right: -12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-list-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: rgba(20, 20, 20, 0.5);
  font-weight: 600;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 80px;
  padding-top: 36px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  color: #fff;
}

.nav-link {
  margin-left: 40px;
  padding: 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.nav-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

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

.nav-btn {
  min-height: 48px;
  margin-right: auto;
  margin-left: 40px;
  padding: 10px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 8px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  text-align: center;
}

.nav-btn:hover {
  border-color: #fff;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.screen-bg-shape {
  position: absolute;
  left: auto;
  top: -100px;
  right: -60px;
  bottom: auto;
}

.screen-bg-shape._2 {
  left: -60px;
  top: -100px;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.number-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-top: 2px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #141414;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.highlighted-text {
  display: inline-block;
  background-color: #eff7f6;
}

.highlighted-text.beige {
  background-color: #f5efe2;
}

.highlighted-text.grey {
  background-color: #e8e8e8;
}

.image-shadow {
  position: absolute;
  left: -20px;
  top: -20px;
  right: 80px;
  bottom: -20px;
  border-radius: 10px;
  background-color: rgba(62, 163, 154, 0.08);
}

.image-shadow.beige {
  left: 80px;
  right: -20px;
  background-color: rgba(255, 171, 0, 0.1);
}

.image-shadow.grey {
  background-color: rgba(20, 20, 20, 0.08);
}

.margin-left-64 {
  margin-left: 64px;
}

.try-for-free-block {
  margin-top: 20px;
  padding: 60px 100px;
  border-radius: 16px;
  background-color: #274f4c;
  background-image: url('../images/pattern.svg');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.semibold-text {
  font-weight: 600;
}

.faqs {
  max-width: 590px;
  margin: 48px auto 0px;
}

.faqs-item {
  margin-bottom: 48px;
}

.footer {
  padding: 0px 60px 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9f9f9f;
  font-size: 14px;
  text-align: center;
}

.footer-logo {
  width: 40px;
  margin-bottom: 24px;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: inline;
  margin-right: 16px;
  margin-bottom: 24px;
  margin-left: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(20, 20, 20, 0);
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  color: #141414;
  font-size: 16px;
}

.footer-link:hover {
  margin-bottom: 27px;
  padding-bottom: 0px;
  border-bottom-color: #141414;
  color: #141414;
}

.logo {
  padding-left: 0px;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.175, .885, .199, 1.599);
  transition: -webkit-transform 400ms cubic-bezier(.175, .885, .199, 1.599);
  transition: transform 400ms cubic-bezier(.175, .885, .199, 1.599);
  transition: transform 400ms cubic-bezier(.175, .885, .199, 1.599), -webkit-transform 400ms cubic-bezier(.175, .885, .199, 1.599);
}

.logo:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.typed-words {
  font-weight: 600;
}

.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.linear-btn {
  min-height: 48px;
  padding: 10px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 8px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.linear-btn:hover {
  border-color: #fff;
  color: #fff;
}

.linear-btn.inline {
  margin: 8px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup.terms {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.popup.policy {
  display: none;
}

.popup.imprint {
  display: block;
}

.popup-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(20, 20, 20, 0.2);
  cursor: pointer;
}

.popup-form-block {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 488px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 40px -5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

.grey-text {
  color: #9f9f9f;
}

.field-label {
  font-weight: 400;
}

.text-field {
  height: 48px;
  margin-bottom: 24px;
  border: 1px solid #9f9f9f;
  border-radius: 5px;
  font-size: 16px;
}

.text-field:hover {
  border-color: #3ea39a;
}

.text-field:focus {
  border-color: #3ea39a;
}

.text-area {
  min-height: 170px;
  margin-bottom: 24px;
  border: 1px solid #9f9f9f;
  border-radius: 5px;
  font-size: 16px;
}

.text-area:hover {
  border-color: #3ea39a;
}

.text-area:focus {
  border-color: #3ea39a;
}

.submit-btn {
  display: inline-block;
  width: 100%;
  min-height: 48px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: #3ea39a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #397974;
  color: #fff;
}

.submit-btn.disabled {
  background-color: #ececec;
  cursor: auto;
}

.close {
  position: absolute;
  left: auto;
  top: 48px;
  right: 20px;
  bottom: auto;
  width: 30px;
  height: 30px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.form-title {
  margin-bottom: 0px;
  line-height: 42px;
  font-weight: 600;
}

.success-message {
  padding: 0px 40px 0px 0px;
  background-color: transparent;
  text-align: left;
}

.popup-content-wrapper {
  position: relative;
  z-index: 2;
  display: none;
  overflow: visible;
  width: 100%;
  max-height: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 60px 40px 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 40px -5px rgba(0, 0, 0, 0.2);
}

.hero-heading-wrapper {
  height: 250px;
}

.button {
  min-height: 48px;
}

.button.linear-btn {
  background-color: transparent;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rich-text-block {
  display: inline;
}

.paragraph {
  display: none;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

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

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #274f4c;
}

.heading {
  margin-top: 58px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  line-height: 64px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 600;
}

.image {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.discord-btn {
  display: inline-block;
  min-height: 48px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px 10px 49px;
  border-radius: 8px;
  background-color: #3ea39a;
  background-image: url('../images/discord.svg');
  background-position: 20px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.discord-btn:hover {
  background-color: #397974;
  color: #fff;
}

.discord-btn.inline {
  margin: 8px;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #274f4c;
  color: #fff;
}

.discord-button {
  display: inline-block;
  min-height: 48px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: 20px;
  padding: 10px 20px 10px 49px;
  border-radius: 8px;
  background-color: #3ea39a;
  background-image: url('../images/discord_1.svg');
  background-position: 19px 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.discord-button:hover {
  background-color: #397974;
  color: #fff;
}

.discord-button.inline {
  margin: 8px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
    line-height: 56px;
  }

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

  h3 {
    font-size: 32px;
    line-height: 44px;
  }

  .section {
    padding: 100px 40px;
  }

  .half-flex-wrapper.how {
    margin-bottom: 200px;
  }

  .half-flex-wrapper.hero {
    min-height: 550px;
  }

  .subtitle {
    font-size: 18px;
  }

  .slack-button {
    margin-right: auto;
    margin-left: auto;
  }

  .slack-button.hero {
    bottom: 0px;
  }

  .hero-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-list-item {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .navbar {
    padding-right: 40px;
    padding-left: 40px;
  }

  .screen-bg-shape {
    top: -60px;
    width: 30%;
  }

  .screen-bg-shape._2 {
    top: -60px;
  }

  .heading-number {
    width: 44px;
    height: 44px;
    font-size: 26px;
  }

  .margin-left-64 {
    margin-left: 61px;
  }

  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-heading-wrapper {
    height: 290px;
  }

  .container-2 {
    padding-right: 0px;
  }

  .discord-btn {
    margin-right: auto;
    margin-left: auto;
  }

  .discord-btn.hero {
    bottom: 0px;
  }

  .discord-button {
    margin-right: auto;
    margin-left: auto;
  }

  .discord-button.hero {
    bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
  }

  .section {
    padding: 60px 24px;
  }

  .section.hero-section {
    padding-bottom: 40px;
  }

  .half-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .half-flex-wrapper.how {
    margin-top: 60px;
    margin-bottom: 140px;
  }

  .half-flex-wrapper.hero {
    min-height: 0px;
  }

  .half-content {
    width: 100%;
  }

  .half-image-wrapper {
    width: 80%;
    max-width: 500px;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .half-image-wrapper.hero {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
  }

  .hero-list-item {
    margin-right: 16px;
    font-size: 13px;
  }

  .navbar {
    height: 60px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 24px;
  }

  .nav-link {
    margin-bottom: 24px;
    margin-left: 0px;
    font-size: 16px;
  }

  .nav-btn {
    position: absolute;
    left: 24px;
    top: auto;
    right: 24px;
    bottom: 84px;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
  }

  .nav-menu {
    top: 0px;
    overflow: auto;
    height: 100vh;
    margin-top: -60px;
    padding: 140px 24px 190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #274f4c;
  }

  .heading-number {
    width: 36px;
    height: 36px;
    margin-right: 14px;
    font-size: 20px;
  }

  .margin-left-64 {
    margin-left: 52px;
  }

  .try-for-free-block {
    margin-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    background-size: 140%;
  }

  .footer {
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-button {
    padding-right: 24px;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #ffab00;
  }

  .linear-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }

  .popup {
    padding: 40px 24px;
  }

  .close {
    top: 36px;
  }

  .popup-content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 24px;
  }

  .hero-heading-wrapper {
    height: 180px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .body {
    margin-left: auto;
  }

  .discord-btn {
    margin-left: auto;
  }

  .discord-button {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 30px;
  }

  .slack-button {
    margin-right: 20px;
    margin-left: 20px;
  }

  .half-image-wrapper {
    width: 100%;
  }

  .navbar {
    padding-left: 16px;
  }

  .nav-btn {
    left: 16px;
    right: 16px;
    bottom: 80px;
  }

  .nav-menu {
    padding-right: 16px;
    padding-bottom: 180px;
    padding-left: 16px;
  }

  .screen-bg-shape {
    top: -40px;
    right: -30px;
  }

  .screen-bg-shape._2 {
    left: -40px;
    top: -40px;
  }

  .try-for-free-block {
    background-position: 0% 50%;
    background-size: auto 80%;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    padding-right: 16px;
  }

  .linear-btn {
    left: 16px;
    right: 16px;
    bottom: 80px;
  }

  .popup {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .popup.terms {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .popup.policy {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .popup.imprint {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .popup-form-block {
    margin-bottom: 0px;
    padding: 30px 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .close {
    right: 16px;
  }

  .popup-content-wrapper {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .hero-heading-wrapper {
    height: 190px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .discord-btn {
    margin-right: 20px;
    margin-left: 20px;
  }

  .discord-button {
    margin-right: 20px;
    margin-left: 20px;
  }
}

