:root {
  --dark-orange: #fc8403;
  --text-color-light: #aaa;
  --text-color-dark: #222;
  --light-grey-1: #f3f3f5;
  --dark-grey-2: #333;
  --dark-grey-1: #636363;
  --white: white;
  --brand-color-1: #3898ec;
  --medium-aquamarine: #55c6a1;
  --black: black;
  --brand-color-2: #c860db;
  --brand-color-3: #63ecc0;
  --brand-color-4: #ffb08b;
  --light-grey-2: #ccc;
  --medium-spring-green: #41d87d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.2em;
}

h1 {
  font-size: 120px;
  font-weight: 900;
  line-height: 1.2em;
}

h2 {
  margin-top: .2em;
  margin-bottom: .4em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  color: var(--dark-orange);
  margin-top: .2em;
  margin-bottom: .4em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6em;
}

p {
  line-height: 29.75px;
}

a {
  color: #6d7c90;
  text-decoration: none;
}

a:hover {
  color: #3776ff;
}

li {
  margin-bottom: .25em;
  line-height: 1.4em;
}

img {
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  color: #27a9c3;
  font-weight: 700;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

.tag-label {
  color: var(--text-color-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
  line-height: 11px;
}

.tags-section {
  max-width: 960px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  position: relative;
  box-shadow: 0 1px 75px rgba(0, 0, 0, .05);
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 60px;
}

.project-hero-container {
  width: 90%;
  max-width: 1000px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.project-details-container {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-services {
  padding-left: 0;
}

.project-services ul {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.project-hero-logo {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.navbar {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  justify-content: center;
  display: flex;
  position: fixed;
}

.container-2 {
  width: 80%;
  height: 100%;
  max-width: 1000px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.back-button {
  height: 100%;
  float: left;
  align-items: center;
  display: flex;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.tag-title {
  color: var(--text-color-dark);
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.tags-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.tag-divider {
  width: 100%;
  height: 1px;
  background-color: var(--light-grey-1);
  margin-top: 15px;
  margin-bottom: 10px;
}

.tag-holder {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  transition: box-shadow .4s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0);
}

.tag-holder:hover {
  box-shadow: 0 0 75px rgba(0, 0, 0, .07);
}

.example-image {
  width: 240px;
  height: 434px;
  color: rgba(34, 34, 34, 0);
  background-image: url('../images/All-H1-headings-example.png');
  background-position: 0 0;
  background-size: 250px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 5px 5px 50px rgba(0, 0, 0, .3);
}

.example-image:hover {
  color: #fff;
  text-shadow: 1px 1px 10px #000;
  background-image: linear-gradient(rgba(0, 0, 0, .63), rgba(0, 0, 0, .63)), url('../images/All-H1-headings-example.png');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
}

.body {
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
}

.headline-2 {
  width: 100%;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.2em;
}

.headline-2.accent-color2 {
  color: #9a1eff;
  -webkit-text-fill-color: transparent;
  background-color: #9a1eff;
  background-image: linear-gradient(120deg, #ff37e4, #9a1eff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: .2em;
}

.headline-2.accent-color1 {
  color: #9a1eff;
  -webkit-text-fill-color: transparent;
  background-color: #9a1eff;
  background-image: linear-gradient(120deg, #fc8403 46%, #eda143 85%);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 auto 0;
}

.headline-2.accent-color-dark {
  background-color: #9a1eff;
  background-image: linear-gradient(120deg, var(--dark-grey-2) 46%, var(--dark-grey-1) 85%);
  color: #9a1eff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 60px;
}

.lead {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 19px;
  line-height: 1.6em;
}

.lead.top-of-page {
  margin-left: 91px;
  margin-right: 91px;
  padding-bottom: 0;
  font-size: 27px;
  line-height: 1.6em;
}

.lead.smaller-width {
  margin-top: 25px;
  margin-bottom: 1px;
  padding-left: 133px;
  padding-right: 133px;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 90px rgba(103, 151, 255, .11), 2px 8px 60px rgba(103, 151, 255, .11);
}

.card.skew-left.smaller {
  transform-style: preserve-3d;
  transform: translate(8%)scale(.5)skew(10deg, -8deg)rotateX(5deg)rotateY(10deg)rotateZ(0);
}

.card.card-featured {
  color: var(--white);
  background-color: #521d91;
  background-image: radial-gradient(circle at 0 0, #4a42ec, #521d91);
  flex-direction: column;
  padding: 32px;
}

.card.feature-blurb-grid {
  width: 1120px;
  max-width: 90%;
  flex-direction: column;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 32px 64px;
}

.card.chat {
  width: 420px;
  height: 450px;
}

.card.file-sharing {
  width: 530px;
  height: 334px;
}

.card.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}

.card.centered.larger {
  transform: scale(1.11);
}

.card.contact-card {
  max-width: 80%;
  margin: 20px auto 100px;
  padding: 20px 60px;
}

.card.smaller {
  max-width: 90%;
}

.skew-left {
  width: 100%;
  transform-style: preserve-3d;
  display: flex;
  transform: translate(5%)scale(1.1)skew(10deg, -8deg)rotateX(8deg)rotateY(16deg)rotateZ(0);
}

.skew-left.camera-scene {
  width: 100%;
  height: auto;
}

.perspective-left {
  width: 100%;
  perspective: 600px;
  perspective-origin: 0%;
  justify-content: center;
  margin-bottom: 16%;
  display: flex;
}

.button {
  max-width: 400px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3776ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 900;
  line-height: 28px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.button:hover {
  color: var(--white);
  background-color: #4b84ff;
  box-shadow: 0 12px 24px -6px rgba(55, 118, 255, .2);
}

.button.play-button {
  padding-left: 8px;
}

.button.first {
  text-align: center;
  margin-right: 3%;
}

.button.first:hover {
  color: var(--white);
}

.button.first.alt-color {
  background-color: #ff37e4;
  background-image: linear-gradient(120deg, #ff37e4, #9a1eff);
  margin-right: 0%;
}

.button.first.alt-blue {
  background-image: linear-gradient(120deg, var(--brand-color-1), #332cb7);
  margin-right: 0%;
}

.button.first.matters-as-convo-button {
  background-color: #3bafc2;
}

.button.first.orange {
  background-color: #4bc97b;
}

.button.first.blue {
  background-color: #3aaec4;
}

.button.first.green, .button.first.activity, .button.first.wallet {
  background-color: #4bc97b;
}

.button.first.alt-color-copy {
  background-color: #ff37e4;
  background-image: linear-gradient(120deg, #ff37e4, #9a1eff);
  margin-right: 0%;
}

.button.first.alt-color-copy.orange {
  max-width: 510px;
  background-image: linear-gradient(120deg, #ffb937, #ff7c1e);
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  font-size: 20px;
}

.button.primary-button {
  background-color: #fc8403;
  align-self: flex-end;
  font-size: 16px;
}

.button.no-padding-bottom {
  background-color: #4bc97b;
  margin-bottom: 0;
}

.inline-elements {
  align-items: flex-start;
  display: flex;
}

.svg {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.icon-container {
  width: 102px;
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 20px;
  display: flex;
  box-shadow: 0 11px 64px rgba(103, 151, 255, .1), 0 4px 24px rgba(103, 151, 255, .1);
}

.logo {
  width: 62px;
  height: 62px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.centred-blurb {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: url('../images/waves.svg'), url('../images/3699405-Green-and-Blue.svg');
  background-position: 50% 101%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 240%, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.divider-svg {
  width: 177.3%;
  height: 138px;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  display: block;
  position: relative;
}

.wave-container {
  margin-top: -275px;
}

.centered-button-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section {
  width: auto;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  display: flex;
}

.section.top {
  padding-top: 180px;
}

.section.hidden {
  display: none;
}

.container {
  width: 1120px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.centered {
  text-align: center;
  position: relative;
}

.container.centered.blob-it-2, .container.centered.purple-blob-it {
  position: relative;
}

.container.padding-bottom {
  padding-bottom: 120px;
}

.row-product-feature {
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.column-container {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.column-container.split {
  flex: 1;
}

.column-container-7 {
  flex: 0 0 58.3333%;
}

.column-container-7.column-container {
  flex-basis: 55%;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.column-container-7.column-container._45 {
  flex-basis: 45%;
  padding-left: 2%;
  padding-right: 2%;
}

.column-container-7.column-container._40 {
  flex-basis: 40%;
}

.row {
  flex-wrap: wrap;
  margin-top: 4%;
  display: flex;
}

.headline-3 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2em;
}

.headline-3.accent-color {
  color: #8f42ec;
  margin-top: 0;
  margin-bottom: .2em;
}

.headline-3.accent-color-green {
  color: #00bc87;
  margin-top: 0;
  margin-bottom: .2em;
}

.feature-blurb-grid {
  margin-bottom: 80px;
}

.centered {
  text-align: center;
}

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

.heading {
  font-size: 1.5em;
}

.lottie-animation {
  height: 450px;
}

.lottie-animation.card.chat {
  width: 420px;
  height: 450px;
}

.lottie-animation.chat {
  width: 420px;
}

.button-1 {
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: #2d2d2d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.avocado-small {
  height: 35px;
  margin-right: 5px;
}

.text-2 {
  color: #fff;
  margin-left: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #00bc87;
  border-radius: 50px;
  margin-left: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.button-2:hover {
  color: #fff;
}

.nav-menu {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.navbar-2 {
  width: 100%;
  background-color: #fafafa;
  justify-content: center;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  position: fixed;
}

.nav-link {
  color: #7f7f7f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: all .2s;
}

.nav-link:hover {
  color: #282828;
}

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

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

.nav-link.login {
  background-image: url('../images/lock_1lock.JPG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-left: 42px;
  padding-left: 26px;
}

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

.top-bar-message {
  width: 100%;
  height: 52px;
  background-color: #171717;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block {
  max-width: 1100px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.logo-link.w--current {
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.image {
  width: 340px;
  height: 100%;
}

.navbars {
  z-index: 1000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-2 {
  font-size: 90px;
}

.contact-form {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contact-label {
  color: rgba(109, 124, 144, .6);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 700;
}

.form {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.form-block {
  width: 100%;
}

.form-field {
  background-color: rgba(109, 124, 144, .1);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 20px;
  padding-top: 8px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.8em;
  position: relative;
}

.margin-bottom {
  margin-bottom: 40px;
}

.video-container {
  max-width: 796px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.color-overlay {
  z-index: 10;
  background-image: linear-gradient(120deg, rgba(103, 151, 255, .5), #8f42ec);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-overlay.play-youtube {
  background-image: linear-gradient(120deg, rgba(255, 171, 103, .5), rgba(0, 0, 0, 0));
}

.play-button-container {
  width: 164px;
  height: 164px;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  box-shadow: 4px 8px 72px rgba(0, 0, 0, .5);
}

.play-button-container.play-youtube {
  z-index: 100;
  width: 120px;
  height: 120px;
}

.play-video {
  width: 120px;
  height: 120px;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .3);
}

.play-video.play-youtube {
  width: 90px;
  height: 90px;
}

.play-icon {
  width: 34px;
  height: 34px;
}

.video-pop-up {
  z-index: 998;
  background-color: rgba(255, 255, 255, .7);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.youtube-container {
  width: 100%;
  max-width: 900px;
  position: relative;
  top: 60px;
}

.close-video {
  color: var(--text-color-dark);
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-modal {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  width: auto;
  height: auto;
}

.open-modal {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.footer {
  color: #6d7c90;
  text-align: center;
  background-color: #313131;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
  margin-top: -10px;
  display: block;
}

.footer-image {
  width: 250px;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  line-height: 1.7em;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #f9f9f9;
  text-decoration: none;
}

.footer-link.hidden {
  display: none;
}

.card-title {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 17px;
  line-height: 1.7em;
}

.price {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  font-size: 72px;
}

.package-price {
  height: 72px;
  color: rgba(109, 124, 144, .5);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #379eff, #1734b4);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: baseline;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 1.1em;
  font-weight: 700;
  display: flex;
}

.package-price.alt-color {
  background-image: linear-gradient(120deg, #ff37e4, #1e65ff);
}

.text-span {
  color: var(--text-color-light);
  align-self: flex-start;
}

.text-span-2 {
  align-self: flex-end;
}

.close-crowdcube {
  color: var(--white);
  cursor: pointer;
  padding: 20px;
  font-size: 30px;
  line-height: 14px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.call-to-action {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.call-to-action.extra-bottom-padding {
  margin-bottom: 40px;
}

.footer-text {
  color: #fff;
  margin-top: .7em;
  font-size: 14px;
  line-height: 2.4em;
}

.footer-text.extra-margin {
  margin-top: 1.2em;
}

.bold-text {
  color: var(--dark-orange);
}

.teal, .heading-3 {
  color: var(--medium-aquamarine);
}

.link {
  color: #000;
}

.text-block-3 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
}

.orange-bold {
  color: #fc8403;
}

.heading-4 {
  color: var(--dark-orange);
}

.red {
  color: #2c5bd3;
}

.newblue {
  color: #3bafc2;
}

.drag-n-drop {
  color: #2c5bd3;
}

.scan-n-save, .wallet-style-trust-accounts, .mintygreen {
  color: #4bc97b;
}

.link-2 {
  color: #fff;
}

.link-2:hover {
  color: #f9f9f9;
}

.link-3, .link-4 {
  color: #aec3e0;
}

.no-break {
  white-space: nowrap;
}

.quoting {
  color: #2c5bd3;
}

.left-aligned {
  text-align: left;
}

.additional-padding {
  margin-top: .5em;
}

.heading-5 {
  color: var(--dark-grey-2);
  margin-top: .5em;
  margin-bottom: 1em;
}

.minty a {
  color: var(--dark-grey-2);
  text-decoration: underline;
}

.purple {
  color: #3da9f5;
}

.paragraph-2 {
  margin-bottom: 10px;
}

.paragraph-3 {
  margin-top: 14px;
}

@media screen and (max-width: 991px) {
  .headline-2.accent-color1 {
    margin-left: 0;
    margin-right: 0;
  }

  .headline-2.accent-color-dark {
    margin-top: 0;
  }

  .lead.smaller-width {
    padding-left: 0;
    padding-right: 0;
  }

  .card.skew-left.smaller {
    transform: translate(8%)scale(.7)skew(10deg, -8deg)rotateX(5deg)rotateY(10deg)rotateZ(0);
  }

  .card.centered.larger {
    margin-top: 40px;
    transform: scale(1);
  }

  .card.contact-card {
    max-width: 100%;
  }

  .skew-left.remove-whitespace {
    margin-bottom: -10px;
  }

  .section {
    padding-top: 140px;
  }

  .section.less-padding {
    padding-top: 40px;
  }

  .row-product-feature {
    flex-flow: column wrap;
    margin-bottom: 0;
  }

  .column-container {
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-container-7.column-container, .column-container-7.column-container._45 {
    flex-basis: 100%;
  }

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

  .nav-menu {
    background-color: #fafafa;
    margin-left: 0;
  }

  .logo-link {
    margin-left: 20px;
  }

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

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-logo-link {
    flex: 0 100%;
    margin-bottom: 40px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fafafa;
  }

  .icon {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .headline-2 {
    font-size: 70px;
  }

  .headline-2.accent-color-dark {
    font-size: 50px;
  }

  .card.file-sharing {
    width: 100%;
    height: 100%;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .column-container {
    flex: 0 auto;
  }

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

  .text-2 {
    font-size: 12px;
  }

  .button-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .logo-link.w--current {
    width: 85vw;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .headline-2 {
    font-size: 45px;
  }

  .lead.top-of-page {
    text-align: center;
  }

  .card.feature-blurb-grid {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.centered.larger {
    margin-top: 40px;
    transform: scale(1);
  }

  .card.contact-card {
    padding: 0 20px;
  }

  .skew-left.remove-whitespace {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .perspective-left {
    margin-bottom: 0%;
  }

  .button.first.alt-color-copy.orange {
    padding-right: 20px;
    font-size: 20px;
  }

  .centred-blurb {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-container {
    text-align: left;
  }

  .section {
    margin-top: -50px;
  }

  .section.top {
    margin-top: 0;
    padding-top: 200px;
  }

  .section.less-padding {
    padding-top: 60px;
  }

  .column-container-7.column-container._45 {
    flex-basis: 100%;
  }

  .headline-3 {
    font-size: 42px;
  }

  .headline-3.accent-color {
    font-size: 34px;
  }

  .button-1 {
    margin-top: 15px;
    margin-left: 0;
  }

  .text-2 {
    margin-left: 10px;
  }

  .button-2 {
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 50px;
    font-size: 10px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
    margin-bottom: 20px;
  }

  .footer-image {
    width: 100%;
    max-width: 310px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .close-crowdcube {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-2 {
    display: none;
  }
}


