.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;
}

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: 64px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  color: #141125;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 64px;
  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 {
  background-color: rgba(249, 189, 100, .08);
  padding: 72px 3%;
  display: flex;
}

.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: #c09133;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.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;
}

.sammas---blue {
  background-color: #1c1846;
}

.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;
}

.sammas---gold {
  background-color: #c09133;
}

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

.body-large {
  color: #5b5675;
  letter-spacing: -.03em;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

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

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

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

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

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

.turquoise-lighter {
  background-color: rgba(192, 145, 51, .22);
}

.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);
}

.sammas---red {
  background-color: #de2a21;
}

.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;
}

.sammas---grey-blue {
  background-color: #676381;
}

.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: none;
}

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

.logo {
  min-width: 100px;
}

.nav-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;
}

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

.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 {
  background-color: #c09133;
  border-color: #c09133;
  margin-top: 32px;
  font-family: Plusjakartasans, sans-serif;
}

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

.button.margin-bottom-16, .button.button-landing-mix {
  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;
  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 {
  padding: 60px 3% 72px;
}

.container {
  width: 100%;
  max-width: 90%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.hero-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.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;
}

.form {
  max-height: 56px;
  background-color: #fff;
  border: 1px solid #e1dfec;
  border-radius: 500px;
  align-items: center;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

.text-field {
  min-height: 48px;
  color: #8c87a6;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e1dfec;
  border-radius: 500px;
  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: #5138ee;
  border-radius: 500px;
  padding: 12px 24px;
  transition: background-color .2s;
}

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

.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: #fff;
  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: #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: 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-secondary:hover {
  color: #fff;
  background-color: #6d6af8;
  border-color: #6d6af8;
}

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

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

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

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

.button-secondary.cta-button-large {
  margin-top: 32px;
  margin-bottom: 32px;
}

.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%;
  display: none;
}

.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: 90%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  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;
  justify-content: center;
  justify-items: center;
  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: #fff;
  margin-bottom: 16px;
}

.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 {
  color: #c09133;
  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: #0a071b;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: none;
}

.background-blue {
  z-index: -1;
  height: 100%;
  background-color: rgba(192, 145, 51, .22);
  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: rgba(192, 145, 51, .22);
  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%;
}

.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;
  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: rgba(192, 145, 51, .22);
  padding: 72px 3%;
}

.title-wrap-large-centre {
  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;
}

.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 {
  flex-direction: column;
  align-items: flex-start;
  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 {
  background-image: url('../images/Background-Shape.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  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-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

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

.footer-column {
  flex-direction: column;
  align-items: center;
  font-family: Plusjakartasans, sans-serif;
  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: #c09133;
  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;
  justify-content: center;
  justify-items: center;
}

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

.footer-grid-large {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  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;
  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: rgba(192, 145, 51, .22);
  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: auto;
  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;
  background-image: url('../images/Company-Blue-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 3% 40px;
  overflow: hidden;
}

.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: #9fa9ff;
  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;
}

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

.bullet-wrapper-left {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-small {
  color: #0a071b;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  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;
}

.button-light-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 #fff;
  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-text:hover, .button-light-text:focus {
  border-color: #b197ff;
}

.cta-block-light {
  min-height: 420px;
  text-align: left;
  background-color: #f5f3fe;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 5%;
  display: flex;
  position: relative;
}

.cta-wrapper {
  height: 100%;
  max-width: 60%;
  min-height: 260px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.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 {
  min-height: 56px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 500px;
  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: 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;
}

.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: rgba(192, 145, 51, .22);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  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-gold {
  color: #c09133;
  letter-spacing: -.03em;
  margin-bottom: 22px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.home-feature-grid {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 300px;
}

.culture-section {
  background-color: rgba(192, 145, 51, .22);
  padding: 72px 3%;
  display: none;
}

.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: 32px;
}

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

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

.home-feature-grid-right {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-columns: 1fr;
  margin-bottom: 42px;
}

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

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

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

.flowbase-hero-badge {
  width: 220px;
  margin-top: 24px;
}

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

.nav-link-dropdown:hover {
  color: #c09133;
  background-color: rgba(192, 145, 51, .15);
}

.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;
}

.header-accent-block {
  z-index: -1;
  height: 70%;
  background-color: #f8f7fc;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-content-home {
  max-width: 500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.job-wrapper {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  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: #c09133;
  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: #c09133;
  letter-spacing: -.02em;
  margin-right: 16px;
  font-weight: 500;
}

.job-section {
  background-color: rgba(192, 145, 51, .22);
  padding: 92px 3%;
  display: none;
}

.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;
}

.overview-title {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 72px;
}

.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;
}

.overview-wrapper {
  margin-bottom: 140px;
}

.page-title {
  text-align: center;
  background-color: rgba(248, 247, 252, .56);
  border-radius: 100px;
  margin-top: 32px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
}

.page-grid {
  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: 100%;
  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 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

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

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

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

.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%;
  display: none;
}

.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;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px #e1dfec;
  border-radius: 500px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
}

.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 {
  min-width: 105px;
}

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

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

.header-grid-inner {
  max-width: 90%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}

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

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

.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-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-card {
  background-color: #fff;
  border: 1px #f8f7fc;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  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-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.team-job-type {
  color: #c09133;
  font-family: Plusjakartasans, sans-serif;
  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%;
  display: none;
}

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

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

.page-link {
  color: #8c87a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.page-link:hover {
  color: #5138ee;
  transform: translate(0, -4px);
}

.utility-page-wrap {
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  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: #5138ee;
  background-image: url('../images/Account-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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 {
  margin-bottom: 24px;
}

.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 {
  max-width: 100%;
  position: relative;
  bottom: auto;
  left: auto;
}

.content-grid-modern {
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  grid-template: "Area"
  / 44% 1fr;
}

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

.analytics-wrapper {
  background-image: url('../images/Anayltics-Base.svg');
  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: #fff;
  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: 100px;
  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: 500px;
  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-position: 50%;
  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 {
  padding: 20px 40px 40px;
}

.pricing-section {
  padding-left: 3%;
  padding-right: 3%;
}

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

.pricing-number {
  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: #fff;
  padding: 40px;
  position: relative;
  top: -120px;
  box-shadow: 81px 81px 144px -46px rgba(43, 29, 103, .06);
}

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

.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 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-feature {
  color: #110b54;
  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 1fr;
}

.pricing-cell {
  min-height: 100px;
  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 {
  padding: 100px 3%;
  position: relative;
}

.pricing-grid-text-dark {
  color: #0a071b;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-grid-text {
  color: #5138ee;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.header-saas {
  height: 80vh;
  justify-content: center;
  align-items: center;
  padding: 48px 3% 72px;
  display: flex;
}

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

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

.body-medium-grey {
  color: #c09133;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  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;
}

.body-dark {
  background-color: #0a071b;
}

.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 {
  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 {
  text-align: center;
  padding: 80px 3%;
}

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

.featured-blog {
  overflow: hidden;
}

.button-navigation {
  min-height: 40px;
  color: #c09133;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(192, 145, 51, .15);
  border: 2px solid rgba(192, 145, 51, 0);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

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

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

.button-navigation:focus {
  border: 2px solid rgba(192, 145, 51, .15);
}

.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%;
}

.header-block-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.home-feature-image {
  min-height: 600px;
  background-image: url('../images/UI-Sections.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.header-home {
  padding: 80px 3% 110px;
}

.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 {
  background-color: rgba(192, 145, 51, .22);
  padding: 72px 3%;
  display: block;
}

.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;
}

.header-contact {
  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: 72px 3%;
  display: flex;
}

.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: 45px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  justify-content: space-between;
  margin-top: 51px;
}

.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: #c09133;
  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: #5138ee;
  background-image: url('../images/Header-Pattern-Company.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 64px 3% 220px;
  display: flex;
}

.tabs-menu-dark {
  z-index: 5;
  background-color: #3521b5;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  top: -170px;
}

.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: 600px;
}

.analytics-faces {
  display: none;
  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;
}

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

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

.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 {
  width: 100%;
  max-width: 530px;
}

.account-asset-large {
  width: 100%;
  max-width: 648px;
}

.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;
}

.cta-block-home {
  text-align: center;
  background-color: #5138ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 3%;
  display: flex;
}

.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 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2%;
  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: #f5f3fe;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 700;
}

.contact-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 400;
}

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

.contact-text-primary {
  color: #c09133;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 400;
}

.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;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.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: 50px;
  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: #5138ee;
  background-color: #f5f3fe;
}

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

.navigation-link-signup {
  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-link-signup:hover {
  color: #fff;
  background-color: #6d6af8;
  border-color: #6d6af8;
}

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

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

.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, .heading-4, .heading-5, .heading-6 {
  font-family: Plusjakartasans, sans-serif;
}

.text-block-2 {
  color: #c09133;
}

.title-2 {
  color: #c09133;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

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

.button---nav {
  min-height: 40px;
  color: #0a071b;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 8px 24px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button---nav:hover {
  color: #fff;
  background-color: #c09133;
  border-color: #c09133;
}

.button---nav:active {
  background-color: #aa8231;
  border-color: #aa8231;
}

.button---nav:focus {
  border: 2px solid rgba(192, 145, 51, .15);
}

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

.header-saas-copy {
  min-height: 80vh;
  background-image: url('../images/About-us-page-cuate.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  align-items: center;
  padding: 48px 3% 72px;
  display: flex;
}

.div-block {
  width: 75%;
}

.job-section---minimal {
  text-align: center;
  background-color: rgba(192, 145, 51, .22);
  display: block;
}

.button-2 {
  justify-content: center;
  display: flex;
}

.div-block-3 {
  width: 25%;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.button-navigation---dark {
  min-height: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #c09133;
  border: 2px solid rgba(192, 145, 51, 0);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-navigation---dark:hover {
  color: #fff;
  background-color: #8f6d28;
  border-color: #8f6d28;
}

.button-navigation---dark:active {
  background-color: #aa8231;
  border-color: #aa8231;
}

.button-navigation---dark:focus {
  border: 2px solid rgba(192, 145, 51, .15);
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.heading-7 {
  font-family: Plusjakartasans, sans-serif;
}

.test {
  height: 80vh;
  background-color: rgba(192, 145, 51, .22);
  align-items: center;
  padding: 48px 3% 72px;
  display: flex;
}

.heading-8, .heading-9 {
  font-family: Plusjakartasans, sans-serif;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  padding: 0 3%;
}

.body-medium---left-aligned {
  height: 80%;
  max-width: none;
  color: #0a071b;
  text-align: left;
  letter-spacing: -.03em;
  justify-content: center;
  margin-top: 2%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 3%;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.who-we-are {
  background-color: rgba(192, 145, 51, .22);
  padding: 80px 3%;
  display: block;
}

.who-we-are.rmge {
  background-color: rgba(249, 189, 100, .08);
}

.container---insight-tool {
  width: auto;
  max-width: 90%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-grid---insight-tool-2 {
  z-index: 5;
  max-width: 90%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  position: relative;
}

.title-3 {
  color: #7094dd;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.h5-title-2 {
  margin-bottom: auto;
}

.container---user-personas {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.jobs-1---section {
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: auto;
  padding: 80px 3%;
  display: block;
}

.jobs-1---section.yellow-tint {
  background-color: rgba(192, 145, 51, .22);
}

.image---standard {
  max-width: 90%;
}

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

.body-large-2 {
  color: #636363;
  letter-spacing: -.03em;
  margin-top: 10px;
  font-size: 18px;
  line-height: 32px;
}

.header-content-home-2 {
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.titles---1 {
  width: auto;
  max-width: none;
  color: #161616;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.header-grid-home-2 {
  width: auto;
  max-width: 90%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 47%;
  justify-content: center;
  justify-items: center;
}

.button-3 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #7094dd;
  border: 2px solid #7094dd;
  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-3:hover {
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.button-3:active {
  background-color: #1d2455;
  border-color: #1d2455;
}

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

.button-3.margin-top-32 {
  background-color: #7094dd;
  border-style: none;
  margin-top: 32px;
}

.button-3.margin-top-32:hover {
  background-color: #1d2455;
  border-style: none;
}

.button-3.margin-top-32.saem-col-prim-1 {
  background-color: #1d2455;
  margin-top: 15px;
}

.titles---jobs {
  width: 100%;
  max-width: none;
  color: #161616;
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.who-we-are---1 {
  background-color: rgba(192, 145, 51, .22);
  margin-top: auto;
  margin-bottom: auto;
  padding: 80px 3%;
}

.container-3 {
  max-width: 1280px;
}

.value---grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  justify-content: center;
  align-items: start;
}

.our-values---1 {
  background-color: rgba(192, 145, 51, .22);
  padding: 72px 3%;
  display: block;
}

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

.value---image {
  width: 65%;
  max-width: none;
}

.our-values---1-copy {
  background-color: rgba(249, 189, 100, .08);
  padding: 72px 3%;
}

.our-values---1-copy.section-grey {
  background-color: #f8f7fc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.value---grid-copy {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  justify-content: center;
  align-items: start;
}

.value---grid-copy.mobile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
}

.our-values---title {
  text-align: center;
  margin-bottom: 24px;
}

.container-medium {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  max-width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.value---image-copy {
  width: 75%;
  max-width: none;
}

.text-block---footer {
  color: #0a071b;
  font-family: Plusjakartasans, sans-serif;
  font-size: 12px;
}

.footer-link-2 {
  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-2:hover {
  color: #7094dd;
}

.image-9 {
  display: none;
}

.title-grey-500-2 {
  color: #636363;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 8px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.footer-column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #c09133;
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-size: 12px;
  line-height: 32px;
  text-decoration: none;
}

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

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

.text-block-3 {
  color: #0a071b;
  font-family: Plusjakartasans, sans-serif;
}

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

.columns {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-family: Plusjakartasans, sans-serif;
}

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

.footer-link-3 {
  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-3:hover {
  color: #5138ee;
}

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

.heading-10 {
  line-height: 76px;
}

.body-large-white-2 {
  color: #c09133;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 1%;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

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

.image---standard-copy {
  max-width: 75%;
  text-align: left;
}

.heading-11 {
  text-align: center;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 700;
}

.body-medium-copy {
  color: #0a071b;
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.header-content-home-2-copy {
  max-width: 75%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.job-section---1-copy {
  background-color: rgba(192, 145, 51, .22);
  margin-top: auto;
  margin-bottom: auto;
  padding: 80px 3%;
  display: block;
}

.body-medium-copy-2 {
  color: #0a071b;
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.job-section---1-copy-2 {
  background-color: rgba(192, 145, 51, .22);
  margin-top: auto;
  margin-bottom: auto;
  padding: 80px 3%;
}

.button-navigation---dark-2 {
  min-height: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #c09133;
  border: 2px solid rgba(192, 145, 51, 0);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-navigation---dark-2:hover {
  color: #fff;
  background-color: #8f6d28;
  border-color: #8f6d28;
}

.button-navigation---dark-2:active {
  background-color: #aa8231;
  border-color: #aa8231;
}

.button-navigation---dark-2:focus {
  border: 2px solid rgba(192, 145, 51, .15);
}

.social-grid-copy {
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 25px) minmax(16px, 25px);
  margin-top: 12px;
}

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

.testimonial-columns {
  display: flex;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-paragraph-2 {
  color: #546681;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.right-arrow {
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 35%;
}

.slider-left {
  min-height: 45px;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px rgba(0, 22, 50, .1);
}

.testimonial-content-wrap {
  width: 50%;
  min-height: 350px;
  align-items: center;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.left-arrow {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.icon-3 {
  color: #4c4172;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

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

.arrow {
  width: 28px;
}

.logo-2 {
  width: 114px;
  margin-bottom: 8px;
}

.slide-nav {
  display: none;
}

.author-name-2 {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.testimonial-image-block {
  width: 50%;
  min-height: 350px;
  justify-content: center;
  align-items: center;
  padding: 85px;
  display: flex;
  position: relative;
}

.testimonial-image {
  width: 100%;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

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

.handle {
  width: 6em;
  height: 400%;
  cursor: grab;
  background-color: #000;
  border-radius: 100vw;
  position: relative;
  top: -150%;
}

.team_heading-wrap {
  padding-bottom: 3.1em;
}

.container-7 {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 12em;
  position: relative;
}

.item {
  width: 26em;
  cursor: grab;
  flex: none;
  padding-right: 1em;
}

.list-2 {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  transform: translate(0%);
}

.slider_wrap.is-first {
  padding-bottom: 8em;
}

.wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.track {
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 100vw;
  margin-top: 3em;
}

.image-10 {
  max-width: none;
}

.testimonial-image-2 {
  width: auto;
  height: auto;
  max-width: 80%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-card-2 {
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, .18), 11px 0 20px -9px rgba(79, 94, 120, .1);
}

.author-image {
  width: 50px;
  border-radius: 100px;
  margin-right: 14px;
  display: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .14);
}

.author-name-3 {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.horizontal-quote-h4 {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.horizontal-angle {
  z-index: 99;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.testimonial-section-2 {
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3% 120px;
  display: block;
  overflow: hidden;
}

.left-arrow-2 {
  width: 45px;
  height: 45px;
  background-color: #c09133;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow-2:hover {
  transform: translate(-2px);
}

.author-block-2 {
  align-items: center;
  margin-top: 25px;
  display: block;
}

.slider-horizontal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial---slider-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.play-icon {
  width: 60px;
}

.right-arrow-2 {
  width: 45px;
  height: 45px;
  background-color: #c09133;
  border-radius: 100px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow-2:hover {
  transform: translate(2px);
}

.slide-nav-2 {
  max-width: 150px;
  background-color: #fff;
  border-radius: 500px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.horizontal-fixed-height {
  min-height: 0;
}

.horizontal-logo {
  margin-bottom: 25px;
  display: none;
}

.play-button {
  position: absolute;
}

.column-wrap {
  display: flex;
}

.testimonial-image-wrap {
  width: 40%;
  height: 350px;
  background-color: rgba(192, 145, 51, .22);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-content-block {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 75px;
  display: flex;
}

.mask-horizontal {
  overflow: visible;
}

.author-job {
  color: rgba(21, 28, 52, .5);
  font-family: Plusjakartasans, sans-serif;
}

.paragraph {
  text-align: center;
}

.contact-us---section, .our-values {
  background-color: rgba(249, 189, 100, .08);
  padding: 80px 3%;
}

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

.value---grid-copy-copy {
  grid-column-gap: 105px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  justify-content: center;
  align-items: start;
}

.read-more---1 {
  color: #c09133;
  text-align: center;
  margin-top: -2%;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 700;
}

.values---paragraph {
  color: #0a071b;
  text-align: left;
  font-family: Plusjakartasans, sans-serif;
}

.image-11 {
  max-width: 100%;
}

.columns-2 {
  max-width: 1280px;
  justify-content: center;
  display: flex;
}

.map-container---1 {
  max-width: 90%;
}

.map-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 58%);
}

.malta {
  background-color: rgba(192, 145, 51, .22);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.content-grid-modern-copy {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.titles---1-copy {
  width: 100%;
  max-width: none;
  color: #161616;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.content-section-copy {
  background-color: rgba(249, 189, 100, .08);
  padding: 72px 3%;
  display: none;
}

.employee-testimonial {
  background-color: rgba(249, 189, 100, .08);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.quote---paragraph {
  color: #0a071b;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
}

.paragraph-2 {
  color: #c09133;
}

.container-10 {
  justify-content: center;
  display: flex;
}

.employee-testimonial---container {
  text-align: center;
  margin-top: 2%;
}

.paragraph-3 {
  color: #0a071b;
  font-family: Plusjakartasans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-4 {
  color: #0a071b;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
}

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

.content-section-copy {
  background-color: rgba(249, 189, 100, .08);
  padding: 72px 3%;
  display: flex;
}

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

.grid-4 {
  text-align: center;
  grid-template-columns: 1fr;
}

.what-we-worked-on {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.what-we-worked-on---grid {
  max-width: 90%;
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}

.container-13 {
  max-width: 90%;
  text-align: center;
  justify-content: center;
  display: flex;
}

.what-we-worked-on---image {
  width: 80%;
  box-shadow: 0 6px 20px 5px rgba(0, 0, 0, .14);
}

.container-14 {
  max-width: 90%;
}

.container-15 {
  max-width: 90%;
  text-align: center;
}

.section-3 {
  background-color: rgba(192, 145, 51, .22);
  padding-top: 80px;
  padding-bottom: 80px;
}

.button-navigation---dark-copy {
  min-height: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #c09133;
  border: 2px solid rgba(192, 145, 51, 0);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-navigation---dark-copy:hover {
  color: #fff;
  background-color: #8f6d28;
  border-color: #8f6d28;
}

.button-navigation---dark-copy:active {
  background-color: #aa8231;
  border-color: #aa8231;
}

.button-navigation---dark-copy:focus {
  border: 2px solid rgba(192, 145, 51, .15);
}

.container-16 {
  max-width: 90%;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.worked-on {
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 3%;
}

.container-17 {
  max-width: 90%;
}

.content-grid-modern-2 {
  max-width: 90%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr;
  margin-top: 5%;
}

.column {
  text-align: center;
  display: flex;
}

.container-18 {
  max-width: none;
}

.div-block-4 {
  max-width: 25%;
}

.columns-3 {
  max-width: 90%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-19 {
  max-width: 90%;
}

.div-block-5 {
  justify-content: center;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
}

.paragraph---quote {
  max-width: 75%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map---title {
  margin-bottom: 2%;
}

.body-medium---left-aligned-copy {
  max-width: 75%;
  color: #0a071b;
  text-align: left;
  letter-spacing: -.03em;
  justify-content: center;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.columns-4 {
  max-width: 90%;
  justify-content: center;
  margin-left: auto;
  display: flex;
}

.div-block-6 {
  max-width: 90%;
  justify-content: center;
  display: flex;
}

.grid-5 {
  max-width: 90%;
  grid-template-rows: auto;
}

.container-20 {
  max-width: 90%;
}

.what-we-worked-on---container {
  width: 100%;
  max-width: 90%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.what-we-worked-on---grid-1 {
  max-width: 90%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template: "."
  / 44% 1fr;
  margin-top: 3%;
  margin-bottom: 1%;
}

.div-block-7 {
  max-width: 90%;
  display: flex;
}

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

.container---what-we-worked-on {
  width: 100%;
  max-width: 90%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-copy {
  background-color: rgba(249, 189, 100, .08);
  padding: 80px 3%;
}

.container-21 {
  max-width: 90%;
}

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

.contact---2 {
  background-color: rgba(249, 189, 100, .08);
  padding: 80px 3%;
  display: block;
}

.what-we-worked-on---div {
  max-width: 85%;
  text-align: center;
}

.bold-text {
  color: #0a071b;
  font-family: Plusjakartasans, sans-serif;
  font-size: 32px;
}

.values---title {
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
}

.testimonial---text {
  color: #0a071b;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.values---paragraph---streamlined {
  color: #0a071b;
  text-align: left;
  padding-left: 15%;
  padding-right: 15%;
  font-family: Plusjakartasans, sans-serif;
}

.heading-12 {
  font-family: Plusjakartasans, sans-serif;
}

.image---standard-2 {
  max-width: 100%;
}

.testimonial---name {
  padding-bottom: 5%;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.container---eyeexam {
  width: 100%;
  max-width: 90%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.eyeexam---grid {
  max-width: 90%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr;
  margin-top: 5%;
}

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

.bottom-cookie-wrapper {
  background-color: #1f1f1f;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-button-bottom {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.cookie-span {
  color: #b5e3f4;
  border-bottom-style: none;
  font-weight: 600;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  color: #fff;
  text-align: center;
  background-color: #c09133;
  border: 2px solid #c09133;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #c09133;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c09133;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #c09133;
  border: 1px #c09133;
  border-bottom-style: solid;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f8f7fc;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.privacy-policy {
  height: 80%;
  max-width: none;
  color: #0a071b;
  text-align: left;
  letter-spacing: -.03em;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.image-11-copy {
  max-width: 100%;
}

.remoge {
  background-color: rgba(192, 145, 51, .22);
  padding: 80px 3%;
}

.remoge-1 {
  background-color: rgba(249, 189, 100, .08);
  padding: 0 3% 80px;
}

.remoge_image {
  width: 90%;
  max-width: 90%;
  box-shadow: none;
}

.link {
  color: #0a071b;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .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 {
    width: auto;
    height: auto;
    background-color: #fff;
    justify-content: center;
    top: 73px;
  }

  .navigation-menu {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    margin-left: 10px;
    padding: 12px;
  }

  .navigation-menu:hover {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(192, 145, 51, .22);
  }

  .navigation-menu:active {
    color: rgba(0, 0, 0, 0);
    border-color: #c09133;
  }

  .navigation-menu:focus {
    background-color: rgba(192, 145, 51, .22);
  }

  .navigation-menu.w--open {
    background-color: rgba(192, 145, 51, .22);
    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;
  }

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

  .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;
  }

  .home-feature-grid {
    grid-column-gap: 42px;
  }

  .nav-link-dropdown {
    width: 100%;
    border-radius: 0;
  }

  .dropdown-link {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: relative;
  }

  .header-grid-home {
    grid-row-gap: 62px;
    grid-template-columns: 1fr;
  }

  .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;
    grid-template-columns: 1fr;
  }

  .title-grid-standard {
    grid-template-columns: 1.5fr 2fr;
  }

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

  .team-content {
    align-items: center;
  }

  .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: 0;
    left: 0;
  }

  .content-grid-modern {
    grid-column-gap: 52px;
    grid-template-columns: 1fr;
  }

  .content-block {
    align-items: center;
  }

  .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;
  }

  .header-saas {
    height: auto;
  }

  .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%;
  }

  .home-feature-image {
    background-size: cover;
  }

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

  .content-column {
    position: static;
  }

  .header-contact-large {
    max-height: none;
  }

  .content-grid-saas {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-link-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .content-link-card {
    text-align: center;
    justify-content: center;
  }

  .pricing-grid-saas {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs {
    top: -100px;
  }

  .header-pricing {
    padding-bottom: 140px;
  }

  .tabs-menu-dark {
    margin-bottom: 120px;
    top: 0;
  }

  .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;
  }

  .contact-link-block {
    align-items: center;
  }

  .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;
  }

  .content-link-card-light {
    text-align: center;
    justify-content: center;
  }

  .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;
  }

  .button---nav {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-right: 0;
    font-family: Plusjakartasans, sans-serif;
  }

  .header-grid-inner-copy {
    grid-column-gap: 42px;
  }

  .div-block-2 {
    text-align: center;
  }

  .test {
    height: auto;
  }

  .container---insight-tool {
    text-align: center;
  }

  .feature-grid---insight-tool-2 {
    max-width: 80%;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    margin-top: 5%;
  }

  .jobs-1---section {
    padding-top: 80px;
  }

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

  .header-content-home-2 {
    align-items: center;
  }

  .titles---1 {
    width: 100%;
    text-align: center;
  }

  .header-grid-home-2 {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-3.margin-top-32.saem-col-prim-1 {
    width: 40%;
  }

  .titles---jobs {
    width: 100%;
    text-align: center;
  }

  .who-we-are---1 {
    padding-top: 0;
  }

  .value---image {
    width: 75%;
  }

  .footer-column-2 {
    text-align: left;
  }

  .footer-grid-large-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
    margin-left: 5%;
    margin-right: 5%;
  }

  .body-large-white-2 {
    text-shadow: 1px 1px 5px #000;
  }

  .header-grid-home-2-copy {
    grid-row-gap: 62px;
    grid-template-columns: 1fr;
  }

  .header-content-home-2-copy {
    align-items: center;
  }

  .job-section---1-copy, .job-section---1-copy-2 {
    padding-top: 0;
  }

  .social-grid-copy {
    justify-content: center;
  }

  .team-grid-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .container-7 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .testimonial-image-2 {
    max-width: 120%;
    position: relative;
  }

  .testimonial---slider-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .contact-us---section {
    padding-top: 20px;
  }

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

  .content-grid-modern-copy {
    grid-column-gap: 52px;
    grid-template-columns: 1fr;
  }

  .titles---1-copy {
    width: 100%;
    text-align: center;
  }

  .employee-testimonial {
    display: block;
  }

  .what-we-worked-on---image {
    width: 100%;
  }

  .content-grid-modern-2 {
    grid-column-gap: 52px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .gallery---malta, .paragraph---quote, .body-medium---left-aligned-copy {
    max-width: 90%;
  }

  .what-we-worked-on---grid-1 {
    grid-column-gap: 52px;
    grid-template-columns: 1fr;
  }

  .gallery---container {
    max-width: 95%;
  }

  .icon-4 {
    color: #c09133;
  }

  .container---what-we-worked-on, .what-we-worked-on---div {
    margin-top: 3%;
  }

  .image-12 {
    margin-top: 25px;
  }

  .values---paragraph---streamlined {
    padding-left: 0%;
    padding-right: 0%;
  }

  .html-embed {
    margin-top: 0;
  }

  .container---eyeexam {
    margin-top: 3%;
  }

  .eyeexam---grid {
    grid-column-gap: 52px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .remoge_image {
    width: 100%;
  }
}

@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;
  }

  .header-grid {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .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: 0;
  }

  .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;
  }

  .home-feature-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 1.4fr;
  }

  .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;
  }

  .header-grid-home {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .overview-title {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

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

  .page-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .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%;
  }

  .header-home {
    padding-top: 40px;
  }

  .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%;
  }

  .header-grid-inner-copy {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .header-saas-copy, .test {
    padding-top: 40px;
  }

  .feature-grid---insight-tool-2 {
    grid-template-columns: 1fr;
  }

  .jobs-1---section {
    overflow: hidden;
  }

  .header-grid-home-2 {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .who-we-are---1 {
    overflow: hidden;
  }

  .footer-socials-2 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: auto;
  }

  .header-grid-home-2-copy {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .job-section---1-copy, .job-section---1-copy-2 {
    overflow: hidden;
  }

  .team-grid-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .logo-2 {
    width: 130px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-image {
    max-width: 390px;
  }

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

  .testimonial-image-2 {
    max-width: 65%;
  }

  .testimonial-card-2 {
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

  .testimonial-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .content-section---2, .content-section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .employee-testimonial {
    padding-top: 60px;
  }

  .content-section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@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;
  }

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

  .template-detail-block {
    padding: 0;
  }

  .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;
  }

  .button.button-landing-mix {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .nav-menu {
    top: 70px;
  }

  .navigation-menu {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-color: #e1dfec;
    display: none;
  }

  .navigation-menu:active {
    background-color: rgba(192, 145, 51, .22);
    display: none;
  }

  .navigation-menu.w--open {
    display: block;
  }

  .header-section {
    padding-top: 32px;
  }

  .hero-heading {
    width: auto;
    font-size: 48px;
    line-height: 55px;
  }

  .header-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button {
    width: 100%;
  }

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-section-dark {
    background-size: auto;
  }

  .hero-heading-white {
    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;
    align-items: center;
    margin-bottom: 0%;
    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, .page-grid {
    grid-template-columns: 1fr;
  }

  .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 {
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .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;
  }

  .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 {
    height: auto;
    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: block;
  }

  .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;
  }

  .home-feature-image {
    background-size: cover;
  }

  .header-home {
    padding-top: 32px;
  }

  .avatar-author-medium {
    margin-bottom: 24px;
  }

  .content-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section-details {
    overflow: hidden;
  }

  .content-grid-saas {
    grid-template-rows: auto auto;
  }

  .content-link-card {
    justify-content: center;
  }

  .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;
  }

  .contact-link-block {
    text-align: center;
  }

  .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;
  }

  .content-link-card-light {
    justify-content: center;
  }

  .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;
  }

  .button---nav {
    display: block;
  }

  .header-saas-copy {
    padding-top: 32px;
  }

  .button-navigation---dark {
    display: block;
  }

  .test {
    height: auto;
    padding-top: 32px;
  }

  .feature-grid---insight-tool-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 10%;
  }

  .jobs-1---section, .jobs-1---section.yellow-tint {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image---standard {
    max-width: 100%;
    padding-top: 5%;
  }

  .titles---1 {
    font-size: 52px;
    line-height: 60px;
  }

  .header-grid-home-2 {
    display: block;
  }

  .titles---jobs {
    font-size: 52px;
    line-height: 60px;
  }

  .who-we-are---1 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .value---grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .our-values---1, .our-values---1-copy {
    max-width: 100%;
  }

  .value---grid-copy {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .value---grid-copy.mobile {
    display: block;
  }

  .text-block---footer {
    margin-top: 5%;
    font-size: 14px;
  }

  .footer-column-2 {
    text-align: center;
  }

  .footer-socials-2 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .footer-grid-large-2 {
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .body-large-white-2 {
    text-align: center;
  }

  .header-grid-home-2-copy {
    display: block;
  }

  .image---standard-copy {
    max-width: 100%;
    padding-top: 5%;
  }

  .header-content-home-2-copy {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .job-section---1-copy, .job-section---1-copy-2 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .button-navigation---dark-2 {
    display: none;
  }

  .team-grid-copy {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .item {
    width: 70vw;
  }

  .testimonial-image-2 {
    max-width: 80%;
  }

  .testimonial-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .left-arrow-2 {
    top: auto;
    bottom: -3%;
    left: 20%;
    right: auto;
  }

  .author-block-2 {
    margin-top: 15px;
  }

  .right-arrow-2 {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 20%;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .horizontal-content-block {
    text-align: center;
    align-items: center;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-us---section {
    padding-top: 20px;
  }

  .our-values {
    max-width: 100%;
    text-align: center;
  }

  .value---grid-copy-copy {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .map-grid {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-section---2 {
    overflow: hidden;
  }

  .titles---1-copy {
    font-size: 52px;
    line-height: 60px;
  }

  .content-section-copy {
    overflow: hidden;
  }

  .employee-testimonial {
    padding-top: 60px;
  }

  .content-section-copy {
    overflow: hidden;
  }

  .what-we-worked-on---grid {
    grid-row-gap: 42px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .button-navigation---dark-copy {
    display: block;
  }

  .container-19, .body-medium---left-aligned-copy {
    max-width: none;
  }

  .container---what-we-worked-on {
    margin-top: 5%;
  }

  .image---standard-2 {
    max-width: 100%;
    padding-top: 5%;
  }

  .container---eyeexam {
    margin-top: 5%;
  }

  .cookie-content.bottom-banner-content {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }
}

#w-node-_0615c0d9-ce87-9c49-7f1e-f239d9126b54-12d080bb {
  align-self: center;
  justify-self: center;
}

#w-node-ddcd5896-2161-ab49-8070-b588442a2463-442a245f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d2fd770-7bed-0b9e-1357-22e4e3037b34-442a245f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a43e82aa-6414-79ac-7c3f-aa2a2dc2fa78-dea3054b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#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-_585f9685-c9d2-8243-b3db-2b5797f941d9-97f941d6 {
  align-self: center;
}

#w-node-_585f9685-c9d2-8243-b3db-2b5797f941e2-97f941d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad6f99ec-abc0-3a43-3b89-7087a9284016-55d080c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ad6f99ec-abc0-3a43-3b89-7087a9284018-55d080c8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-cb90bfbd-0332-6ae3-93f3-9f55f4791685-55d080c8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0005b6e8-a64d-0815-fb18-22a2cbae4827-cbae4822, #w-node-a7e5dd8b-6dfd-77c0-5676-ae6b7351f1d2-7351f1cf, #w-node-_7b2f209e-e072-0928-591d-838676a9ef6a-76a9ef67 {
  align-self: center;
}

#w-node-ba2a3b07-0d24-22a4-8454-26af01bbf5f9-01bbf5f6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-ba2a3b07-0d24-22a4-8454-26af01bbf605-01bbf5f6 {
  align-self: center;
  justify-self: center;
}

#w-node-c08921d5-ff91-e05f-c1b4-858f054d3892-01bbf5f6 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-ca37e162-d11d-a17a-b746-3d4184e1a538-01bbf5f6 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_9107e3bf-8bb3-d077-24ba-9c553750e10e-01bbf5f6 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ab9969d1-83fb-bc20-2743-9986e66090b4-01bbf5f6 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-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-ef716875-8f75-4bb2-a20c-d51ac4e78b5c-c4e78b59, #w-node-a5e2b943-a390-5cfc-f829-3f907bf9f61b-7bf9f618 {
  align-self: center;
}

#w-node-bedbfe55-0074-de43-491b-5bf53c3346f4-5b9157c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bedbfe55-0074-de43-491b-5bf53c3346ef-5b9157c7 {
  justify-self: center;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75948-5b9157c7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e17dc87-410c-fed4-b621-70cba92408fb-5b9157c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75953-5b9157c7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75977-5b9157c7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75960-5b9157c7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75978-5b9157c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec7596a-5b9157c7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75979-5b9157c7 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_49dca451-cf89-0945-8b9e-49e92ada5500-5b9157c7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-d40b674b-cb0b-5d5b-83ad-ecf1a5ca5c08-5b9157c7 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_8b871bbb-11dd-a55f-fece-fcbb3639ec80-5b9157c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5241669b-f4a3-1bfa-9b6d-49632ce38863-5b9157c7 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9f0-5b9157c7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9fa-5b9157c7 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9fb-5b9157c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9fc-5b9157c7 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_517080a6-748b-24a8-1ea2-9e0531f7e16c-5b9157c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_30bdb748-d595-02a7-8270-0845f517f684-5b9157c7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_72320abf-d48b-54ec-2523-ac3cf81bd37a-92aa1b2a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_72320abf-d48b-54ec-2523-ac3cf81bd37b-92aa1b2a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-bedbfe55-0074-de43-491b-5bf53c3346f4-37261af0, #w-node-_14dbda39-128e-5131-aab8-cf4f8f5c4611-37261af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_149f3ccf-e174-c1b0-948e-9eacba97825b-37261af0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7d7ed9b6-4d0c-b8ec-ac04-90c184f26874-37261af0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d94955eb-2536-e3a1-6519-0d46f5dd37f6-37261af0 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_788eb2ea-5d43-1e39-b363-4e3bbef8a131-37261af0, #w-node-_8a6cc3f0-b7ae-0bc4-5018-9ea22227de66-37261af0, #w-node-_16931620-cf88-c0e3-6ce9-6b29891117fd-37261af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75952-37261af0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75953-37261af0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75960-37261af0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec7596a-37261af0 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75977-37261af0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_2372404d-73fb-5388-acf7-c6289ec75978-37261af0, #w-node-_2372404d-73fb-5388-acf7-c6289ec75979-37261af0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3dfab422-147d-d730-77ab-3b24663d2b49-37261af0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c8b94038-4fc0-48cd-8bca-75016b99915e-37261af0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30bdb748-d595-02a7-8270-0845f517f683-37261af0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_30bdb748-d595-02a7-8270-0845f517f684-37261af0 {
  align-self: center;
  justify-self: center;
}

#w-node-f1a56d47-9cbb-f563-bee2-215b85063e43-37261af0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-f1a56d47-9cbb-f563-bee2-215b85063e44-37261af0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-e65418de-ef2a-1db9-15e1-4fe70385d54c-a936a48e {
  align-self: center;
}

#w-node-e65418de-ef2a-1db9-15e1-4fe70385d54f-a936a48e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a1a21c1-66b3-8842-9477-349c0079a911-a936a48e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_7a1a21c1-66b3-8842-9477-349c0079a91b-a936a48e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_7a1a21c1-66b3-8842-9477-349c0079a91c-a936a48e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_7a1a21c1-66b3-8842-9477-349c0079a91d-a936a48e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-dffed6d7-b508-81a5-4d0c-664902c7b426-a936a48e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dffed6d7-b508-81a5-4d0c-664902c7b427-a936a48e {
  justify-self: center;
}

#w-node-_5e561169-5f83-59d1-8fcf-c34001145964-a936a48e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_5e561169-5f83-59d1-8fcf-c34001145965-a936a48e {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0615c0d9-ce87-9c49-7f1e-f239d9126b54-12d080bb {
    justify-self: start;
  }

  #w-node-ddcd5896-2161-ab49-8070-b588442a2473-442a245f, #w-node-ddcd5896-2161-ab49-8070-b588442a247f-442a245f, #w-node-_6c387220-819b-6c03-bdb4-1f3374edf8bb-74edf8a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8eca2d6f-17bf-a58a-e738-51c7b2b02570-b2b02552, #w-node-_76209ac5-0e97-08a8-4152-4ac6aa07e5ba-aa07e59d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c54ac7b6-ceea-2e3c-eb0d-d67f2d843726-2d843723, #w-node-c54ac7b6-ceea-2e3c-eb0d-d67f2d843738-2d843723 {
    order: -9999;
  }

  #w-node-ad6f99ec-abc0-3a43-3b89-7087a9284018-55d080c8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-cb90bfbd-0332-6ae3-93f3-9f55f4791685-55d080c8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #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, #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 {
    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 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e39ad82e-1602-d8fa-4369-52908de44595-7cd0813a, #w-node-e6d57079-e0eb-4ccb-520a-3e1c95281122-7cd0813a {
    order: -9999;
  }

  #w-node-e843c200-b172-43bd-e8c6-c177e1805a30-35d0813c, #w-node-a9394d2f-603d-f06f-45f8-ca287240b15a-35d0813c, #w-node-_250463c0-4a7b-a8ed-4bcd-571f28624390-4ad0813e, #w-node-_17fe3b6e-05f6-9ad7-8ac9-b5593681c52c-4ad0813e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b457cb9-e76b-03ea-4fae-f0b501f8d5b0-5b9157c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_49dca451-cf89-0945-8b9e-49e92ada5500-5b9157c7 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d40b674b-cb0b-5d5b-83ad-ecf1a5ca5c08-5b9157c7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8b871bbb-11dd-a55f-fece-fcbb3639ec80-5b9157c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5241669b-f4a3-1bfa-9b6d-49632ce38863-5b9157c7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9f0-5b9157c7 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9fa-5b9157c7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9fb-5b9157c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9fc-5b9157c7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_30bdb748-d595-02a7-8270-0845f517f684-5b9157c7 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_72320abf-d48b-54ec-2523-ac3cf81bd37a-92aa1b2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72320abf-d48b-54ec-2523-ac3cf81bd37b-92aa1b2a {
    justify-self: center;
  }

  #w-node-_649eae9d-c01c-6a45-ee03-1795414ea09e-92aa1b2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30bdb748-d595-02a7-8270-0845f517f683-37261af0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_30bdb748-d595-02a7-8270-0845f517f684-37261af0 {
    justify-self: center;
  }

  #w-node-f1a56d47-9cbb-f563-bee2-215b85063e43-37261af0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1a56d47-9cbb-f563-bee2-215b85063e44-37261af0 {
    justify-self: center;
  }

  #w-node-_7a1a21c1-66b3-8842-9477-349c0079a911-a936a48e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_7a1a21c1-66b3-8842-9477-349c0079a91b-a936a48e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7a1a21c1-66b3-8842-9477-349c0079a91c-a936a48e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7a1a21c1-66b3-8842-9477-349c0079a91d-a936a48e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5e561169-5f83-59d1-8fcf-c34001145964-a936a48e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76209ac5-0e97-08a8-4152-4ac6aa07e5ba-aa07e59d, #w-node-_514b032d-d573-f43d-3da9-16dbc81ff8f3-c81ff8e0, #w-node-_49abd9c2-4e84-e926-5f13-f332c2e3b101-c2e3b0db, #w-node-e843c200-b172-43bd-e8c6-c177e1805a30-35d0813c, #w-node-a9394d2f-603d-f06f-45f8-ca287240b15a-35d0813c, #w-node-_250463c0-4a7b-a8ed-4bcd-571f28624390-4ad0813e, #w-node-_17fe3b6e-05f6-9ad7-8ac9-b5593681c52c-4ad0813e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ddcd5896-2161-ab49-8070-b588442a2473-442a245f, #w-node-ddcd5896-2161-ab49-8070-b588442a247f-442a245f, #w-node-_8eca2d6f-17bf-a58a-e738-51c7b2b02570-b2b02552 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb90bfbd-0332-6ae3-93f3-9f55f4791685-55d080c8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_09d6a3bb-3417-cf9f-eae3-ac364087d6b5-4087d6a4 {
    justify-self: center;
  }

  #w-node-c08921d5-ff91-e05f-c1b4-858f054d3892-01bbf5f6, #w-node-ca37e162-d11d-a17a-b746-3d4184e1a538-01bbf5f6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9107e3bf-8bb3-d077-24ba-9c553750e10e-01bbf5f6, #w-node-ab9969d1-83fb-bc20-2743-9986e66090b4-01bbf5f6 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1e31a39c-0571-62ac-2c7b-81f0903b740d-903b73e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e17dc87-410c-fed4-b621-70cba92408fb-5b9157c7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2372404d-73fb-5388-acf7-c6289ec75978-5b9157c7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2372404d-73fb-5388-acf7-c6289ec75979-5b9157c7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_49dca451-cf89-0945-8b9e-49e92ada5500-5b9157c7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d40b674b-cb0b-5d5b-83ad-ecf1a5ca5c08-5b9157c7 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8b871bbb-11dd-a55f-fece-fcbb3639ec80-5b9157c7 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_5241669b-f4a3-1bfa-9b6d-49632ce38863-5b9157c7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9f0-5b9157c7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9fa-5b9157c7 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9fb-5b9157c7 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-b434a9cd-2f34-24cf-a5c1-65f9a5c2f9fc-5b9157c7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_649eae9d-c01c-6a45-ee03-1795414ea09e-92aa1b2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14dbda39-128e-5131-aab8-cf4f8f5c4611-37261af0, #w-node-_2372404d-73fb-5388-acf7-c6289ec75952-37261af0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7a1a21c1-66b3-8842-9477-349c0079a911-a936a48e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7a1a21c1-66b3-8842-9477-349c0079a91b-a936a48e {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_7a1a21c1-66b3-8842-9477-349c0079a91c-a936a48e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_7a1a21c1-66b3-8842-9477-349c0079a91d-a936a48e {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'), url('../fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-BoldItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-BoldItalic.woff') format('woff'), url('../fonts/PlusJakartaSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Bold.woff') format('woff'), url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Italic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-LightItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.woff2') format('woff2'), url('../fonts/PlusJakartaSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'), url('../fonts/PlusJakartaSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@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;
}