.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #141125;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eudoxussans Display, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  color: #141125;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eudoxussans Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  color: #141125;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eudoxussans Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h4 {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eudoxussans Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Eudoxussans Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Eudoxussans Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

p {
  color: #5b5675;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

a {
  color: #5138ee;
  text-decoration: none;
}

li {
  color: #5b5675;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

blockquote {
  color: #3521b5;
  letter-spacing: -.02em;
  background-color: #f5f3fe;
  border: 2px dashed #5138ee;
  margin-bottom: 10px;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 32px;
}

.content-section {
  padding: 96px 3%;
}

.style-guide-block {
  width: 100%;
  text-align: left;
  background-color: #5138ee;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 60px 42px;
  display: flex;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.style-title {
  color: #5b5675;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.font-size {
  color: #8c87a6;
  font-size: 16px;
}

.title {
  color: #2ed1cd;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.typography-block {
  border-bottom: 1px solid #ececec;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.style-grid {
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 100px;
}

.text-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.color-wrapper {
  margin-bottom: 60px;
}

.detail-block {
  color: #110b54;
  background-color: #fff9f0;
  border: 1px solid #ffb13e;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 30px 20px;
  font-size: 16px;
}

.sidebar-menu {
  min-height: 240px;
  white-space: normal;
  padding: 18px 18px 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  box-shadow: 65px 65px 114px -56px rgba(43, 29, 103, .08);
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-short-link {
  color: #3c3754;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.text-block {
  color: #8c87a6;
  font-weight: 600;
}

.line-break {
  width: 100%;
  height: 1px;
  background-color: #f4f5fd;
  margin-top: 20px;
  margin-bottom: 20px;
}

.style-guide-icon {
  width: 52px;
  margin-right: 24px;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.color-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: 40px;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 12px 16px;
  display: flex;
}

.royal-blue-darker {
  background-color: #1c0b83;
}

.royal-blue-dark {
  background-color: #3521b5;
}

.royal-blue-lighter {
  background-color: #f5f3fe;
}

.colour {
  width: 100%;
  max-width: 170px;
  background-color: #fff;
  align-items: center;
  display: block;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px rgba(56, 50, 124, .08);
}

.royal-blue-light {
  background-color: #9fa9ff;
}

.style-detail {
  color: #6a768a;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.royal-blue-normal {
  background-color: #5138ee;
}

.template-detail-block {
  background-color: #fff;
  padding: 30px;
  box-shadow: 88px 88px 144px rgba(43, 29, 103, .04);
}

.body-large {
  color: #5b5675;
  text-align: left;
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.body-large.max-width {
  max-width: 400px;
  margin-bottom: 0;
}

.body-large.sub-paragraph {
  text-align: center;
  font-size: 15px;
}

.turquoise-normal {
  background-color: #5ec6e8;
}

.turquoise-dark {
  background-color: #1c8ab9;
}

.turquoise-darker {
  background-color: #066188;
}

.turquoise-light {
  background-color: #ace6f9;
}

.turquoise-lighter {
  background-color: #f2fbfd;
}

.yellow-darker {
  background-color: #a96b0f;
}

.yellow-dark {
  background-color: #db942a;
}

.yellow-normal {
  background-color: #f9bd64;
}

.yellow-light {
  background-color: #feddac;
}

.yellow-lighter {
  background-color: rgba(249, 189, 100, .08);
}

.orange-darker {
  background-color: #823328;
}

.orange-dark {
  background-color: #bf4c3d;
}

.orange-normal {
  background-color: #f97664;
}

.orange-light {
  background-color: #ffbeb6;
}

.orange-lighter {
  background-color: rgba(249, 118, 100, .08);
}

.neutral-900 {
  background-color: #0a071b;
}

.neutral-800 {
  background-color: #141125;
}

.neutral-700 {
  background-color: #2a263f;
}

.neutral-600 {
  background-color: #3c3754;
}

.neutral-500 {
  background-color: #5b5675;
}

.neutral-400 {
  background-color: #8c87a6;
}

.neutral-300 {
  background-color: #bcb8d0;
}

.neutral-200 {
  background-color: #e1dfec;
}

.neutral-100 {
  background-color: #f8f7fc;
}

.banner {
  min-height: 64px;
  color: #fff;
  background-color: #5138ee;
  background-image: url('../images/Banner-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 16px 3%;
  display: flex;
}

.banner-wrap {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  max-width: 80%;
  min-width: 100px;
}

.nav-link {
  color: #5b5675;
  letter-spacing: -.01em;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .35s;
}

.nav-link:hover {
  color: #fff;
  background-color: #2ed1cd;
}

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

.button {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #5138ee;
  border: 2px solid #5138ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.button:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button:focus {
  border: 2px solid #9fa9ff;
}

.button.margin-right-16 {
  margin-right: 16px;
}

.button.margin-top-32 {
  margin-top: 32px;
}

.button.button-space {
  margin-left: 8px;
  margin-right: 8px;
}

.button.margin-bottom-16 {
  margin-right: 16px;
}

.nav-menu {
  width: auto;
  height: 100%;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-default {
  width: 100%;
  min-height: 96px;
  background-color: #fff;
  border-bottom: .5px rgba(182, 182, 182, .47);
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.navigation-right {
  width: 50%;
  min-height: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  min-height: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-section {
  opacity: .9;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/Background-Map.jpg');
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding: 140px 0%;
  display: block;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 50px;
}

.hero-image {
  width: 100%;
  max-width: 510px;
}

.header-image {
  justify-content: center;
  align-items: flex-end;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.section-header {
  min-height: 240px;
  background-color: #f8f7fc;
  border-top: 1px solid #e1dfec;
  border-bottom: 1px solid #e1dfec;
  align-items: center;
  padding: 80px 3%;
  display: flex;
}

.header {
  min-height: 320px;
  background-color: #5138ee;
  background-image: url('../images/Header-Pattern-Post.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 100px 3%;
  display: flex;
}

.h1-title-white {
  color: #fff;
}

.navigation {
  border: 0 solid #000;
}

.navigation:hover {
  border: 0 #2ed1cd;
}

.form {
  max-height: 56px;
  max-width: 70%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e1dfec;
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 140px;
  margin-right: 0;
  padding: 4px 0 4px 4px;
  display: flex;
  overflow: hidden;
}

.form.home {
  max-width: 100%;
  margin-top: 20px;
  margin-left: 0;
}

.text-field {
  min-height: 48px;
  color: #8c87a6;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e1dfec;
  border-radius: 2px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
}

.text-field::-ms-input-placeholder {
  color: #8c87a6;
}

.text-field::placeholder {
  color: #8c87a6;
}

.text-field.margin-bottom-16 {
  margin-bottom: 16px;
}

.submit-button {
  height: 100%;
  background-color: #2ed1cd;
  border-radius: 2px;
  margin-left: 0;
  padding: 20px;
  font-size: 18px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #00dfd9;
}

.form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.button-wrapper {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-light {
  min-height: 48px;
  color: #5138ee;
  text-align: center;
  letter-spacing: -.01px;
  background-color: #f5f3fe;
  border: 2px solid #f5f3fe;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-light:hover, .button-light:focus {
  border-color: #b197ff;
}

.header-section-dark {
  min-height: 800px;
  background-color: #0a071b;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.hero-centre-wrapper {
  z-index: 5;
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-heading-white {
  color: #0a071b;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 72px;
}

.button-wrapper-centre {
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  display: flex;
}

.button-text {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #141125;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-text:hover, .button-text:focus {
  border-color: #b197ff;
}

.button-text.button-space {
  margin-left: 8px;
  margin-right: 8px;
}

.button-text.button-space:hover {
  border-color: rgba(245, 243, 254, .2);
}

.title-blue {
  color: #5ec6e8;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.button-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}

.button-cell {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.button-small {
  min-height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #5138ee;
  border: 2px solid #5138ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px rgba(114, 129, 167, .04);
}

.button-small:hover {
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.button-small:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button-small:focus {
  border: 2px solid #9fa9ff;
}

.button-secondary {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #2ed1cd;
  border: 2px #00dfd9;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px rgba(114, 129, 167, .04);
}

.button-secondary:hover {
  color: #fff;
  background-color: #00dfd9;
  border-color: #00dfd9;
}

.button-secondary:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button-secondary:focus {
  border: 2px solid #9fa9ff;
}

.button-secondary.margin-top-32 {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  color: #fff;
  text-align: center;
  background-color: #2ed1cd;
  border-color: #2ed1cd;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-secondary.margin-top-32:hover {
  background-color: #00dfd9;
}

.button-secondary.margin-right-16 {
  margin-right: 16px;
}

.button-secondary-small {
  min-height: 40px;
  color: #5138ee;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #f5f3fe;
  border: 2px solid #f5f3fe;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-secondary-small:hover {
  color: #fff;
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.button-secondary-small:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button-secondary-small:focus {
  border: 2px solid #9fa9ff;
}

.menu-button {
  min-height: 40px;
  color: #5b5675;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.menu-button:hover {
  color: #fff;
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.menu-button:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.menu-button:focus {
  border: 2px solid #9fa9ff;
}

.customer-section {
  padding: 64px 3%;
}

.title-wrap-left {
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.logo-grid {
  max-width: 840px;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.title-wrap-centre {
  max-width: 620px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-centre {
  max-width: 840px;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.logo-centre.margin-below-32 {
  margin-bottom: 32px;
}

.customer-section-dark {
  background-color: #0a071b;
  background-image: url('../images/Triangles-Dark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 60px 3%;
}

.h4-title-white {
  color: #000;
  margin-bottom: 16px;
  font-size: 40px;
}

.feature-section {
  padding: 100px 3%;
}

.customer-block {
  min-height: 420px;
  background-color: #0a071b;
  background-image: url('../images/Customer-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 92px 32px;
  display: flex;
}

.navigation-left {
  width: 50%;
  min-height: 50px;
  align-items: center;
  display: flex;
}

.button-link {
  color: #5138ee;
  letter-spacing: -.02em;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-link.margin-top-32 {
  margin-top: 32px;
}

.button-link.contact-link {
  color: #fff;
  margin-top: 32px;
}

.button-link-blue {
  color: #5ec6e8;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.chevron {
  margin-left: 8px;
}

.footer-section {
  padding: 72px 3% 40px;
}

.button-link-small {
  color: #5138ee;
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: center;
  margin-left: 42px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.feature-grid-small {
  z-index: 5;
  max-width: 840px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.feature-card {
  min-width: 200px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 53px 76px 114px -56px rgba(0, 76, 108, .08);
}

.icon-large {
  width: 80px;
  margin-bottom: 24px;
}

.body-medium {
  color: #5b5675;
  text-align: left;
  letter-spacing: -.03em;
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.background-blue {
  z-index: -1;
  height: 100%;
  background-color: #f2fbfd;
  background-image: url('../images/Feature-Pattern.svg');
  background-position: -560% -60%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 40px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 92px;
  grid-template-rows: auto;
  grid-template-columns: 340px 1.5fr;
}

.feature-link {
  color: #5138ee;
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.feature-card-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  position: relative;
  top: -40px;
}

.value-background {
  z-index: -1;
  height: 100%;
  background-color: #f2fbfd;
  background-image: url('../images/Values-Pattern.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.feature-section-dark {
  background-color: #0a071b;
  background-image: url('../images/Feature-Set-Pattern.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 3%;
}

.h3-title-white {
  color: #fff;
  margin-bottom: 16px;
}

.h3-title-white.margin-bottom-24 {
  margin-bottom: 24px;
}

.feature-block-dark {
  text-align: left;
  background-color: #141125;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 32px 32px;
  display: flex;
}

.feature-number {
  color: #2a263f;
  letter-spacing: -.03em;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.h5-title-white {
  color: #fff;
  margin-top: 0;
}

.video-section {
  padding: 96px 3% 160px;
}

.content-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.bullet-list-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
}

.bullet-point-purple {
  width: 24px;
  margin-right: 12px;
}

.bullet-point {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.container-extra-small {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.video-section-background {
  background-image: url('../images/Video-Section-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 3%;
}

.video-section-dark {
  background-color: #0a071b;
  background-image: url('../images/Feature-Set-Pattern.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 3% 120px;
}

.content-section-blue {
  background-color: #f2fbfd;
  padding: 72px 3%;
}

.title-wrap-large-centre {
  max-width: 620px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.company-grid {
  z-index: 5;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.content-card {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 53px 76px 114px -56px rgba(0, 76, 108, .08);
}

.content-card.margin-bottom-32 {
  margin-bottom: 32px;
}

.number-large {
  color: #5138ee;
  letter-spacing: -.04em;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.content-section-dark {
  background-color: #0a071b;
  padding: 72px 3%;
}

.content-card-dark {
  text-align: left;
  background-color: #141125;
  border: 1px solid #2a263f;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 53px 76px 114px -56px rgba(0, 76, 108, .08);
}

.number-blue-large {
  color: #5ec6e8;
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.body-dark-medium {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.content-grid-feature {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 450px 1fr;
  grid-auto-columns: 2fr;
  align-items: center;
}

.feature-grid-saas {
  max-width: 660px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.saas-feature-column {
  padding-top: 100px;
}

.header-content {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-grid-phone {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.content-message-card {
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: 10%;
  box-shadow: 66px 66px 114px -56px rgba(43, 29, 103, .08);
}

.content-image-wrapper {
  position: relative;
}

.avatar-large {
  width: 104px;
  margin-right: 32px;
}

.body-quote {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-size: 18px;
  font-style: italic;
  line-height: 32px;
}

.author-wrapper {
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.testimonial-author {
  color: #0a071b;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
}

.text-span {
  color: #8c87a6;
}

.content-block-modern {
  background-image: url('../images/Content-Shapes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.footer-grid {
  grid-template-rows: 247px;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contact-detail {
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.title-grey-500 {
  color: #5b5675;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.title-grey-500.margin-bottom-24 {
  margin-bottom: 24px;
}

.h5-title-blue {
  color: #5138ee;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-link {
  min-height: 32px;
  color: #0a071b;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #5138ee;
}

.footer-line {
  height: 1px;
  background-color: #e1dfec;
  margin-top: 40px;
  margin-bottom: 32px;
}

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

.footer-socials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-legal-link {
  color: #8c87a6;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.footer-grid-large {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  margin-bottom: 32px;
}

.footer-logo-large {
  margin-bottom: 48px;
}

.footer-grid-horizontal {
  width: 100%;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  margin-bottom: 52px;
}

.form-block-footer {
  width: 100%;
  max-width: 400px;
  margin-bottom: 24px;
}

.footer-section-dark {
  background-color: #0a071b;
  padding: 72px 3% 40px;
}

.footer-link-white {
  min-height: 32px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.h5-title-turquoise {
  color: #5ec6e8;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-line-dark {
  height: 1px;
  background-color: #2a263f;
  margin-top: 40px;
  margin-bottom: 32px;
}

.testimonial-card {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 53px 76px 114px -56px rgba(0, 76, 108, .08);
}

.body-large-900 {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.star-rating {
  margin-bottom: 24px;
}

.avatar-medium {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #dcdfff;
  border-radius: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.testimonial-section {
  padding: 64px 3%;
  overflow: hidden;
}

.testimonial-tab-section {
  flex-direction: column-reverse;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-content {
  max-width: 780px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.avatar-tab {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-paragraph {
  color: #161c27;
  letter-spacing: -.02em;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.testimonial-avatar-link {
  width: 105px;
  height: 105px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  display: flex;
}

.testimonial-avatar-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #5138ee;
  border-radius: 100%;
}

.testimonial-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-rating-large {
  width: 192px;
  margin-bottom: 24px;
}

.testimonial-section-dark {
  background-color: #0a071b;
  padding: 100px 3% 120px;
}

.background-dark-800 {
  height: 100%;
  background-color: #141125;
  position: absolute;
  bottom: -40px;
  left: 0%;
  right: 0%;
}

.gallery-section {
  padding: 64px 3%;
}

.gallery-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.gallery-image-block {
  height: 300px;
}

.gallery-row-reversed {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-top: 40px;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-section-blue {
  background-color: #f2fbfd;
  background-image: url('../images/Company-Blue-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 92px 3% 100px;
}

.company-card {
  width: 100%;
  min-height: 210px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 53px 76px 114px -56px rgba(0, 76, 108, .08);
}

.title-light-grey {
  color: #bcb8d0;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.company-pattern-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pattern {
  position: absolute;
  top: auto;
  bottom: -15%;
}

.company-card-dark {
  width: 100%;
  min-height: 210px;
  text-align: center;
  background-color: #141125;
  border: 1px solid #2a263f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 53px 76px 114px -56px rgba(0, 76, 108, .08);
}

.body-medium-300 {
  color: #bcb8d0;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

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

.navigation-button-wrapper {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-large {
  justify-content: center;
  align-items: center;
  margin-right: 72px;
  display: flex;
}

.navigation-dark {
  width: 100%;
  min-height: 96px;
  background-color: #0a071b;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.nav-link-light {
  color: #bcb8d0;
  letter-spacing: -.01em;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .35s;
}

.nav-link-light:hover {
  color: #5138ee;
  background-color: #f5f3fe;
}

.nav-link-light.w--current {
  color: #774ef0;
}

.footer-section-template {
  background-color: #fff;
  padding: 72px 3% 40px;
  display: block;
  overflow: hidden;
}

.footer-section-template.avail {
  text-align: center;
}

.flowbase-badge {
  width: 220px;
}

.cta-section {
  padding: 60px 3%;
}

.cta-block {
  min-height: 400px;
  text-align: center;
  background-color: #0c014f;
  background-image: url('../images/CTA-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 3%;
  display: flex;
}

.title-light-blue {
  color: #2ed1cd;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.body-large-white {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.body-large-white.max-width {
  max-width: 470px;
  color: #1b0707;
}

.form-block-large {
  width: 100%;
  max-width: 440px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.bullet-wrapper-left {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.body-small {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 28px;
}

.body-light-small {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  line-height: 24px;
}

.bullet-point-large {
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.cta-block-light {
  min-height: 420px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Background-Map.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 0%;
  display: flex;
  position: relative;
}

.cta-block-light.avail {
  padding-top: 140px;
  padding-bottom: 140px;
}

.cta-wrapper {
  height: 100%;
  max-width: 60%;
  min-height: 260px;
  clear: none;
  text-align: center;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.phone-hand-wrapper {
  width: 100%;
  max-width: 40%;
  background-image: url('../images/CTA-Phone-Pattern.svg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.phone-hand {
  width: 100%;
}

.form-white {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

.cta-block-yellow {
  min-height: 420px;
  text-align: center;
  background-color: #fffaf3;
  background-image: url('../images/CTA-Pattern-Yellow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 5%;
  display: flex;
  position: relative;
}

.bullet-wrapper-centre {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.cta-centre-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-section {
  padding: 100px 3% 120px;
}

.title-grid {
  grid-column-gap: 52px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 350px 2fr;
  margin-bottom: 60px;
}

.value-card {
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f8f7fc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: box-shadow .2s;
  display: flex;
}

.value-card:hover {
  box-shadow: 71px 102px 144px -56px rgba(43, 29, 103, .06);
}

.body-large-300 {
  color: #bcb8d0;
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.value-card-dark {
  text-align: center;
  background-color: #141125;
  border: 1px solid #2a263f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.value-section-dark {
  background-color: #0a071b;
  background-image: url('../images/Feature-Set-Pattern.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 3% 120px;
}

.blog-section {
  padding: 48px 3% 40px;
}

.blog-feature {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 510px 1fr;
}

.category-badge {
  letter-spacing: -.03em;
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 4px 16px;
  font-weight: 500;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.horizontal-detail-wrapper {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.blog-detail {
  color: #8c87a6;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.blog-detail.margin-left-right {
  margin-left: 6px;
  margin-right: 6px;
  font-size: 18px;
  font-weight: 700;
}

.blog-section-dark {
  background-color: #0a071b;
  padding: 62px 3%;
}

.blog-feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 840px 1fr;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 30px 20px;
  box-shadow: 1px 1px 3px rgba(140, 135, 166, .4);
}

.blog-image-large {
  height: 372px;
  margin-bottom: 24px;
}

.form-block-sidebar {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.blog-sidebar {
  padding: 16px 24px;
}

.social-link-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.social-icon-grey {
  width: 24px;
  margin-right: 12px;
}

.social-link-bar {
  color: #0a071b;
  background-color: #f8f7fc;
  border: 1px solid #f8f7fc;
  border-radius: 100px;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.social-link-bar:hover {
  border-color: #e1dfec;
}

.title-dark {
  color: #0a071b;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-thumbnail {
  height: 257px;
  margin-bottom: 24px;
  overflow: hidden;
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.grid-list-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-title-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.feature-section-blue {
  background-color: #fff;
  background-image: url('../images/Feature-Overview-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 3% 120px;
}

.feature-block-white {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 32px 32px;
  display: flex;
  box-shadow: 66px 66px 114px -56px rgba(0, 76, 108, .08);
}

.feature-number-blue {
  color: #5138ee;
  letter-spacing: -.03em;
  margin-bottom: 22px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.culture-section {
  padding: 72px 3%;
}

.culture-section.section-grey {
  background-color: #f8f7fc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-grid {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 60px;
}

.faq-column.padding-top-32 {
  margin-top: 0;
}

.faq-block {
  margin-bottom: 64px;
}

.h4-title {
  margin-bottom: 24px;
  font-size: 20px;
}

.feature-number-dark {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-bottom: 12px;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.title-wrap-split {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.nav-link-dropdown {
  color: #5b5675;
  letter-spacing: -.01em;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .35s;
}

.nav-link-dropdown:hover {
  color: #5138ee;
  background-color: #f5f3fe;
}

.nav-link-dropdown.w--current {
  color: #774ef0;
}

.dropdown-link {
  color: #5b5675;
  letter-spacing: -.01em;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .35s;
}

.dropdown-link:hover {
  color: #5138ee;
}

.dropdown-link.w--current {
  color: #774ef0;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  padding-top: 24px;
  box-shadow: 30px 30px 62px -30px rgba(0, 76, 108, .1);
}

.dropdown-base {
  min-width: 220px;
  background-color: #fff;
  border-top: 4px solid #5138ee;
  padding: 16px;
}

.job-wrapper {
  background-color: #f2fbfd;
  background-image: url('../images/Job-List-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 3%;
}

.job-card {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.job-item {
  margin-bottom: 24px;
}

.job-collection-wrapper {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.title-dark-blue {
  color: #1c8ab9;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.job-type-wrapper {
  margin-bottom: 48px;
}

.detail-wrapper {
  display: flex;
}

.job-detail {
  color: #8c87a6;
  letter-spacing: -.02em;
  margin-right: 16px;
  font-weight: 500;
}

.job-section {
  padding: 92px 3%;
}

.changelog-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.update-badge {
  color: #5138ee;
  letter-spacing: -.03em;
  background-color: #f5f3fe;
  border-radius: 100px;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-weight: 500;
}

.changelog-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-section-small {
  padding: 72px 3%;
}

.job-section-dark {
  background-color: #0a071b;
  padding: 92px 3%;
}

.job-wrapper-dark {
  background-color: #141125;
  background-image: url('../images/Job-List-Pattern-Dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 3%;
}

.job-card-dark {
  background-color: #141125;
  border: 1px solid #2a263f;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.button-blue {
  min-height: 40px;
  color: #5ec6e8;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(94, 198, 232, .08);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px rgba(114, 129, 167, .04);
}

.button-blue:hover {
  color: #fff;
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.button-blue:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button-blue:focus {
  border: 2px solid #9fa9ff;
}

.navigation-grid {
  min-width: 480px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.interaction-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-columns: 1fr;
}

.interaction-block {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1dfec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px;
  display: flex;
  box-shadow: 88px 88px 144px -52px rgba(43, 29, 103, .06);
}

.interaction-image {
  width: 100%;
  height: 320px;
  max-width: 540px;
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: hidden;
}

.h5-title-grey {
  color: #bcb8d0;
}

.page-grid-small {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.job-grid-header {
  grid-column-gap: 92px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
}

.job-information-card {
  background-color: #fff;
  padding: 36px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  box-shadow: -71px 102px 144px -66px rgba(43, 29, 103, .08);
}

.title-grey-400 {
  color: #8c87a6;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.job-detail-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.job-centre-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.required-span {
  color: #5138ee;
  margin-left: 4px;
}

.grid-top {
  margin-bottom: 64px;
}

.form-title-wrapper {
  margin-bottom: 32px;
}

.button-full {
  width: 40%;
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #2ed1cd;
  border: 2px #5138ee;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 10px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.button-full:hover {
  background-color: #00dfd9;
  border-color: #00dfd9;
}

.button-full:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button-full:focus {
  border: 2px solid #9fa9ff;
}

.button-full.pricing {
  width: 100%;
}

.button-full.bottom {
  width: 30%;
}

.text-field-large {
  min-height: 144px;
  color: #8c87a6;
  background-color: #fff;
  border: 1px solid #e1dfec;
  border-radius: 16px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-field-large::-ms-input-placeholder {
  color: #8c87a6;
}

.text-field-large::placeholder {
  color: #8c87a6;
}

.faq-section {
  padding: 72px 3%;
}

.faq-section-dark {
  background-color: #0a071b;
  padding: 72px 3%;
}

.faq-wrapper-dark {
  background-color: #141125;
  background-image: url('../images/Job-List-Pattern-Dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 3%;
}

.header-large {
  background-color: #5138ee;
  background-image: url('../images/Header-Pattern-Post.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 64px 3%;
  display: flex;
}

.header-centre {
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-white {
  color: #fff;
}

.text-field-plain {
  min-height: 48px;
  color: #8c87a6;
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px #e1dfec;
  border-radius: 500px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 18px;
}

.text-field-plain::-ms-input-placeholder {
  color: #8c87a6;
}

.text-field-plain::placeholder {
  color: #8c87a6;
}

.centre-content {
  max-width: 620px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-category-bar {
  border: 1px solid #f8f7fc;
  border-left: 1px #000;
  border-right: 1px #000;
  padding: 28px 3%;
}

.collection-list {
  display: flex;
}

.category {
  color: #5b5675;
  border: 2px solid #fff;
  border-radius: 100px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.category:hover {
  color: #5138ee;
  background-color: #f5f3fe;
}

.category.w--current {
  color: #5138ee;
  border: 2px solid rgba(81, 56, 238, .16);
}

.category-wrapper {
  white-space: nowrap;
  align-items: center;
  display: flex;
  overflow: auto;
}

.blog-section-large {
  height: auto;
  padding: 40px 3%;
  position: relative;
}

.header-wrapper-phone {
  background-image: url('../images/Hero-Mobile-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-neutral-400 {
  color: #8c87a6;
}

.footer-logo {
  width: 50%;
  min-width: 105px;
  text-align: left;
  display: block;
}

.header-section-inner {
  padding: 96px 3% 64px;
}

.header-section-dark-inner {
  background-color: #0a071b;
  padding: 112px 3% 92px;
}

.header-grid-inner {
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.title-grid-standard {
  grid-column-gap: 52px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 40px;
}

.team-collection {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member {
  height: 280px;
  overflow: hidden;
}

.social-grid {
  grid-template-rows: auto;
  margin-top: 12px;
}

.social-icon {
  width: 24px;
}

.team-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.team-section-dark {
  background-color: #0a071b;
  padding: 100px 3%;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-card {
  background-color: #fff;
  border: 1px solid #f8f7fc;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.avatar-team {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border-radius: 100px;
  margin-right: 16px;
}

.team-name {
  color: #0a071b;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.team-job-type {
  color: #5138ee;
  font-weight: 500;
}

.line-break-team {
  width: 100%;
  height: 1px;
  background-color: #e1dfec;
  margin-top: 24px;
  margin-bottom: 16px;
}

.team-section-grey {
  background-color: #fff;
  padding: 72px 3%;
}

.blog-header-wrapper {
  height: 344px;
  margin-bottom: 32px;
}

.article h4 {
  margin-top: 28px;
  margin-bottom: 32px;
}

.utility-page-wrap {
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/Pattern-404.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 550px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-span {
  color: #5138ee;
}

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

.register-account {
  color: #0a071b;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.account-link-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #5138ee;
  background-image: url('../images/Account-Pattern.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-information {
  width: 55%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Globe-Vector-Wide.png');
  background-position: 50% 100%;
  background-size: 1060px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.form-account {
  width: 45%;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.label-wrap {
  margin-bottom: 24px;
}

.form-block-register {
  width: 100%;
}

.register-form-wrap {
  width: 100%;
  max-width: 430px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.account-wrapper {
  min-height: 100vh;
  display: flex;
}

.header-section-blog {
  padding: 64px 3% 48px;
}

.header-section-dark-blog {
  background-color: #0a071b;
  padding: 64px 3% 48px;
}

.culture-section-dark {
  background-color: #141125;
  background-image: url('../images/Feature-Set-Pattern.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 3% 120px;
}

.culture-grid {
  grid-column-gap: 82px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 620px;
}

.culture-number-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.video-wrapper {
  height: 382px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-lightbox {
  width: 96px;
  height: 96px;
  justify-content: center;
  align-items: center;
  transition: all .25s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.video-lightbox:hover {
  transform: scale(.9);
}

.culture-number-grid-large {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.culture-grid-large {
  grid-column-gap: 82px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 620px;
}

.h3-title {
  text-align: left;
  margin-bottom: 24px;
  font-size: 30px;
}

.h3-title.max-width {
  max-width: 420px;
}

.blog-line-break {
  height: 1px;
  background-color: #e1dfec;
  margin-top: 55px;
  margin-bottom: 55px;
}

.blog-grid-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-author {
  min-height: 380px;
  background-color: #5138ee;
  background-image: url('../images/Header-Pattern-Post.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-image-modern {
  margin-top: 250px;
  display: inline-block;
  position: relative;
  bottom: 40px;
  left: 40px;
}

.content-grid-modern {
  grid-column-gap: 92px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 450px 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.analytics-wrapper {
  background-image: url('../images/Anayltics-Base.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.content-section-large-dark {
  background-color: #0a071b;
  padding: 92px 3% 100px;
}

.video-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
  align-items: center;
}

.bullet-point-space {
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.bullet-point-space.margin-right-16 {
  margin-right: 16px;
}

.title-wrap-small-centre {
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-white-medium {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.company-section-dark {
  background-color: #141125;
  padding: 72px 3%;
}

.gallery-row-centre {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.gallery-section-dark {
  background-color: #0a071b;
  padding: 72px 3%;
}

.title-wrap {
  max-width: 620px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-author-wrapper {
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.author-name {
  color: #0a071b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.blog-section-related {
  padding: 72px 3%;
}

.blog-author-centre {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.link-white {
  color: rgba(255, 255, 255, .8);
}

.licence-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.licence-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 32px;
  transition: all .25s;
  display: flex;
  box-shadow: 51px 51px 84px rgba(135, 140, 189, .08);
}

.licence-graphic {
  width: 100%;
  height: 160px;
  background-color: #f9f9fc;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.licence-asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

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

.type-example-01 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eudoxussans, sans-serif;
}

.type-detail-span {
  color: rgba(18, 31, 62, .5);
  font-size: 24px;
}

.register-header-wrap {
  margin-bottom: 32px;
}

.account-external-login {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e1dfec;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.account-detail-wrapper {
  width: 100%;
  color: #bcb8d0;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.account-line {
  width: 100%;
  height: 1px;
  background-color: #e1dfec;
}

.detail-text {
  white-space: nowrap;
  margin-left: 24px;
  margin-right: 24px;
}

.account-info-wrapper {
  max-width: 420px;
  text-align: center;
  margin-top: 40px;
}

.body-button {
  color: #0a071b;
  font-weight: 500;
  line-height: 24px;
}

.google-mark {
  margin-right: 12px;
}

.form-button {
  width: 100%;
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #5138ee;
  border: 2px solid #5138ee;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.form-button:hover {
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.form-button:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.form-button:focus {
  border: 2px solid #9fa9ff;
}

.button-return {
  max-width: 180px;
  color: #5138ee;
  letter-spacing: -.02em;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.chevron-return {
  margin-right: 8px;
}

.testimoinal-card-dark {
  text-align: left;
  background-color: #141125;
  border: 1px solid #2a263f;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.testimonial-author-white {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 24px;
}

.dark-pattern {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.author-block {
  max-width: 620px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 70px;
  display: flex;
  position: relative;
  box-shadow: 66px 66px 114px -56px rgba(43, 29, 103, .08);
}

.avatar-extra-large {
  width: 180px;
  height: 180px;
  min-height: 180px;
  min-width: 180px;
  border-radius: 100px;
  margin-bottom: 24px;
  overflow: hidden;
}

.explore {
  min-height: 48px;
  color: #5b5675;
  text-align: center;
  letter-spacing: -.01px;
  white-space: nowrap;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.explore:hover {
  color: #5138ee;
  background-color: #f5f3fe;
}

.explore:focus {
  border-color: #b197ff;
}

.sidebar-grid-blog {
  color: #0a071b;
  grid-template-rows: auto;
  grid-template-columns: 132px 2fr;
  align-items: center;
}

.sidebar-thumbnail {
  width: 132px;
  height: 132px;
  min-height: 132px;
  min-width: 132px;
}

.blog-title-side {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.sidebar-content-blog {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-category {
  color: #5138ee;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 24px;
}

.company-section-globe {
  background-image: url('../images/Who-we-are-Pattern.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 140px 3%;
}

.price-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-detail {
  margin-top: 40px;
}

.price-header {
  margin-bottom: 24px;
}

.list {
  color: #0a071b;
  margin-top: 24px;
  padding-left: 32px;
  line-height: 32px;
}

.pricing-card {
  border: 1px solid rgba(0, 0, 0, .18);
  padding: 20px 40px 40px;
}

.pricing-card.no {
  border-style: none;
  border-width: 0;
}

.pricing-section {
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
}

.price-capital {
  color: #0a071b;
  text-transform: uppercase;
  font-weight: 700;
}

.pricing-number {
  text-align: center;
  margin-bottom: 16px;
}

.date-span {
  color: #bcb8d0;
}

.popular-badge {
  color: #db942a;
  text-align: center;
  background-color: rgba(249, 189, 100, .08);
  border-radius: 100px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-weight: 600;
}

.pricing-card-feature {
  background-color: rgba(255, 255, 255, 0);
  border: 0 rgba(0, 0, 0, .11);
  padding: 40px;
  position: relative;
  top: 0;
}

.list-item {
  color: #0a071b;
  margin-bottom: 16px;
  list-style-type: square;
}

.heading-medium {
  color: #8c87a6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.pricing-cell-lead {
  min-height: 100px;
  border-bottom: 1px solid #f4f5fd;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.pricing-cell-lead.last-cell {
  border: 1px #000;
}

.pricing-banner {
  min-height: 82px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f7fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-feature {
  color: #110b54;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.price-grid-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.pricing-cell {
  min-height: 100px;
  text-align: left;
  border-bottom: 1px solid #f4f5fd;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-cell.last-cell {
  border: 1px #000;
}

.pricing-grid-wrap {
  margin-bottom: 32px;
}

.pricing-table-section {
  text-align: center;
  padding: 100px 3%;
  position: relative;
}

.pricing-grid-text {
  color: #5138ee;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.header-saas {
  padding: 48px 3% 72px;
}

.value-section-saas {
  padding: 96px 3% 64px;
}

.team-section-small {
  padding: 72px 3% 64px;
}

.body-medium-grey {
  color: #8c87a6;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.blog-feature-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-category-bar-dark {
  background-color: #141125;
  border: 1px #000;
  padding: 28px 3%;
}

.category-dark {
  color: #5b5675;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.category-dark:hover {
  color: #5138ee;
  background-color: #f5f3fe;
}

.category-dark.w--current {
  color: #fff;
  background-color: #5138ee;
  border: 2px solid rgba(81, 56, 238, .16);
}

.cta-block-dark {
  min-height: 420px;
  text-align: center;
  background-color: #5138ee;
  background-image: url('../images/CTA-Pattern-Dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 5%;
  display: flex;
  position: relative;
}

.faq-wrapper {
  background-color: #f8f7fc;
  padding: 72px 3%;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.faq-question-wrap {
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 24px;
  padding: 32px;
}

.faq-question {
  color: #0d0e10;
  letter-spacing: -.03em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.faq-wrapper-plain {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content {
  color: #b1bac8;
  overflow: hidden;
}

.faq-circle {
  width: 48px;
  height: 48px;
  background-color: #f8f7fc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.question-title {
  font-family: Eudoxussans Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.faq-question-wrap-dark {
  cursor: pointer;
  background-color: #141125;
  border: 1px solid #2a263f;
  margin-bottom: 24px;
  padding: 32px;
}

.question-title-white {
  color: #fff;
  font-family: Eudoxussans Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.faq-circle-dark {
  width: 48px;
  height: 48px;
  background-color: #2a263f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-paragraph-white {
  color: #bcb8d0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.content-grid-large {
  z-index: 5;
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.contact-section {
  text-align: center;
  background-image: url('../images/Contact-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 96px 3%;
}

.contact-form {
  width: 100%;
  max-width: 430px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-full-wrapper {
  max-width: 620px;
  align-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.quote-mark-left {
  width: 70px;
  padding: 10px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: -20%;
  right: auto;
}

.quote-mark-right {
  width: 70px;
  padding: 10px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tabs-content {
  margin-bottom: 44px;
}

.header-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.company-section {
  padding: 124px 3%;
}

.company-value-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f8f7fc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.featured-blog {
  overflow: hidden;
}

.button-navigation {
  min-height: 40px;
  color: #5138ee;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #f5f3fe;
  border: 2px solid #f5f3fe;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-navigation:hover {
  color: #fff;
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.button-navigation:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button-navigation:focus {
  border: 2px solid #9fa9ff;
}

.globe-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.link-arrow {
  margin-left: 8px;
}

.content-feature-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-pattern {
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: auto;
}

.testimonial-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.header-block-phone {
  margin-bottom: 40px;
}

.globe-avatars {
  z-index: 99;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.social-grid-author {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 32px;
}

.author-job-title {
  color: #8c87a6;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.form-block-full {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 24px;
}

.social-icon-large {
  width: 32px;
}

.company-value-card-dark {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #141125;
  border: 1px solid #2a263f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.culture-text-section {
  padding: 72px 3%;
}

.avatar-author-medium {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #dcdfff;
  border-radius: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.blog-section-category {
  height: auto;
  padding: 40px 3% 72px;
  position: relative;
}

.contact-grid-header {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 400px 510px;
  justify-content: space-between;
  align-items: start;
}

.content-column {
  z-index: 9;
  width: 100%;
  background-color: #fff;
  padding: 40px;
  position: absolute;
  top: -420px;
  box-shadow: 81px 81px 144px -46px rgba(43, 29, 103, .06);
}

.header-contact-large {
  min-height: 472px;
  background-color: #5138ee;
  background-image: url('../images/Header-Pattern-Post.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 92px 3%;
  display: flex;
}

.contact-section-details {
  padding: 64px 3% 140px;
}

.content-grid-saas {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 340px 510px;
  justify-content: space-between;
}

.content-link-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.content-link-card {
  width: 100%;
  min-height: 104px;
  color: #fff;
  background-color: #5138ee;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.contact-title-wrapper {
  margin-bottom: 40px;
}

.text-field-very-large {
  min-height: 208px;
  background-color: #fff;
  border: 1px solid #e1dfec;
  border-radius: 16px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-field-very-large::-ms-input-placeholder {
  color: #8c87a6;
}

.text-field-very-large::placeholder {
  color: #8c87a6;
}

.content-column-wrapper {
  position: relative;
}

.logo-link {
  margin-bottom: 32px;
}

.pricing-section-large {
  padding: 64px 3%;
}

.pricing-grid-saas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-top-block {
  border: 1px solid #f8f7fc;
  margin-bottom: 24px;
  padding: 32px 40px 40px;
}

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

.check-mark {
  width: 32px;
  margin-right: 12px;
}

.check-point {
  align-items: center;
  display: flex;
}

.tabs-menu {
  background-color: #f8f7fc;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
  padding: 4px;
  display: flex;
}

.tabs {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price-tab {
  width: 100%;
  overflow: visible;
}

.tab-link {
  color: #e1dfec;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 500px;
  padding: 12px 42px;
}

.tab-link.w--current {
  color: #5138ee;
  background-color: #fff;
  box-shadow: 2px 2px 3px rgba(140, 135, 166, .12), 6px 6px 12px rgba(140, 135, 166, .08), 10px 10px 24px rgba(140, 135, 166, .08);
}

.header-pricing {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 64px 3% 220px;
  display: flex;
}

.header-pricing.pricing-plans {
  padding-bottom: 40px;
}

.pricing-badge {
  color: #fff;
  letter-spacing: -.03em;
  background-color: rgba(255, 255, 255, .12);
  border-radius: 100px;
  margin-top: 6px;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-weight: 500;
}

.h5-title {
  margin-bottom: 16px;
}

.content-block-saas {
  background-image: url('../images/Content-Shapes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 32px;
  padding-left: 32px;
  position: relative;
}

.title-grid-dark {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 520px;
  align-items: end;
  margin-bottom: 64px;
}

.browser-bar {
  min-height: 32px;
  background-color: #2a263f;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  align-items: center;
  padding-left: 8px;
  padding-right: 12px;
  display: flex;
}

.browser-dots {
  width: 8px;
  height: 8px;
  background-color: #8c87a6;
  border-radius: 100px;
  margin-left: 4px;
  margin-right: 4px;
}

.browser-window {
  background-color: #141125;
  flex-direction: column;
  display: flex;
}

.browser-video {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.content-grid-dark {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.content-graph {
  width: 100%;
  margin-top: 24px;
}

.browser-content {
  padding: 32px 40px 40px;
}

.h4-title-grey-300 {
  color: #bcb8d0;
  margin-bottom: 16px;
}

.cta-section-dark {
  background-color: #0a071b;
  padding: 60px 3%;
}

.icon-medium {
  width: 64px;
  margin-bottom: 24px;
}

.author-section {
  height: auto;
  padding: 72px 3%;
  position: relative;
}

.body-large-400 {
  color: #8c87a6;
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.body-large-400.max-width {
  max-width: 400px;
}

.tabs-saas {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.analytics-dashboard {
  width: 100%;
  max-width: 840px;
}

.analytics-faces {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-grid-saas {
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
  margin-bottom: 56px;
}

.contact-link-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-section-dark {
  background-color: #0a071b;
  padding: 64px 3%;
}

.tabs-menu-grey {
  background-color: #2a263f;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
  padding: 4px;
  display: flex;
}

.pricing-top-block-dark {
  border: 1px solid #2a263f;
  margin-bottom: 24px;
  padding: 32px 40px 40px;
}

.pricing-top-block-dark.featured-price-block {
  background-color: #141125;
}

.button-dark {
  min-height: 48px;
  color: #5ec6e8;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(94, 198, 232, .08);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px rgba(114, 129, 167, .04);
}

.button-dark:hover {
  color: #fff;
  background-color: #5ec6e8;
  border-color: #5ec6e8;
}

.button-dark:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button-dark:focus {
  border: 2px solid #9fa9ff;
}

.account-buttons {
  display: flex;
}

.account-asset-large {
  width: 100%;
  max-width: 500px;
  opacity: .89;
}

.loader {
  z-index: 9999;
  background-color: #5138ee;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-loader-animation {
  width: 80px;
}

.bullet-wrapper-cta {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-section-inner-dark {
  background-color: #0a071b;
  padding: 96px 3% 64px;
}

.content-block-modern-dark {
  background-image: url('../images/Dark-Shape.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.tab-link-light {
  color: #8c87a6;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 500px;
  padding: 12px 42px;
}

.tab-link-light.w--current {
  color: #5138ee;
  background-color: #fff;
  box-shadow: 2px 2px 3px rgba(140, 135, 166, .12), 6px 6px 12px rgba(140, 135, 166, .08), 10px 10px 24px rgba(140, 135, 166, .08);
}

.company-perk-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.form-block-contact {
  width: 100%;
}

.header-section-dark-contact {
  background-color: #0a071b;
  background-image: url('../images/Contact-Header-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 96px 3% 64px;
}

.contact-section-dark {
  background-color: #0a071b;
  background-image: url('../images/Contact-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 96px 3%;
}

.text-field-dark {
  min-height: 48px;
  color: #5b5675;
  letter-spacing: -.02em;
  background-color: #0a071b;
  border: 1px solid #2a263f;
  border-radius: 500px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  transition: all .2s;
}

.text-field-dark:hover, .text-field-dark:active {
  border-color: #8c87a6;
}

.text-field-dark:focus {
  color: #e1dfec;
  border-color: #8c87a6;
}

.text-field-dark::-ms-input-placeholder {
  color: #5b5675;
}

.text-field-dark::placeholder {
  color: #5b5675;
}

.text-field-dark-large {
  min-height: 144px;
  background-color: #0a071b;
  border: 1px solid #2a263f;
  border-radius: 16px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .2s;
}

.text-field-dark-large:hover {
  border-color: #8c87a6;
}

.text-field-dark-large::-ms-input-placeholder {
  color: #5b5675;
}

.text-field-dark-large::placeholder {
  color: #5b5675;
}

.field-label-white {
  color: #fff;
}

.contact-cta-title {
  color: #9fa9ff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
}

.contact-text {
  color: #fff;
  margin-bottom: 0;
}

.content-link-card-light {
  width: 100%;
  min-height: 104px;
  color: #fff;
  background-color: #f5f3fe;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.contact-text-primary {
  color: #5138ee;
  margin-bottom: 0;
}

.submit-button-dark {
  height: 100%;
  background-color: #5138ee;
  border-radius: 500px;
  padding: 12px 24px;
}

.body-medium-500 {
  color: #5b5675;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.author-name-white {
  color: #fff;
  margin-bottom: 4px;
}

.home-header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-right: 0;
}

.required-span-blue {
  color: #5ec6e8;
  margin-left: 4px;
}

.category-badge-dark {
  letter-spacing: -.03em;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 100px;
  margin-bottom: 16px;
  padding: 4px 16px;
  font-weight: 500;
}

.title-button-wrap-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-button {
  color: #5ec6e8;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.cta-button-blue {
  color: #5138ee;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.cta-button-white {
  color: #fff;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.navigation-button-large {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #5138ee;
  border: 2px solid #5138ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.navigation-button-large:hover {
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.navigation-button-large:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.navigation-button-large:focus {
  border: 2px solid #9fa9ff;
}

.navigation-button-small {
  min-height: 40px;
  color: #5138ee;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #f5f3fe;
  border: 2px solid #f5f3fe;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.navigation-button-small:hover {
  color: #fff;
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.navigation-button-small:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.navigation-button-small:focus {
  border: 2px solid #9fa9ff;
}

.navigation-block-left {
  width: 50%;
  min-height: 50px;
  align-items: center;
  display: flex;
}

.navigation-block-right {
  width: 50%;
  min-height: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-link-login {
  color: #5b5675;
  letter-spacing: -.01em;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .35s;
}

.navigation-link-login:hover {
  color: #fff;
  background-color: #2ed1cd;
  border: 1px solid #2ed1cd;
}

.navigation-link-login.w--current {
  color: #774ef0;
}

.navigation-link-signup {
  min-height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #2ed1cd;
  border: 2px solid #2ed1cd;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.navigation-link-signup:hover {
  color: #fff;
  background-color: #2ed1cd;
  border-color: #2ed1cd;
}

.navigation-link-signup:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.navigation-link-signup:focus {
  border: 2px solid #9fa9ff;
}

.navigation-link-signup.marketplacebutton {
  color: #3c3754;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
}

.navigation-link-dark-login {
  color: #bcb8d0;
  letter-spacing: -.01em;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .35s;
}

.navigation-link-dark-login:hover {
  color: #5138ee;
  background-color: #f5f3fe;
}

.navigation-link-dark-login.w--current {
  color: #774ef0;
}

.navigation-link-dark-signup {
  min-height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #5138ee;
  border: 2px solid #5138ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px rgba(114, 129, 167, .04);
}

.navigation-link-dark-signup:hover {
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.navigation-link-dark-signup:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.navigation-link-dark-signup:focus {
  border: 2px solid #9fa9ff;
}

.title-wrap-centre-small {
  max-width: 620px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading, .heading-2, .heading-3 {
  font-size: 20px;
}

.image-4 {
  max-width: 70%;
}

.image-7 {
  max-width: 100%;
  text-align: center;
  display: inline-block;
}

.heading-5, .heading-6, .heading-7 {
  text-align: center;
}

.text-span-4 {
  color: #8c87a6;
  font-size: 30px;
}

.body {
  text-align: center;
}

.image-8 {
  float: none;
  opacity: .8;
  text-align: left;
  margin-top: 60px;
  display: inline-block;
}

.footer-newsletter-wrapper {
  width: 100%;
  max-width: 446px;
}

.title-2.footer-nav-title {
  text-align: left;
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 1.118em;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  justify-items: center;
  display: grid;
}

.text-block-3, .text-block-4 {
  text-align: left;
}

.link-block {
  margin-bottom: 20px;
}

.footer-content-bottom {
  border-top: 1px solid #e9eaf0;
  justify-content: center;
  align-items: center;
  padding-top: 29px;
  display: flex;
}

.paragraph-small {
  letter-spacing: .01em;
  font-size: 15px;
  line-height: 1.733em;
}

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

.button-full-copy {
  width: 100%;
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #2ed1cd;
  border: 2px #5138ee;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-full-copy:hover {
  background-color: #00dfd9;
  border-color: #00dfd9;
}

.button-full-copy:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button-full-copy:focus {
  border: 2px solid #9fa9ff;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.app-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .45em;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.app-heading.connected {
  color: #02c908;
  font-size: 16px;
}

.app-heading.connect {
  background-color: #f3f3f3;
  border-radius: 20px;
  margin-bottom: -1em;
  margin-left: .25em;
  padding: .25em 1em;
  font-size: 15px;
  line-height: 20px;
}

.white-box {
  width: 48%;
  color: #333;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, .1);
}

.white-box.third {
  width: 31%;
}

.white-box.full-width {
  width: 100%;
}

.white-box.two-third {
  width: 64%;
  margin-left: 1%;
  margin-right: 1%;
}

.white-box.link-box {
  transition: box-shadow .2s, transform .2s, color .2s;
}

.white-box.link-box:hover {
  transform: translate(-2px, -2px);
  box-shadow: 21px 21px 25px -10px rgba(0, 0, 0, .1);
}

.white-box.link-box.paper-box {
  width: 23%;
  position: relative;
}

.white-box.link-box.asset-box {
  width: auto;
  margin-bottom: 4%;
  position: relative;
  overflow: hidden;
}

.white-box.progress-box {
  width: 100%;
}

.doc-heading {
  margin-top: 0;
  margin-bottom: auto;
}

.dashboard-section {
  padding: 1em 2em;
}

.center-label {
  text-align: center;
  margin-top: 1em;
}

.progress-icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: .25em;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 4px 4px 5px -2px rgba(0, 0, 0, .1);
}

.doc-image {
  width: 20%;
  text-align: left;
  margin-bottom: 1em;
}

.box-padding {
  padding: 1.6em;
}

.box-padding.paper-padding {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1.25em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-padding.app-padding-box {
  align-items: center;
  display: flex;
}

.navigation-item {
  z-index: 2;
  opacity: .6;
  color: #000;
  background-color: #fff;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1875f0;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.profile-nav {
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 15px;
}

.navigation-item.logout-link {
  border-top: 1px solid #f3f3f3;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 1em;
  padding-top: 1.5em;
  padding-bottom: 0;
}

.navigation-item.dropdown-nav-item {
  margin-left: 0;
}

.dash-tab-wrapper {
  min-height: 100vh;
  padding-bottom: 5em;
}

.progress-text-column {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

.doc-description {
  max-height: 75px;
  margin-bottom: 1em;
  overflow: hidden;
}

.paper {
  width: 100%;
}

.progress-bar-wrap {
  width: 100%;
  height: 1em;
  background-color: #f1f6fd;
  border-radius: 20px;
  margin-top: 1em;
  position: relative;
  overflow: hidden;
  box-shadow: inset 1px 1px 5px rgba(51, 51, 51, .09);
}

.doc-date {
  color: rgba(51, 51, 51, .5);
  font-size: 14px;
}

.dash-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.dash-row.masonry {
  min-height: 100vh;
  column-count: 3;
  padding-bottom: 50px;
  display: block;
}

.colorful-icon {
  width: 40px;
  height: 40px;
  color: #1875f0;
  text-align: center;
  background-color: rgba(24, 117, 240, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  display: flex;
}

.colorful-icon.green {
  color: #02c908;
  background-color: rgba(2, 201, 8, .1);
}

.colorful-icon.purple {
  color: #a279f9;
  background-color: rgba(106, 117, 216, .1);
}

.app-logo-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: none;
  margin-right: 1.6em;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 7px 7px 12px -2px rgba(0, 0, 0, .1);
}

.progress-bar {
  width: 31%;
  background-color: #1875f0;
  background-image: linear-gradient(96deg, #a279f9, #1875f0);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.large-number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.6;
  display: inline-block;
}

.progress-text-row {
  display: flex;
  position: relative;
}

.columns {
  margin-top: 30px;
  margin-left: 400px;
  margin-right: 400px;
  font-size: 10px;
}

.link {
  color: #000;
  text-align: center;
  font-size: 12px;
}

.text-field-2 {
  margin-top: 25px;
  margin-left: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 150px;
}

.column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column-13 {
  text-align: center;
}

.nav-dropdown-list {
  opacity: 0;
  transform: translate(0, -10px);
}

.nav-dropdown-list.w--open {
  z-index: 2;
  max-height: 80vh;
  min-height: 20px;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #e9f2f5;
  border-radius: 4px;
  margin-top: 0;
  padding-bottom: 25px;
  top: 50px;
  right: 10px;
  box-shadow: 0 20px 30px -10px rgba(45, 62, 80, .12);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.profile-pic {
  max-width: 34px;
  border-radius: 50%;
  margin-right: .75em;
  overflow: hidden;
}

.webflow-diamond {
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid rgba(219, 226, 235, .5);
  border-radius: 2px;
  position: absolute;
  top: -5px;
  bottom: auto;
  right: 17px;
  transform: rotate(45deg);
}

.footer-nav-link {
  color: #000;
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.067em;
  text-decoration: none;
  transition: transform .2s, color .3s;
}

.footer-nav-link:hover {
  color: #0144e4;
}

.footer-nav-link.w--current {
  color: #0144e4;
  font-weight: 500;
}

.footer-nav-link.w--current:hover {
  transform: none;
}

.footer-nav-link-item {
  height: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  line-height: 1.067em;
  display: flex;
}

.container-default {
  max-width: 1222px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-nav-box {
  margin-right: 40px;
  display: block;
}

.footer-nav-wrapper {
  width: 50%;
  max-width: 541px;
  text-align: left;
  justify-content: flex-end;
  display: block;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e9eaf0;
}

.divider.footer-divider {
  background-color: #e9eaf0;
  margin-top: 56px;
  margin-bottom: 100px;
}

.divider.footer-content-divider {
  width: 1px;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.footer-nav-links {
  margin-bottom: 0;
  margin-right: 29px;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  display: block;
}

.footer-nav-content {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-6, .text-block-7 {
  text-align: left;
}

.form-block-3 {
  text-align: left;
  display: block;
}

.text-block-8 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
}

.columns-2 {
  margin-left: 220px;
  margin-right: 220px;
  padding: 20px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-9 {
  letter-spacing: .02em;
  font-size: 17px;
}

.heading-9 {
  margin-bottom: 0;
  font-size: 30px;
}

.image-10 {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}

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

.list-item-2, .list-item-3 {
  font-size: 15px;
  list-style-type: square;
}

.text-block-10 {
  color: red;
  text-align: center;
}

.html-embed {
  margin-top: 40px;
}

.container-5 {
  max-width: 1000px;
}

.heading-10 {
  margin-top: 40px;
  font-size: 40px;
}

.rich-text-block {
  text-align: left;
}

.container-6 {
  max-width: 600px;
}

.agency-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.list-text {
  color: #000;
  margin-bottom: 20px;
}

.agency-list {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-item-4 {
  margin-bottom: 20px;
}

.list-item-4.last {
  margin-bottom: 0;
}

.agency-list-item {
  grid-column-gap: 12px;
  color: #000;
  align-items: flex-start;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.agency-list-right {
  margin-top: 50px;
}

.section {
  width: 100%;
}

.container-7 {
  max-width: 1000px;
}

.list-item-5 {
  margin-bottom: 20px;
}

.list-item-5.last {
  margin-top: 20px;
  margin-bottom: 0;
}

.agency-list-2 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-item-6 {
  margin-bottom: 20px;
}

.list-item-6.last {
  margin-bottom: 0;
}

.grid-3 {
  text-align: left;
  margin-top: 20px;
}

.heading-11 {
  font-size: 40px;
}

.heading-12 {
  font-size: 30px;
}

.button-2 {
  color: #f5f3fe;
  background-color: #2ed1cd;
  font-size: 17px;
}

.container-10 {
  max-width: 1100px;
}

.heading-15 {
  font-size: 35px;
}

.paragraph-3 {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .title {
    margin-bottom: 0;
  }

  .body-small {
    font-size: 12px;
  }

  .button-secondary.w-button,
  .button-full {
    width: 50%;
    min-height: 0%;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
  }

  .button-full.bottom {
    width: 20%;
  }

  .pricing-banner, .price-grid-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-nav-wrapper {
    text-align: left;
    display: block;
  }

  .footer-content {
    grid-template-rows: auto 1fr;
    grid-template-areas: "Area"
                         ".";
  }

  .container-5 {
    max-width: 1100px;
  }

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

  .link-2 {
    margin-top: 10px;
    display: block;
  }

  .button-2 {
    color: #f5f3fe;
    background-color: #2ed1cd;
  }

  .container-10 {
    max-width: 1100px;
  }

  .heading-15 {
    font-size: 35px;
  }

  .paragraph-3 {
    text-align: left;
  }
}

@media screen and (min-width: 1920px) {
  .title {
    text-align: center;
    margin-bottom: 20px;
  }

  .title.subhead, .body-large {
    text-align: center;
  }

  .body-large.sub-paragraph {
    text-align: center;
    font-size: 20px;
  }

  .logo {
    width: 60%;
    max-width: 80%;
  }

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

  .navigation-default {
    border-width: 0 0 1px;
    border-color: #000 #000 rgba(182, 182, 182, .88);
    border-bottom-style: none;
  }

  .navigation-right {
    width: 30%;
  }

  .header-section {
    padding-top: 220px;
    padding-bottom: 0;
  }

  .container {
    max-width: 1400px;
  }

  .hero-heading {
    margin-bottom: 1px;
  }

  .navigation {
    border-width: 0;
    border-color: #000;
  }

  .navigation:hover {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 0 rgba(145, 145, 145, .3);
  }

  .navigation:focus {
    border-bottom-style: none;
  }

  .form {
    width: 60%;
    justify-content: center;
    margin-left: 220px;
    margin-right: 0;
  }

  .form.home {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .submit-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-secondary {
    color: #fff;
    background-color: #2ed1cd;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .button-secondary:hover {
    background-color: #00dfd9;
    border-color: #00dfd9;
  }

  .h4-title-white {
    color: #000;
  }

  .body-medium {
    font-size: 20px;
    font-weight: 400;
  }

  .video-section {
    padding-bottom: 160px;
  }

  .body-large-white.max-width {
    font-size: 20px;
  }

  .cta-block-light {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .cta-wrapper {
    max-width: 100%;
    display: inline-block;
  }

  .image-cover {
    padding-top: 0;
    padding-right: 20px;
  }

  .feature-section-blue {
    background-color: #fff;
  }

  .button-full {
    background-color: #2ed1cd;
    border-color: #2ed1cd;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 5px;
  }

  .button-full:hover {
    background-color: #00dfd9;
    border-color: #00dfd9;
  }

  .button-full.pricing {
    width: 100%;
    min-height: 48px;
  }

  .button-full.cont {
    width: 100%;
  }

  .button-full.bottom {
    width: 20%;
    display: inline-block;
  }

  .text-field-plain {
    flex: 0 auto;
    padding-left: 20px;
  }

  .form-information {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/Globe-Vector-Wide.png');
    background-position: 50% 100%;
    background-size: 1060px;
  }

  .body-white-medium {
    color: #000;
  }

  .logo-mark {
    width: 50px;
  }

  .account-info-wrapper {
    color: #000;
  }

  .pricing-section {
    margin-top: 0;
  }

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

  .pricing-card-feature {
    border: 0 rgba(0, 0, 0, .13);
  }

  .pricing-banner, .price-grid-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-table-section {
    text-align: center;
  }

  .pricing-grid-text {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .header-pricing.pricing-plans {
    padding-bottom: 40px;
  }

  .image-4 {
    max-width: 100%;
  }

  .image-8 {
    margin-top: 45px;
  }

  .title-2.footer-nav-title {
    padding-left: 0;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
                   "Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
    margin-left: -239px;
    display: grid;
  }

  .image-9 {
    width: 25%;
    text-align: right;
  }

  .paragraph-small, .paragraph-small.small-print {
    font-size: 16px;
  }

  .button-full-copy {
    background-color: #2ed1cd;
    border-color: #2ed1cd;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .button-full-copy:hover {
    background-color: #00dfd9;
    border-color: #00dfd9;
  }

  .columns {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: 400px;
    margin-right: 400px;
    display: flex;
  }

  .link {
    color: #000;
    font-size: 18px;
  }

  .text-field-2 {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 150px;
  }

  .form-2 {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .form-block-2 {
    justify-content: flex-start;
    display: block;
  }

  .body-2 {
    text-align: center;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

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

  .container-default {
    max-width: 1320px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-nav-wrapper {
    justify-content: flex-end;
  }

  .footer-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-nav-content {
    justify-content: flex-end;
    display: block;
  }

  .text-block-8 {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
  }

  .form-block-4 {
    margin-top: 10px;
  }

  .container-4 {
    margin-top: 40px;
  }

  .columns-2 {
    text-align: center;
    margin-left: 220px;
    margin-right: 220px;
    padding: 20px 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .text-block-9 {
    text-align: left;
    letter-spacing: .02em;
    font-family: Inter, sans-serif;
    font-size: 20px;
  }

  .heading-9 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .image-10 {
    margin-top: 40px;
  }

  .text-span-5, .text-span-6 {
    font-weight: 700;
  }

  .list-item-2, .list-item-3 {
    font-size: 15px;
  }

  .container-5 {
    max-width: 1400px;
  }

  .section {
    width: 100%;
  }

  .grid-3 {
    grid-template-rows: auto;
  }

  .heading-11 {
    margin-top: 20px;
    font-size: 25px;
  }

  .text-block-11 {
    margin-top: 10px;
  }

  .link-2 {
    margin-top: 10px;
    display: block;
  }

  .heading-13 {
    text-align: center;
    margin-top: 60px;
  }

  .heading-14 {
    text-align: center;
    font-size: 30px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
  }

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

  .button-2 {
    background-color: #2ed1cd;
    font-size: 18px;
    line-height: 30px;
  }

  .container-9 {
    max-width: 1300px;
  }

  .paragraph-3 {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .style-full-grid {
    grid-template-columns: 3fr;
  }

  .color-grid {
    width: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .banner-wrap {
    font-weight: 500;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
    top: 70px;
  }

  .navigation-menu {
    color: #5138ee;
    border: 1px solid #e1dfec;
    margin-left: 10px;
    padding: 12px;
  }

  .navigation-menu.w--open {
    background-color: #5138ee;
    border-color: #fff;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-default {
    position: relative;
  }

  .navigation-right {
    align-items: center;
    display: flex;
  }

  .navigation-container {
    align-items: stretch;
    position: relative;
  }

  .header-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-section-dark {
    min-height: auto;
  }

  .navigation-left {
    align-items: center;
  }

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

  .feature-grid {
    grid-template-columns: 1.5fr;
  }

  .value-background {
    background-position: 100% 100%;
  }

  .feature-wrapper {
    padding: 72px 40px;
  }

  .content-grid {
    grid-row-gap: 62px;
    grid-template-columns: 1fr;
  }

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

  .content-grid-feature, .header-grid-phone {
    grid-template-columns: 1fr;
  }

  .footer-grid, .footer-grid-large {
    grid-row-gap: 42px;
    grid-template-columns: 1fr 1fr;
  }

  .avatar-tab {
    margin-right: 0;
  }

  .testimonial-pane {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-image-block {
    height: 250px;
  }

  .navigation-wrapper, .navigation-button-wrapper {
    align-items: center;
    display: flex;
  }

  .brand-large {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-dark {
    position: relative;
  }

  .cta-block-light {
    flex-direction: column;
    padding-bottom: 0;
  }

  .cta-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
  }

  .phone-hand-wrapper {
    max-width: 70%;
    position: relative;
  }

  .cta-block-yellow {
    flex-direction: column;
  }

  .title-grid {
    grid-template-columns: 1.5fr 2fr;
  }

  .blog-feature, .blog-feature-grid {
    grid-template-columns: 1fr;
  }

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

  .feature-section-blue {
    background-size: cover;
  }

  .nav-link-dropdown {
    width: 100%;
    border-radius: 0;
  }

  .dropdown-link {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: relative;
  }

  .page-grid-small {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .job-grid-header {
    grid-column-gap: 42px;
    grid-template-columns: 1fr 300px;
  }

  .category-wrapper {
    min-width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-grid-inner {
    grid-column-gap: 42px;
  }

  .title-grid-standard {
    grid-template-columns: 1.5fr 2fr;
  }

  .team-collection, .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .form-information, .form-account {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .account-wrapper {
    flex-direction: column;
  }

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

  .culture-grid-large {
    grid-column-gap: 42px;
    grid-template-columns: 1fr 1.5fr;
  }

  .content-image-modern {
    bottom: 32px;
    left: 32px;
  }

  .content-grid-modern {
    grid-column-gap: 52px;
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .licence-card {
    padding: 32px 16px;
  }

  .sidebar-grid-blog {
    justify-items: start;
  }

  .company-section-globe {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .price-grid {
    max-width: 500px;
    background-color: #fff;
    grid-template-columns: 1fr;
    margin-top: -52px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-section {
    padding-bottom: 10px;
  }

  .pricing-card-feature {
    top: 0;
  }

  .pricing-banner, .price-grid-row {
    min-width: 780px;
  }

  .pricing-grid-wrap {
    overflow: scroll;
  }

  .cta-block-dark {
    flex-direction: column;
    padding-bottom: 0;
  }

  .faq-question-wrap, .faq-question-wrap-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-large {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .quote-mark-left {
    display: none;
  }

  .testimonial-wrapper {
    padding: 72px 40px;
  }

  .globe-avatars {
    max-width: 80%;
  }

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

  .content-column {
    position: static;
  }

  .header-contact-large {
    max-height: none;
  }

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

  .pricing-grid-saas {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs {
    top: -100px;
  }

  .header-pricing {
    padding-bottom: 140px;
  }

  .title-grid-dark {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .browser-content {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .title-grid-saas {
    grid-column-gap: 42px;
    grid-template-columns: 1.5fr 2fr;
  }

  .navigation-menu-dark {
    color: #5138ee;
    border: 1px solid #2a263f;
    margin-left: 10px;
    padding: 12px;
  }

  .navigation-menu-dark.w--open {
    background-color: #5138ee;
    border-color: #fff;
  }

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

  .home-header-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .navigation-block-left {
    align-items: center;
    display: none;
  }

  .navigation-block-right {
    align-items: center;
    display: flex;
  }

  .navigation-menu-empty {
    color: #5138ee;
    border: 1px solid #e1dfec;
    margin-left: 10px;
    padding: 12px;
  }

  .navigation-menu-empty.w--open {
    background-color: #5138ee;
    border-color: #fff;
  }

  .footer-newsletter-wrapper {
    max-width: none;
    align-items: center;
    display: flex;
  }

  .title-2.footer-nav-title {
    margin-bottom: 40px;
  }

  .footer-content-bottom {
    flex-wrap: wrap-reverse;
  }

  .paragraph-small.small-print {
    margin-bottom: 15px;
  }

  .white-box.link-box.paper-box {
    width: 31%;
  }

  .white-box.link-box.asset-box {
    width: 100%;
  }

  .navigation-item {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .dash-row.masonry {
    column-count: 2;
  }

  .large-number {
    font-size: 26px;
    line-height: 1.6;
  }

  .columns {
    justify-content: space-around;
    align-items: stretch;
    padding-right: 0;
    display: inline;
  }

  .text-field-2 {
    margin-left: 140px;
    padding-right: 0;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-nav-box {
    margin-right: 20px;
  }

  .footer-nav-wrapper {
    max-width: 566px;
    margin-bottom: 60px;
  }

  .divider.footer-divider {
    margin-top: 47px;
    margin-bottom: 83px;
  }

  .footer-content {
    flex-direction: column;
    margin-bottom: 73px;
  }

  .columns-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .agency-bottom {
    flex-direction: column;
    margin-top: 30px;
    display: flex;
  }

  .agency-list-right {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .colour {
    margin-bottom: 25px;
  }

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

  .navigation-right {
    width: 100%;
  }

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

  .form.home {
    max-width: 90%;
    margin-left: 20px;
  }

  .header-section-dark {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .title-wrap-left {
    display: block;
  }

  .logo-grid, .logo-centre {
    grid-template-columns: 1fr 1fr;
  }

  .feature-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navigation-left {
    width: 100%;
  }

  .button-link-small {
    margin-left: 0;
  }

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

  .feature-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-grid-large, .feature-card-grid {
    grid-template-columns: 1fr;
  }

  .feature-block-dark, .content-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-section-dark {
    padding-bottom: 60px;
  }

  .content-card-dark {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-grid-phone {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .footer-legal-bar {
    flex-direction: column;
  }

  .footer-socials {
    margin-bottom: 32px;
  }

  .testimonial-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .avatar-tab {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }

  .testimonial-avatar-link {
    width: 90px;
    height: 90px;
  }

  .testimonial-pane {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery-image-block {
    height: 160px;
  }

  .company-card, .company-card-dark {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-wrapper, .navigation-button-wrapper {
    width: 100%;
  }

  .bullet-wrapper-left {
    flex-wrap: wrap;
  }

  .bullet-point-large {
    margin-bottom: 12px;
  }

  .cta-block-yellow {
    background-position: 0%;
    background-size: auto;
  }

  .bullet-wrapper-centre {
    flex-direction: column;
  }

  .title-grid {
    grid-template-columns: 2fr;
  }

  .value-card, .value-card-dark {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .feature-block-white {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .faq-column.padding-top-32 {
    margin-top: 0;
  }

  .faq-block {
    margin-bottom: 42px;
  }

  .title-wrap-split {
    flex-wrap: wrap;
  }

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

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

  .header-section-inner, .header-section-dark-inner {
    padding-top: 40px;
  }

  .header-grid-inner {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .title-grid-standard {
    grid-template-columns: 2fr;
  }

  .team-section-dark {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .form-account {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .header-section-blog, .header-section-dark-blog {
    padding-top: 40px;
  }

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

  .video-wrapper {
    height: auto;
  }

  .culture-grid-large, .blog-grid-small {
    grid-template-columns: 1fr;
  }

  .content-image-modern {
    width: 90%;
  }

  .content-section-large-dark {
    overflow: hidden;
  }

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

  .licence-graphic {
    height: 240px;
  }

  .testimoinal-card-dark {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .dark-pattern {
    display: none;
  }

  .company-section-globe {
    overflow: hidden;
  }

  .pricing-cell-lead, .pricing-banner {
    padding-left: 20px;
  }

  .header-saas {
    padding-top: 40px;
  }

  .quote-mark-right {
    display: none;
  }

  .company-value-card {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .globe-full {
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .globe-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-pattern {
    display: none;
    bottom: -5%;
  }

  .company-value-card-dark {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-section-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-grid-saas, .content-grid-dark {
    grid-template-columns: 1fr;
  }

  .title-grid-saas {
    grid-template-columns: 2fr;
  }

  .bullet-wrapper-cta {
    flex-direction: column;
  }

  .header-section-inner-dark {
    padding-top: 40px;
  }

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

  .header-section-dark-contact {
    padding-top: 40px;
  }

  .home-header-grid {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .title-button-wrap-left {
    justify-content: flex-start;
  }

  .navigation-block-left, .navigation-block-right {
    width: 100%;
  }

  .footer-newsletter-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .title-2.footer-nav-title {
    margin-bottom: 30px;
  }

  .footer-content-bottom {
    padding-top: 24px;
  }

  .paragraph-small.small-print {
    font-size: 14px;
  }

  .white-box.third {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .white-box.third.mobile-full-box {
    width: 98%;
    flex-direction: column;
    display: flex;
  }

  .white-box.two-third, .white-box.link-box {
    width: 100%;
  }

  .white-box.link-box.paper-box {
    width: 48%;
  }

  .navigation-item {
    flex-direction: column;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 14px;
  }

  .navigation-item.profile-nav {
    flex-direction: row;
  }

  .doc-description {
    max-height: 68px;
  }

  .nav-dropdown-list {
    justify-content: flex-end;
  }

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

  .footer-nav-box {
    margin-bottom: 40px;
  }

  .footer-nav-wrapper {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .divider.footer-divider {
    margin-top: 28px;
    margin-bottom: 69px;
  }

  .footer-content {
    margin-bottom: 61px;
  }
}

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

  .content-section {
    overflow: hidden;
  }

  .style-guide-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .title {
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .template-detail-block {
    padding: 0;
  }

  .body-large.max-width {
    padding-left: 10px;
    padding-right: 140px;
  }

  .body-large.sub-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .banner {
    text-align: center;
    background-position: 0%;
    background-size: auto;
  }

  .button.margin-right-16 {
    margin-right: 0;
  }

  .button.button-space {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.margin-bottom-16 {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .navigation-menu {
    border-style: solid;
    border-color: #e1dfec;
  }

  .header-section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
  }

  .hero-heading {
    text-align: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 0;
    font-size: 52px;
    line-height: 60px;
    display: block;
  }

  .header-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form.home {
    flex-direction: row;
    justify-content: center;
    display: inline;
  }

  .submit-button {
    width: 100%;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-section-dark {
    background-size: auto;
  }

  .hero-heading-white {
    margin-bottom: 145px;
    font-size: 50px;
    line-height: 60px;
  }

  .button-wrapper-centre {
    flex-direction: column;
    justify-content: center;
  }

  .button-grid, .logo-grid, .logo-centre, .logo-centre.margin-below-32 {
    grid-template-columns: 1fr;
  }

  .feature-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .chevron {
    margin-left: 4px;
  }

  .feature-grid-small {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-wrapper {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .saas-feature-column {
    padding-top: 0;
  }

  .content-message-card {
    max-width: 60%;
  }

  .avatar-large {
    margin-bottom: 28px;
  }

  .author-wrapper {
    flex-flow: column wrap;
    align-items: flex-start;
  }

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

  .footer-legal-bar {
    text-align: center;
  }

  .footer-socials {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .footer-grid-large, .footer-grid-horizontal {
    grid-template-columns: 1fr;
  }

  .avatar-medium {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .avatar-tab {
    width: 55px;
    height: 55px;
  }

  .testimonial-avatar-link {
    width: 65px;
    height: 65px;
  }

  .testimonial-menu {
    flex-direction: row;
  }

  .gallery-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .gallery-image-block {
    height: 100px;
  }

  .gallery-row-reversed {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  .pattern {
    display: none;
    bottom: -5%;
  }

  .form-block-large {
    margin-top: 20px;
  }

  .bullet-point-large {
    margin-bottom: 8px;
  }

  .phone-hand-wrapper {
    max-width: 100%;
  }

  .form-white {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    overflow: visible;
  }

  .cta-block-yellow {
    background-size: auto;
  }

  .bullet-wrapper-centre {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .value-section-dark {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .blog-sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-section-blue {
    background-position: 100%;
    background-size: auto;
  }

  .job-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .job-description {
    margin-bottom: 32px;
  }

  .job-card-dark {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

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

  .button-secondary.w-button,
  .button-full {
    width: 100%;
  }

  .text-field-plain {
    flex: 0 auto;
    padding-right: 0;
    font-size: 10px;
  }

  .text-field-plain.bottom-margin-8 {
    margin-bottom: 8px;
  }

  .category {
    margin-left: 4px;
    margin-right: 4px;
  }

  .header-wrapper-phone {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-section-inner, .header-section-dark-inner {
    padding-top: 32px;
  }

  .team-collection, .team-grid {
    grid-template-columns: 1fr;
  }

  .blog-header-wrapper {
    height: 300px;
  }

  .register-account {
    margin-bottom: 10px;
  }

  .account-link-wrap {
    flex-wrap: wrap;
  }

  .form-information {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-account {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section-blog, .header-section-dark-blog {
    padding-top: 32px;
  }

  .culture-number-grid, .culture-number-grid-large {
    grid-template-columns: 1fr;
  }

  .content-image-modern {
    bottom: 12px;
    left: 12px;
  }

  .content-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-row-centre {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .blog-author-wrapper {
    flex-wrap: wrap;
  }

  .licence-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .licence-graphic {
    height: 180px;
  }

  .author-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .explore {
    display: none;
  }

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

  .price-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 20px;
  }

  .pricing-card {
    padding: 0 20px 10px;
  }

  .pricing-number {
    font-size: 32px;
  }

  .pricing-card-feature {
    padding: 32px 20px;
  }

  .pricing-cell-lead, .pricing-banner {
    padding-left: 10px;
  }

  .header-saas {
    padding-top: 32px;
  }

  .cta-block-dark {
    background-position: 0%;
    background-size: cover;
  }

  .faq-question-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .faq-circle {
    min-height: 48px;
    min-width: 48px;
  }

  .faq-question-wrap-dark {
    padding-left: 14px;
    padding-right: 14px;
  }

  .faq-circle-dark {
    min-height: 48px;
    min-width: 48px;
  }

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

  .button-navigation {
    display: none;
  }

  .globe-full {
    min-width: auto;
  }

  .content-pattern {
    bottom: -2%;
  }

  .testimonial-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-block-phone {
    text-align: center;
  }

  .globe-avatars {
    max-width: 90%;
    left: auto;
    right: auto;
  }

  .avatar-author-medium {
    margin-bottom: 24px;
  }

  .content-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section-details {
    overflow: hidden;
  }

  .pricing-top-block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-block-saas {
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .browser-content {
    padding: 20px;
  }

  .pricing-top-block-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .account-buttons {
    display: none;
  }

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

  .header-section-inner-dark, .header-section-dark-contact {
    padding-top: 32px;
  }

  .submit-button-dark {
    width: 100%;
    background-color: #3521b5;
  }

  .cta-button, .cta-button-blue, .cta-button-white {
    margin-top: 16px;
  }

  .navigation-button-large, .navigation-button-small {
    display: none;
  }

  .navigation-menu-empty {
    border-style: solid;
    border-color: #e1dfec;
  }

  .navigation-link-signup {
    display: none;
  }

  .footer-content-bottom {
    padding-top: 20px;
  }

  .white-box.third {
    width: 100%;
  }

  .white-box.link-box.paper-box {
    max-width: 300px;
    min-width: 210px;
    margin-bottom: 4%;
  }

  .dashboard-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .tabs-2 {
    z-index: 9;
  }

  .navigation-item {
    width: 100%;
    font-size: 12px;
  }

  .navigation-item.profile-nav {
    width: auto;
  }

  .progress-text-column {
    font-size: 12px;
  }

  .dash-row.masonry {
    column-count: 1;
  }

  .columns {
    display: inline;
  }

  .text-field-2 {
    margin-left: 130px;
  }

  .container-default {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-nav-box {
    margin-bottom: 35px;
  }

  .divider.footer-divider {
    margin-bottom: 58px;
  }

  .footer-nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    margin-bottom: 51px;
  }

  .footer-nav-content {
    flex-wrap: wrap;
  }

  .section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .agency-list-2 {
    padding-right: 10px;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text {
    display: block;
  }

  .text-block-12 {
    width: 100%;
    display: block;
  }

  .heading-15 {
    font-size: 35px;
  }
}

#w-node-_5c77c598-5af1-839a-def7-d36925fe9a58-25fe9a53, #w-node-_5c77c598-5af1-839a-def7-d36925fe9a64-25fe9a53 {
  align-self: center;
}

#w-node-_5c77c598-5af1-839a-def7-d36925fe9a65-25fe9a53 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0005b6e8-a64d-0815-fb18-22a2cbae4827-cbae4822, #w-node-a7e5dd8b-6dfd-77c0-5676-ae6b7351f1d2-7351f1cf {
  align-self: center;
}

#w-node-a7e5dd8b-6dfd-77c0-5676-ae6b7351f1e4-7351f1cf {
  align-self: auto;
  justify-self: center;
}

#w-node-_7b2f209e-e072-0928-591d-838676a9ef6a-76a9ef67 {
  align-self: center;
}

#w-node-ba2a3b07-0d24-22a4-8454-26af01bbf5f9-01bbf5f6 {
  align-self: center;
  justify-self: auto;
}

#w-node-_07c528e5-f79f-fbed-d089-8e8e34b194f0-01bbf5f6 {
  align-self: center;
}

#w-node-b96bd4fc-47ce-a74f-1a6f-dc53c0ef1c39-c0ef1c1e, #w-node-b96bd4fc-47ce-a74f-1a6f-dc53c0ef1c45-c0ef1c1e, #w-node-b96bd4fc-47ce-a74f-1a6f-dc53c0ef1c49-c0ef1c1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_514b032d-d573-f43d-3da9-16dbc81ff8e5-c81ff8e0, #w-node-_514b032d-d573-f43d-3da9-16dbc81ff8f2-c81ff8e0 {
  align-self: center;
}

#w-node-_514b032d-d573-f43d-3da9-16dbc81ff8f3-c81ff8e0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0307a194-b50f-102e-3df4-f1d2bb282e7b-be3b2812 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_0307a194-b50f-102e-3df4-f1d2bb282e81-be3b2812 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0307a194-b50f-102e-3df4-f1d2bb282e83-be3b2812 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f57d2613-9f8d-a741-3ae8-6b5025e8e408-be3b2812 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f57d2613-9f8d-a741-3ae8-6b5025e8e40e-be3b2812 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f57d2613-9f8d-a741-3ae8-6b5025e8e410-be3b2812 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-_585f9685-c9d2-8243-b3db-2b5797f941d9-97f941d6, #w-node-ef716875-8f75-4bb2-a20c-d51ac4e78b5c-c4e78b59 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_84e36683-fea4-4e88-ba1b-5b670943a5b5-833e8351 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0307a194-b50f-102e-3df4-f1d2bb282e7b-be3b2812 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0307a194-b50f-102e-3df4-f1d2bb282e81-be3b2812, #w-node-_0307a194-b50f-102e-3df4-f1d2bb282e82-be3b2812 {
    justify-self: end;
  }

  #w-node-_0307a194-b50f-102e-3df4-f1d2bb282e83-be3b2812 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f57d2613-9f8d-a741-3ae8-6b5025e8e408-be3b2812 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f57d2613-9f8d-a741-3ae8-6b5025e8e40e-be3b2812, #w-node-f57d2613-9f8d-a741-3ae8-6b5025e8e40f-be3b2812 {
    justify-self: end;
  }

  #w-node-f57d2613-9f8d-a741-3ae8-6b5025e8e410-be3b2812 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_84e36683-fea4-4e88-ba1b-5b670943a5b5-833e8351 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c54ac7b6-ceea-2e3c-eb0d-d67f2d843726-2d843723, #w-node-c54ac7b6-ceea-2e3c-eb0d-d67f2d843738-2d843723 {
    order: -9999;
  }

  #w-node-af9e25f2-0cff-d51d-26b5-73563987e6a0-3987e68b, #w-node-af9e25f2-0cff-d51d-26b5-73563987e6a4-3987e68b, #w-node-af9e25f2-0cff-d51d-26b5-73563987e6a8-3987e68b, #w-node-af9e25f2-0cff-d51d-26b5-73563987e6ac-3987e68b, #w-node-_09d6a3bb-3417-cf9f-eae3-ac364087d6b9-4087d6a4, #w-node-_09d6a3bb-3417-cf9f-eae3-ac364087d6bd-4087d6a4, #w-node-_09d6a3bb-3417-cf9f-eae3-ac364087d6c1-4087d6a4, #w-node-_09d6a3bb-3417-cf9f-eae3-ac364087d6c5-4087d6a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49abd9c2-4e84-e926-5f13-f332c2e3b101-c2e3b0db, #w-node-_1e31a39c-0571-62ac-2c7b-81f0903b740d-903b73e8, #w-node-_1e31a39c-0571-62ac-2c7b-81f0903b741f-903b73e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3bc7682b-34e7-bcb9-b792-f2806a42bc1e-8d3b281c, #w-node-_3bc7682b-34e7-bcb9-b792-f2806a42bc45-8d3b281c {
    order: -9999;
  }

  #w-node-_76209ac5-0e97-08a8-4152-4ac6aa07e5ba-aa07e59d, #w-node-_8eca2d6f-17bf-a58a-e738-51c7b2b02570-b2b02552 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e39ad82e-1602-d8fa-4369-52908de44595-c73b2855, #w-node-e6d57079-e0eb-4ccb-520a-3e1c95281122-c73b2855 {
    order: -9999;
  }

  #w-node-_6c387220-819b-6c03-bdb4-1f3374edf8bb-74edf8a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_514b032d-d573-f43d-3da9-16dbc81ff8f3-c81ff8e0, #w-node-_49abd9c2-4e84-e926-5f13-f332c2e3b101-c2e3b0db, #w-node-_76209ac5-0e97-08a8-4152-4ac6aa07e5ba-aa07e59d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ba2a3b07-0d24-22a4-8454-26af01bbf5f9-01bbf5f6 {
    justify-self: center;
  }

  #w-node-_1e31a39c-0571-62ac-2c7b-81f0903b740d-903b73e8, #w-node-_1e31a39c-0571-62ac-2c7b-81f0903b741f-903b73e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34917ead-bcd5-eda2-44c1-5531c6cf0f8d-8d3b281c {
    justify-self: auto;
  }

  #w-node-_8eca2d6f-17bf-a58a-e738-51c7b2b02570-b2b02552 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans Display';
  src: url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}