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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Opensaucesans, sans-serif;
  color: #061237;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Opensaucesans, sans-serif;
  color: #061237;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Opensaucesans, sans-serif;
  color: #061237;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Opensaucesans, sans-serif;
  color: #061237;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Opensaucesans, sans-serif;
  color: #061237;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Opensaucesans, sans-serif;
  color: #061237;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #37456c;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

a {
  color: #4c4eac;
  text-decoration: none;
}

ul {
  margin-top: 10px;
  margin-bottom: 24px;
  padding-left: 40px;
  color: #37456c;
  font-size: 16px;
  line-height: 32px;
}

blockquote {
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 24px 32px;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 68px 68px 196px -32px rgba(6, 18, 55, 0.08);
  color: #061237;
  font-size: 16px;
  line-height: 32px;
}

.template-header {
  position: relative;
  padding: 40px 3% 60px;
}

.container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-wrap-centre.margin-bottom-32 {
  margin-bottom: 32px;
}

.body-large-white {
  color: #f2f3f8;
  letter-spacing: -0.03em;
}

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

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

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

.button-grid {
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heliotrope-base {
  background-color: #9584ff;
}

.template-detail-block {
  padding: 24px;
  border: 1px solid #eff1f5;
  background-color: #fff;
}

.blue-ribbon-darker {
  background-color: #31244f;
}

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

.colour-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.french-pass-base {
  background-color: #569ad3;
}

.tolopea-900 {
  background-color: #061237;
}

.typography-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.french-pass-darker {
  background-color: #2d809f;
}

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

.button-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.peach-base {
  background-color: #ffe4ba;
}

.font-size {
  color: #4c4eac;
  font-size: 16px;
}

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

.french-pass-light {
  background-color: #d6f4ff;
}

.heading-white {
  margin-bottom: 12px;
  color: #fff;
}

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

.heliotrope-lighter {
  background-color: #f2f0ff;
}

.blue-ribbon-lighter {
  background-color: #f5f9ff;
}

.sidebar-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  min-height: 240px;
  padding: 18px 18px 24px;
  border: 1px solid #f2f3f8;
  white-space: normal;
}

.detail-block {
  margin-bottom: 32px;
  padding: 30px 20px;
  border: 1px solid #eff1f5;
  background-color: #f7f9fc;
  color: #041434;
  font-size: 16px;
  line-height: 32px;
}

.style-title-small {
  color: #67718e;
  font-weight: 600;
  letter-spacing: 1px;
}

.peach-lighter {
  background-color: #fff7eb;
}

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

.blue-ribbon-base {
  background-color: #4c4eac;
}

.blue-ribbon-dark {
  background-color: #0133b7;
}

.style-guide-icon {
  width: 40px;
  margin-right: 12px;
}

.peach-darker {
  background-color: #a37329;
}

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

.blue-ribbon-light {
  background-color: #c2d8ff;
}

.style-guide-short-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #061237;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.french-pass-dark {
  background-color: #7ed2f1;
}

.peach-light {
  background-color: #ffefd6;
}

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

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

.heliotrope-dark {
  background-color: #7c6cda;
}

.h3-heading-white {
  color: #fff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 12px 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #1355ff;
}

.peach-dark {
  background-color: #f1c47e;
}

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

.style-guide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  padding: 60px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4c4eac;
  text-align: left;
}

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

.container-small {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}

.template-link {
  color: #eff1f5;
}

.changelog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accent-hero-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 144px 48px 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #061237;
  background-image: url('../images/Dots-Hero.svg');
  background-position: 10% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero-top-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 64px;
  background-color: #fff;
}

.hero-blue-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 35%;
  min-height: 80%;
  min-width: 350px;
  background-color: #4c4eac;
  background-image: url('../images/Pricing-Dots.svg');
  background-position: 0% 10%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero-bar-white {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 35%;
  height: 224px;
  min-width: 224px;
  background-color: #fff;
}

.header-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 980px;
}

.header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 72px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-title-line {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -1px;
}

.hero-paragraph {
  max-width: 440px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.02em;
}

.hero-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-bottom-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 116px;
  background-color: #fff;
}

.bottom-accent-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4eac;
}

.bottom-accent-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  padding: 32px 32px 32px 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
}

.top-accent-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.accent-hero {
  width: 64px;
  height: 64px;
  background-color: #4c4eac;
}

.hero-ui-card {
  position: absolute;
  left: auto;
  top: auto;
  right: -48px;
  bottom: 0%;
  max-width: 336px;
  padding: 40px 48px 32px;
  background-color: #fff;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.04);
}

.accent-hero-small-square {
  position: relative;
  top: 32px;
  width: 32px;
  height: 32px;
  background-color: #4c4eac;
}

.hero-title-accent-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-title-wrapper {
  margin-bottom: 16px;
}

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

.accent-hero-dark {
  position: absolute;
  left: auto;
  top: -48px;
  right: -48px;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-color: #0133b7;
}

.logo {
  width: 100%;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 50px;
  font-weight: 400;
}

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

.nav-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 4px 12px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Opensaucesans, sans-serif;
  color: #37456c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.nav-link:hover {
  background-color: #f5f9ff;
  color: #4c4eac;
}

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

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

.navigation-default {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.96);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

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

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

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

.heading-m {
  color: #b6bcce;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.scroll-icon {
  margin-right: 12px;
}

.tolopea-800 {
  background-color: #0b1a46;
}

.tolopea-700 {
  background-color: #18264e;
}

.tolopea-600 {
  background-color: #37456c;
}

.tolopea-500 {
  background-color: #67718e;
}

.tolopea-400 {
  background-color: #b6bcce;
}

.tolopea-300 {
  background-color: #dadde7;
}

.tolopea-200 {
  background-color: #f2f3f8;
}

.tolopea-100 {
  background-color: #f7f9fc;
}

.heliotrope-darker {
  background-color: #493d8f;
}

.heliotrope-light {
  background-color: #dcd6ff;
}

.white-base {
  background-color: #fff;
}

.hero-author-details {
  position: relative;
  margin-top: 24px;
}

.title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.french-pass-lighter {
  background-color: #f5fcff;
}

.ui-card-detail-text {
  color: #67718e;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.brand-span {
  color: #4c4eac;
}

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

.logo-grid-horizontal {
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 320px;
  padding: 100px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4eac;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  padding: 80px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
}

.banner {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding: 16px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #061237;
  color: #fff;
  text-align: center;
}

.navigation-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 96px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.customer-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-secondary {
  min-width: 160px;
  padding: 12px 32px;
  background-color: #f7f9fc;
  color: #061237;
  font-weight: 500;
  text-align: center;
}

.logo-grid-stacked {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.customer-section-dark {
  padding: 96px 3% 64px;
  background-color: #061237;
}

.customer-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-wrapper-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h5-header-white {
  color: #fff;
}

.header-02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px 5% 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
  background-image: url('../images/Header-Dots-Light.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero-title-wrapper-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.arrow {
  margin-left: 26px;
}

.button-arrow {
  display: none;
  min-height: 48px;
  margin-right: 32px;
  padding: 12px 12px 12px 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4eac;
  color: #fff;
  text-decoration: none;
}

.text-link {
  color: #fff;
  text-decoration: none;
}

.scroll-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-paragraph {
  max-width: 544px;
  margin-top: 14px;
}

.hero-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accent-ribbon {
  position: relative;
  left: 20px;
}

.top-accent-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-03 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 56px 5% 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Hero-Background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.hero-paragraph-small {
  max-width: 544px;
  margin-top: 14px;
  color: #fff;
}

.h1-heading {
  margin-bottom: 14px;
}

.title-l {
  margin-bottom: 8px;
  color: #061237;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.title-m {
  margin-bottom: 8px;
  color: #061237;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.title-s {
  margin-bottom: 8px;
  color: #7ed2f1;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.feature-section {
  padding: 96px 5% 64px;
}

.feature-set-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Feature-Background.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-block-large {
  width: 100%;
  margin-bottom: 40px;
  padding: 24px 40px 32px;
  background-color: #fff;
}

.feature-icon-small {
  width: 40px;
  margin-bottom: 24px;
}

.accent-feature-square {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
  background-color: #f7f9fc;
}

.h3-heading {
  margin-bottom: 24px;
}

.h3-heading.limit-width {
  max-width: 420px;
}

.feature-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.overview-title {
  margin-right: 32px;
  margin-bottom: 72px;
  margin-left: 32px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-block-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.04);
}

.feature-block-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.feature-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f9ff;
}

.feature-icon {
  width: 40px;
}

.h6-heading {
  margin-bottom: 12px;
}

.content-section-dark {
  padding: 96px 3% 64px;
  background-color: #061237;
}

.title-wrapper-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 92px;
  padding-left: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.content-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.image-block {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 32px;
}

.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.body-grey-400 {
  color: #b6bcce;
}

.accent-blue-square {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 64px;
  height: 64px;
  background-color: #4c4eac;
}

.accent-dark-small-square {
  position: absolute;
  left: auto;
  top: -32px;
  right: -32px;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #18264e;
}

.case-studies-hero {
  padding: 100px 5% 96px;
  background-color: #061237;
  background-image: url('../images/Case-Study-Header.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.case-study-title {
  margin-bottom: 8px;
  color: #4c4eac;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.h2-heading-white {
  margin-bottom: 24px;
  color: #fff;
}

.body-white {
  margin-bottom: 0px;
  color: #fff;
}

.feature-case-study {
  position: relative;
  padding-right: 5%;
  padding-bottom: 80px;
  padding-left: 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#061237), color-stop(44%, #061237), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #061237, #061237 44%, #fff 0);
}

.case-study-feature-block {
  padding: 48px 60px;
  background-color: #fff;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.04);
}

.case-study-section {
  padding: 40px 5%;
}

.case-study-feature-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-study-feature-thumbnail {
  height: 408px;
}

.body-m-500 {
  margin-bottom: 0px;
  color: #67718e;
  font-size: 16px;
}

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

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

.case-study-logo-feature {
  margin-bottom: 32px;
}

.case-study-logo-large {
  margin-top: 16px;
  margin-bottom: 24px;
}

.case-study-large-header {
  height: 408px;
}

.feature-case-header {
  position: relative;
  padding-right: 5%;
  padding-left: 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#061237), color-stop(44%, #061237), color-stop(0, #fff));
  background-image: linear-gradient(180deg, #061237, #061237 44%, #fff 0);
}

.case-study-overview {
  padding: 72px 5%;
}

.case-study-detail-block {
  max-width: 544px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
  background-color: #f7f9fc;
}

.case-study-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.case-study-detail {
  color: #67718e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.case-study-detail-dark {
  color: #061237;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.case-study-detail-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.testimonial-1 {
  overflow: hidden;
  padding: 60px 3% 140px;
}

.testimonial-slider-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-detail-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.right-arrow {
  left: auto;
  top: auto;
  right: auto;
  bottom: -72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: -80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f3f8;
}

.left-arrow {
  left: auto;
  top: auto;
  right: auto;
  bottom: -72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: -80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f3f8;
}

.testimonial-author-detail {
  margin-top: 32px;
}

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

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

.author-section {
  padding: 56px 5% 80px;
  background-image: url('../images/Author-Header.svg');
  background-position: 60% 30%;
  background-size: auto;
  background-repeat: no-repeat;
}

.author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.team-image-large {
  height: 352px;
  margin-bottom: 24px;
  background-color: #f7f9fc;
}

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

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-03 {
  padding: 84px 5%;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4eac;
  background-image: url('../images/CTA-BG.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.cta-grid {
  width: 100%;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h4-heading-white {
  margin-bottom: 8px;
  color: #fff;
}

.button-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.case-study-thumbnail {
  width: 100%;
  height: 256px;
  margin-bottom: 24px;
}

.case-study-logo {
  margin-bottom: 24px;
}

.case-study-collection-list {
  margin-top: 48px;
}

.case-study-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.cta-01 {
  padding: 84px 5%;
}

.cta-block-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 496px;
  padding: 100px 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #061237;
  background-image: url('../images/CTA-Background-01.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.cta-title {
  margin-bottom: 16px;
  color: #4c4eac;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cta-block-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 496px;
  padding: 100px 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
  background-image: url('../images/CTA-Background-02.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.cta-heading-light {
  margin-bottom: 16px;
  color: #c2d8ff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cta-02 {
  padding: 84px 5%;
}

.testimonial-3 {
  padding: 96px 3% 140px;
}

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

.testimonial-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #f2f3f8;
}

.testimonial-logo-small {
  margin-bottom: 32px;
}

.body-m---bold {
  margin-bottom: 0px;
  color: #061237;
  font-weight: 500;
}

.testimonial-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-medium {
  overflow: hidden;
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-right: 20px;
  border-radius: 100px;
}

.testimonial-author {
  margin-bottom: 0px;
  font-family: Opensaucesans, sans-serif;
  color: #061237;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.button-primary-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 12px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c4eac;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.button-primary-l:hover {
  background-color: #134de2;
}

.button-primary-l:active {
  background-color: #124eeb;
}

.button-primary-l:focus {
  border: 2px solid #c2d8ff;
}

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

.button-primary-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c4eac;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.button-primary-m:hover {
  background-color: #134de2;
}

.button-primary-m:active {
  background-color: #124eeb;
}

.button-primary-m:focus {
  border: 2px solid #c2d8ff;
}

.button-primary-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding: 4px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c4eac;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-primary-s:hover {
  background-color: #134de2;
}

.button-primary-s:active {
  background-color: #124eeb;
}

.button-primary-s:focus {
  border: 2px solid #c2d8ff;
}

.secondary-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  margin-top: 32px;
  padding: 12px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f7f9fc;
  background-color: #f7f9fc;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #061237;
  font-weight: 500;
  text-align: center;
}

.secondary-l:hover {
  border-color: #18264e;
  background-color: #7ed2f1;
  box-shadow: 0 1px 3px 0 #000;
  color: #fff;
}

.secondary-l:active {
  background-color: #061237;
}

.secondary-l:focus {
  border: 2px solid #dadde7;
}

.secondary-l.margin-top-40 {
  border-width: 0px;
}

.secondary-l.margin-top-40:hover {
  border-width: 0px;
  background-color: #4c4eac;
}

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

.secondary-l.ad-lander {
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.secondary-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f7f9fc;
  background-color: #f7f9fc;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #061237;
  font-weight: 500;
  text-align: center;
}

.secondary-m:hover {
  border-color: #18264e;
  background-color: #18264e;
  color: #fff;
}

.secondary-m:active {
  background-color: #061237;
}

.secondary-m:focus {
  border: 2px solid #dadde7;
}

.secondary-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding: 4px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f7f9fc;
  background-color: #f7f9fc;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #061237;
  font-weight: 500;
  text-align: center;
}

.secondary-s:hover {
  border-color: #18264e;
  background-color: #18264e;
  color: #fff;
}

.secondary-s:active {
  background-color: #061237;
}

.secondary-s:focus {
  border: 2px solid #dadde7;
}

.tertiary-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 12px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #4c4eac;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.tertiary-l:hover {
  background-color: #f5f9ff;
}

.tertiary-l:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
}

.tertiary-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #4c4eac;
  font-weight: 500;
  text-align: center;
}

.tertiary-m:hover {
  background-color: #f5f9ff;
}

.tertiary-m:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
}

.tertiary-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding: 4px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #4c4eac;
  font-weight: 500;
  text-align: center;
}

.tertiary-s:hover {
  background-color: #f5f9ff;
}

.tertiary-s:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
}

.menu-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 12px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  color: #37456c;
  font-weight: 500;
  text-align: center;
}

.menu-l:hover {
  background-color: #f5f9ff;
  color: #4c4eac;
}

.menu-l:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
  color: #4c4eac;
}

.menu-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  color: #37456c;
  font-weight: 500;
  text-align: center;
}

.menu-m:hover {
  background-color: #f5f9ff;
  color: #4c4eac;
}

.menu-m:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
  color: #4c4eac;
}

.menu-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding: 4px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease;
  color: #37456c;
  font-weight: 500;
  text-align: center;
}

.menu-s:hover {
  background-color: #f5f9ff;
  color: #4c4eac;
}

.menu-s:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
  color: #4c4eac;
}

.arrow-icon {
  margin-left: 12px;
}

.tertiary-l-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 12px 12px 12px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #4c4eac;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.tertiary-l-icon:hover {
  background-color: #f5f9ff;
}

.tertiary-l-icon:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
}

.tertiary-l-icon.margin-top-24 {
  margin-top: 24px;
}

.tertiary-l-icon.margin-top-32 {
  margin-top: 32px;
}

.cta-04 {
  padding: 64px 5%;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  margin-top: 44px;
  margin-bottom: 40px;
  padding: 12px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c4eac;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.cta-button:hover {
  background-color: #2662ff;
}

.cta-button:active {
  background-color: #124eeb;
}

.cta-button:focus {
  border: 2px solid #c2d8ff;
}

.cta-block-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
  background-image: url('../images/CTA-BG-Squares.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.content-2-01 {
  padding: 96px 3%;
  background-color: #fff;
}

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

.content-card-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-span-3 {
  color: #dadde7;
}

.content-2-02 {
  padding: 96px 3%;
  background-color: #fff;
}

.content-card-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #f2f3f8;
  text-align: left;
}

.content-icon {
  width: 40px;
  margin-bottom: 24px;
}

.testimonial-text-wrapper {
  position: relative;
}

.quote-mark-left {
  position: absolute;
  left: -19%;
  top: -39%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Opensaucesans, sans-serif;
  color: #f2f3f8;
  font-size: 124px;
  line-height: 160px;
}

.mask {
  overflow: visible;
}

.quote-mark-right {
  position: absolute;
  left: auto;
  top: auto;
  right: -14%;
  bottom: -93%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Opensaucesans, sans-serif;
  color: #f2f3f8;
  font-size: 124px;
  line-height: 160px;
}

.blue-span {
  color: #4c4eac;
}

.body-s-bold {
  color: #67718e;
  font-size: 16px;
}

.body-l {
  color: #67718e;
}

.body-l-grey-400 {
  color: #b6bcce;
}

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

.h5-heading-blue {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4c4eac;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 56px;
  margin-top: 20px;
  padding: 0px 0px 0px 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f3f8;
  background-color: #fff;
}

.submit-button {
  height: 100%;
  padding: 12px 18px;
  background-color: #4c4eac;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.submit-button:hover {
  background-color: #4c4eac;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-plain {
  min-height: 48px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: 1px none #e1dfec;
  border-radius: 500px;
  background-color: #fff;
  color: #b6bcce;
  letter-spacing: -0.02em;
}

.text-field-plain::-webkit-input-placeholder {
  color: #b6bcce;
}

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

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

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

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

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

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

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

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

.footer-legal-link {
  color: #67718e;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.success-message {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4c4eac;
  color: #fff;
}

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

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #061237;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #4c4eac;
}

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

.content-2-03 {
  padding: 96px 3%;
  background-color: #fff;
}

.content-2-04 {
  padding: 134px 3% 72px;
  background-color: #061237;
}

.content-card-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #0b1a46;
  text-align: left;
}

.body-m-white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.content-title-wrapper {
  position: relative;
  max-width: 700px;
  margin-bottom: 40px;
}

.top-accent-secondary {
  position: relative;
  top: 32px;
  width: 32px;
  height: 32px;
  background-color: #7ed2f1;
}

.accent-wrapper {
  position: absolute;
  left: auto;
  top: -96px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.accent-sky-blue-square {
  position: absolute;
  left: -20px;
  top: auto;
  right: auto;
  bottom: -20px;
  width: 64px;
  height: 64px;
  background-color: #569ad3;
}

.accent-sky-blue-right {
  position: absolute;
  left: auto;
  top: 32px;
  right: 0%;
  bottom: auto;
  width: 64px;
  height: 64px;
  background-color: #569ad3;
}

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

.content-grid-feature {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.check-feature-grid {
  margin-top: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.body-m-bold {
  margin-bottom: 0px;
  color: #061237;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.check-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-bottom: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-square {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 64px;
  height: 64px;
  background-color: #f7f9fc;
}

.heading-m-grey-500 {
  color: #67718e;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero-quote {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.body-m-900 {
  margin-bottom: 0px;
  color: #061237;
  font-size: 16px;
  line-height: 32px;
}

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

.video-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  margin-top: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-link {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

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

.play-icon {
  width: 40px;
}

.video-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.video-detail-text {
  max-width: 544px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.video-accent-square {
  position: absolute;
  left: -92px;
  top: auto;
  right: auto;
  bottom: -92px;
  width: 92px;
  height: 92px;
  background-color: #f2f3f8;
}

.header-04 {
  position: relative;
  padding-top: 140px;
  padding-right: 5%;
  padding-left: 5%;
}

.hero-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 40px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-l-900 {
  color: #061237;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-large-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ffefd6;
}

.hero-background-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 40%;
  height: 50%;
  background-color: #061237;
}

.hero-heading {
  margin-bottom: 16px;
}

.hero-scroll-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 116px;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scroll-more-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 40px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #061237;
}

.title-grey {
  margin-bottom: 12px;
  color: #67718e;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.company-hero-1 {
  position: relative;
  padding: 128px 5% 60px;
}

.company-hero-grid {
  grid-column-gap: 124px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.company-bg-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30%;
  min-height: 556px;
  background-color: #569ad3;
}

.company-hero-image {
  height: 600px;
}

.company-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-grey-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -60px;
  z-index: -2;
  height: 116px;
  max-width: 90%;
  background-color: #f7f9fc;
}

.full-width-image {
  height: 800px;
}

.testimonial-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 224px;
  padding: 12px 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c4eac;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.testimonial-button:hover {
  background-color: #2662ff;
}

.testimonial-button:active {
  background-color: #124eeb;
}

.testimonial-button:focus {
  border: 2px solid #c2d8ff;
}

.testimonial-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-logo-grid {
  margin: 24px auto;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-section {
  padding: 100px 5%;
}

.company-hero-2 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #061237;
}

.title-wrapper-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.company-hero-people {
  position: relative;
  top: 80px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-54 {
  height: 354px;
  margin-bottom: 32px;
}

.company-column-copy {
  padding-top: 40px;
}

.company-bottom-image {
  height: 354px;
  margin-bottom: 0px;
}

.body-l-400 {
  color: #b6bcce;
}

.link-title {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.link-description {
  color: #67718e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.resource-link {
  display: block;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #1e1e48;
  text-decoration: none;
}

.resource-link:hover {
  background-color: #f8f8fc;
  color: #4c4cb3;
}

.company-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navigation-column {
  height: 100%;
}

.dropdown-list {
  z-index: 99;
  min-width: 100%;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 85px;
  right: 0px;
  bottom: auto;
  z-index: 99;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.12);
}

.link-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #061237;
  text-decoration: none;
}

.icon-nav {
  margin-right: 10px;
  font-size: 14px;
}

.text-block {
  margin-bottom: 4px;
  color: #061237;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.dropdown {
  position: static;
  margin-right: 10px;
  margin-left: 12px;
}

.div-block-7 {
  margin-top: 20px;
}

.dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  font-family: Opensaucesans, sans-serif;
}

.div-block-6 {
  overflow: hidden;
  height: 130px;
  background-color: #dadde7;
}

.navigation-dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  color: #061237;
  text-decoration: none;
}

.navigation-dropdown-link:hover {
  background-color: #f5f9ff;
  color: #4c4eac;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4c4eac;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-wrapper-company {
  overflow: hidden;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  background-color: #fff;
}

.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 4px 30px 4px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #37456c;
  font-size: 24px;
  font-weight: 500;
}

.toggle:hover {
  background-color: #f5f9ff;
  color: #4c4eac;
}

.toggle.w--open {
  color: #4c4eac;
}

.company-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.navigation-link-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.h4-heading {
  margin-bottom: 12px;
}

.title-blue {
  margin-bottom: 12px;
  color: #4c4eac;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.grid-16 {
  max-width: 544px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.feature-card-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #f2f3f8;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  text-decoration: none;
}

.feature-card-large:hover {
  border-color: transparent;
  background-color: #fff;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.04);
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 33px 33px 88px -12px rgba(6, 18, 55, 0.3);
}

.feature-icon-set {
  width: 32px;
}

.button-text {
  margin-top: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #4c4eac;
  font-weight: 500;
  text-decoration: none;
}

.feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-hero-3 {
  position: relative;
  overflow: hidden;
  padding: 80px 5% 100px;
}

.company-overview {
  margin-bottom: 0px;
  color: #061237;
  font-size: 16px;
  line-height: 32px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  column-gap: 32px;
  -webkit-column-rule-width: 32px;
  column-rule-width: 32px;
}

.company-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-image-grid {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.company-image-large {
  height: 640px;
}

.company-image-tall {
  height: 740px;
}

.value-section {
  padding: 100px 5%;
  background-color: #061237;
}

.values-wrapper {
  max-width: 736px;
  margin-right: auto;
  margin-left: auto;
}

.heading-m-teal-dark {
  margin-bottom: 12px;
  color: #7ed2f1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.pricing-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 5% 60px;
  background-color: #061237;
  background-image: url('../images/Pricing-Hero-Dark.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.credit-notice {
  margin-top: 24px;
  padding: 8px 16px;
  background-color: #0b1a46;
  color: #fff;
}

.pricing-section {
  padding: 100px 5%;
}

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

.price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #f2f3f8;
  color: #061237;
}

.pricing-description-block {
  padding: 24px 32px;
  background-color: #f2f3f8;
}

.pricing-description {
  margin-bottom: 0px;
  color: #061237;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.pricing-feature-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.feature-check-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-check {
  margin-right: 12px;
}

.body-l-bold {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  color: #061237;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.price-description {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #67718e;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.dollar-icon {
  margin-right: 0px;
  margin-bottom: 8px;
  color: #67718e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.dollar-icon.dollar-icon-white {
  color: #c2d8ff;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-number {
  font-family: Opensaucesans, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -3px;
}

.price-block-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #f2f3f8;
  background-color: #4c4eac;
  background-image: url('../images/Pricing-Dots.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.price-description-light {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #c2d8ff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f9fc;
}

.pricing-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  width: 100%;
}

.pricing-tab {
  padding: 8px 42px;
  background-color: #f7f9fc;
  color: #b6bcce;
  font-weight: 500;
}

.pricing-tab.w--current {
  background-color: #fff;
  box-shadow: 10px 10px 24px 0 rgba(140, 135, 166, 0.08), 6px 6px 12px 0 rgba(140, 135, 166, 0.08), 2px 2px 3px 0 rgba(140, 135, 166, 0.12);
  color: #4c4eac;
}

.dollar-icon-white {
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.slide {
  margin-right: 32px;
}

.slide-nav-2 {
  bottom: -50px;
  display: none;
}

.testimonial-slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-slider {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.blog-mask {
  overflow: visible;
  width: 440px;
}

.right-arrow-small {
  left: 0%;
  top: auto;
  right: -64px;
  bottom: -92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.left-arrow-small {
  left: -64px;
  top: auto;
  right: 0%;
  bottom: -92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #061237;
}

.avatar-square {
  overflow: hidden;
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-right: 20px;
}

.quote-mark {
  position: absolute;
  left: auto;
  top: auto;
  right: 8%;
  bottom: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  font-family: Opensaucesans, sans-serif;
  color: #f2f3f8;
  font-size: 124px;
  line-height: 160px;
}

.testimonial-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #f7f9fc;
}

.testimonial-accent-grey {
  position: absolute;
  left: -64px;
  top: auto;
  right: auto;
  bottom: -64px;
  width: 64px;
  height: 64px;
  background-color: #f7f9fc;
}

.testimonial-accent-small {
  position: absolute;
  left: auto;
  top: auto;
  right: -32px;
  bottom: -32px;
  width: 32px;
  height: 32px;
  background-color: #f7f9fc;
}

.quote-mark-light {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 35%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  font-family: Opensaucesans, sans-serif;
  color: #f2f3f8;
  font-size: 124px;
  line-height: 160px;
}

.testimonial-accent-blue {
  position: absolute;
  left: auto;
  top: -32px;
  right: -32px;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #569ad3;
}

.testimonial-accent-large {
  position: absolute;
  left: auto;
  top: -64px;
  right: -64px;
  bottom: auto;
  width: 64px;
  height: 64px;
  background-color: #4c4eac;
}

.blog-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 5%;
  background-color: #f7f9fc;
  background-image: url('../images/Blog-Header---Light.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.blog-section {
  padding: 100px 5%;
}

.category-badge {
  margin-bottom: 16px;
  padding: 4px 16px;
  background-color: #f5f9ff;
  color: #4c4eac;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.blog-feature {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 510px 1fr;
  grid-template-columns: 510px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.blog-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.featured-blog {
  overflow: hidden;
  height: 400px;
}

.blog-detail {
  margin-bottom: 4px;
  color: #67718e;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

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

.collection-list-featured {
  margin-bottom: 100px;
}

.testimonial-1-block-small {
  position: absolute;
  left: auto;
  top: 15%;
  right: -5%;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #569ad3;
}

.content-image-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  -ms-grid-columns: 1.3fr 1fr;
  grid-template-columns: 1.3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-image-wrapper {
  position: relative;
  padding: 64px;
}

.content-image-square {
  position: relative;
  height: 412px;
  max-width: 448px;
}

.content-background-blue {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 70%;
  background-color: #f5fcff;
}

.content-accent-small {
  position: absolute;
  left: auto;
  top: -32px;
  right: -32px;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #569ad3;
}

.content-accent {
  position: absolute;
  left: auto;
  top: auto;
  right: -92px;
  bottom: -92px;
  width: 92px;
  height: 92px;
  min-height: 92px;
  min-width: 92px;
  background-color: #d6f4ff;
}

.content-accent-small-square-grey {
  position: absolute;
  left: auto;
  top: -32px;
  right: -32px;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #f2f3f8;
}

.accent-blue-small-square {
  position: absolute;
  left: auto;
  top: auto;
  right: -32px;
  bottom: -32px;
  width: 32px;
  height: 32px;
  background-color: #4c4eac;
}

.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-return {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
  color: #061237;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

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

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

.blog-author-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

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

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

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

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

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

.blog-return-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-card {
  width: 100%;
  text-decoration: none;
}

.blog-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accent-wrapper-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.accent-banner-large {
  width: 64px;
  height: 32px;
  background-color: #4c4eac;
}

.accent-banner {
  position: relative;
  right: -32px;
  width: 32px;
  height: 32px;
  background-color: #569ad3;
}

.account-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
  background-image: url('../images/Account---Dots.svg');
  background-position: 60% 20%;
  background-size: auto;
  background-repeat: no-repeat;
}

.account-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 416px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-base {
  position: relative;
  width: 100%;
  padding: 40px 32px;
  background-color: #fff;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.04);
}

.account-logo {
  width: 120px;
  margin-bottom: 56px;
}

.account-title-wrapper {
  margin-bottom: 32px;
  text-align: center;
}

.button-primary-l-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 12px 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c4eac;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-primary-l-full:hover {
  background-color: #2662ff;
}

.button-primary-l-full:active {
  background-color: #124eeb;
}

.button-primary-l-full:focus {
  border: 2px solid #c2d8ff;
}

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

.field-label {
  color: #061237;
  font-weight: 500;
}

.text-field {
  min-height: 48px;
  border: 1px solid #f2f3f8;
}

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

.text-field:active {
  border-color: #4c4eac;
}

.text-field:focus {
  border-color: #4c4eac;
}

.text-field::-webkit-input-placeholder {
  color: #b6bcce;
}

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

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

.text-field::placeholder {
  color: #b6bcce;
}

.account-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-span {
  color: #4c4eac;
  text-decoration: none;
}

.accent-account-square {
  position: absolute;
  left: -64px;
  top: -64px;
  right: auto;
  bottom: auto;
  width: 64px;
  height: 64px;
  background-color: #4c4eac;
}

.accent-account-small {
  position: absolute;
  left: -32px;
  top: -32px;
  right: auto;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #569ad3;
}

.forget-password {
  color: #4c4eac;
  font-weight: 500;
  text-decoration: none;
}

.forget-password:hover {
  text-decoration: underline;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-right: 8px;
  border-radius: 4px;
}

.checkbox.w--redirected-checked {
  background-color: #4c4eac;
  background-size: 12px;
}

.checkbox-label {
  margin-bottom: 0px;
  color: #061237;
  font-weight: 500;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 8px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #000;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
}

.navigation-button:hover {
  border-color: transparent;
  background-color: #569ad3;
}

.navigation-button:active {
  background-color: #124eeb;
}

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

.video-dots {
  position: absolute;
  left: -15%;
  top: auto;
  right: auto;
  bottom: -15%;
  z-index: -1;
}

.video-section-02 {
  padding: 96px 5% 172px;
}

.testimonial-detail {
  font-family: Opensaucesans, sans-serif;
  color: #67718e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.testimonial-author-small {
  margin-bottom: 0px;
  color: #061237;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.content-section-2 {
  padding: 56px 5% 96px;
}

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

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-section-4 {
  padding: 110px 5%;
  background-color: #061237;
}

.accent-hero-blue {
  position: absolute;
  left: auto;
  top: -48px;
  right: -48px;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-color: #0b1a46;
}

.accent-feature-block {
  position: absolute;
  left: -92px;
  top: auto;
  right: auto;
  bottom: -92px;
  width: 92px;
  height: 92px;
  background-color: #f2f3f8;
}

.body-m-600 {
  margin-bottom: 0px;
  color: #37456c;
  font-size: 16px;
}

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

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #f2f3f8;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
}

.feature-card:hover {
  border-color: transparent;
  box-shadow: 68px 68px 196px -32px rgba(6, 18, 55, 0.08);
}

.feature-icon-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5fcff;
}

.feature-icon-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff7eb;
}

.feature-icon-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f0ff;
}

.feature-grid-small {
  margin-top: 40px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-block-grey {
  position: relative;
  padding: 48px;
  background-color: #f7f9fc;
}

.feature-square-small {
  position: relative;
  z-index: 5;
  margin-top: 40px;
  padding: 32px;
  background-color: #fff;
  box-shadow: -3px 96px 196px -32px rgba(6, 18, 55, 0.08);
}

.heading {
  color: #dadde7;
}

.feature-text-image {
  position: absolute;
  left: auto;
  top: 96px;
  right: 0%;
  bottom: 0%;
}

.case-study-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-check-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  margin-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-image-flex {
  margin-right: 12px;
}

.blog-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blog-feature-small {
  max-width: 736px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.body-s {
  color: #061237;
  font-size: 14px;
  line-height: 24px;
}

.blog-grid-section {
  padding: 40px 5%;
}

.author-role {
  position: relative;
  z-index: 5;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #67718e;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

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

.team-image {
  width: 100%;
  height: 400px;
  margin-bottom: 16px;
  background-color: #f7f9fc;
}

.team-image-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-collection-wrapper {
  margin-top: 40px;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.blog-heading {
  max-width: 18ch;
}

.blog-hero-dark {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 72px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #061237;
  background-image: url('../images/Blog-Header---Dark.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.navigation-text-link {
  color: #67718e;
  text-decoration: none;
}

.navigation-text-link:hover {
  color: #4c4eac;
}

.body-l-white {
  color: #fff;
}

.price-heading-details {
  max-width: 40ch;
  color: #b6bcce;
}

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

.hero-ui-card-title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.overview-image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-block-background-large {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 80%;
  background-color: #f2f3f8;
}

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

.home-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 5% 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Header-Dots-Light.svg');
  background-position: 80% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.page-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.preview-grid {
  margin-top: 60px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.home-display-image {
  max-width: 1240px;
}

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

.account-legal-tag {
  margin-top: 24px;
  color: #b6bcce;
  font-size: 14px;
  line-height: 24px;
}

.utility-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
}

._404-vector {
  margin-top: 60px;
  margin-bottom: 40px;
}

.utility-page-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 94px 5% 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f9fc;
  background-image: url('../images/Account---Dots.svg');
  background-position: 65% 20%;
  background-size: auto;
  background-repeat: no-repeat;
}

.page-preview-block {
  margin-top: 24px;
  padding: 12px 32px;
  background-color: #f7f9fc;
  color: #061237;
  font-weight: 500;
}

.preview-section {
  padding: 40px 5%;
}

.career-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 5%;
  background-color: #f7f9fc;
  background-image: url('../images/Career-Header.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.career-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.achievement-grid {
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h2-heading {
  margin-bottom: 16px;
}

.value {
  padding: 100px 5%;
}

.footer-heading {
  margin-bottom: 8px;
  color: #b6bcce;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.template-detail {
  margin-bottom: 0px;
  color: #b6bcce;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.contact-hero-1 {
  position: relative;
  overflow: hidden;
  padding: 96px 5% 48px;
  background-image: url('../images/Contact-Us-Header.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.contact-grid {
  width: 100%;
  margin-top: 40px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f9ff;
}

.contact-section {
  padding: 80px 5%;
}

.form-field-wrapper {
  margin-bottom: 16px;
}

.map-box {
  position: relative;
  height: 362px;
  margin-top: 96px;
  background-color: #c2d8ff;
}

.contact-link {
  color: #4c4eac;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
}

.success-form {
  background-color: #4c4eac;
  color: #fff;
}

.contact-form-header {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  max-width: 544px;
  margin-right: auto;
  margin-left: auto;
}

.contact-detail-grid {
  margin-top: 32px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-icon-block-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f9ff;
}

.contact-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-section {
  position: relative;
  overflow: hidden;
  padding: 72px 5%;
}

.faq-full-grid {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-hero-dark {
  position: relative;
  overflow: visible;
  min-height: 700px;
  padding: 72px 5%;
  background-color: #061237;
}

.contact-block {
  position: relative;
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.04);
}

.form-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.company-perks {
  padding: 72px 5%;
}

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

.centre-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.perk-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f3f8;
  text-align: center;
}

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

.job-wrapper {
  padding: 72px 3%;
  background-color: #f7f9fc;
}

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

.title-wrap-centre-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

.licence-link {
  color: #fff;
}

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

.licence-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 51px 51px 84px 0 rgba(135, 140, 189, 0.08);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
}

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

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

.type-example {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: -0.03em;
}

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

.contact-details {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  color: #061237;
  font-weight: 500;
}

.accent-map-square-blue {
  position: absolute;
  left: -12px;
  top: -12px;
  right: auto;
  bottom: auto;
  width: 48px;
  height: 48px;
  background-color: #4c4eac;
}

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

.faq-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.faq-question-wrap {
  padding: 20px 24px;
  border: 1px solid #f2f3f8;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease, border-color 400ms ease;
  transition: box-shadow 400ms ease, border-color 400ms ease;
  text-decoration: none;
}

.faq-question-wrap:hover {
  border-color: rgba(242, 243, 248, 0);
  box-shadow: 33px 33px 88px -12px rgba(6, 18, 55, 0.09);
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.faq-title {
  color: #061237;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.faq-content {
  overflow: hidden;
  margin-top: 4px;
}

.faq-paragraph {
  overflow: hidden;
  margin-bottom: 0px;
  color: #67718e;
  font-size: 14px;
  line-height: 24px;
}

.contact-white-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 35%;
  background-color: #fff;
}

.text-area {
  min-height: 144px;
  border: 1px solid #f2f3f8;
}

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

.text-area:active {
  border-color: #4c4eac;
}

.text-area:focus {
  border-color: #4c4eac;
}

.text-area::-webkit-input-placeholder {
  color: #b6bcce;
}

.text-area:-ms-input-placeholder {
  color: #b6bcce;
}

.text-area::-ms-input-placeholder {
  color: #b6bcce;
}

.text-area::placeholder {
  color: #b6bcce;
}

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

.accent-contact-square-1 {
  position: absolute;
  left: auto;
  top: -64px;
  right: -64px;
  bottom: auto;
  width: 64px;
  height: 64px;
  background-color: #18264e;
}

.contact-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-location-section {
  padding: 72px 5%;
}

.hero-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-dark {
  color: #67718e;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.check-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f5f9ff;
}

.check-feature {
  margin-bottom: 0px;
  color: #061237;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.pricing-grid-small {
  max-width: 928px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.pricing-horizontal-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-block-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #061237;
  color: #fff;
  text-align: center;
}

.pricing-feature-wrapper {
  padding: 24px 32px;
}

.pricing-content-wrapper {
  border: 1px solid #f2f3f8;
}

.pricing-block-description {
  padding: 24px 32px;
  border-bottom: 1px solid #f2f3f8;
}

.price-wrapper-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-description-white {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.price-package {
  margin-bottom: 16px;
  font-family: Opensaucesans, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.price-feature {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  color: #061237;
  font-weight: 500;
}

.faq-wrapper-small {
  max-width: 544px;
  margin-right: auto;
  margin-left: auto;
}

.faq-title-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.pricing-block-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4eac;
  background-image: url('../images/Pricing-Dots.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.pricing-hero-white {
  position: relative;
  overflow: hidden;
  padding: 96px 5%;
  background-image: url('../images/Pricing-Hero.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-menu-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.career-grid {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.apply-form {
  padding: 40px;
  box-shadow: 82px 82px 144px -32px rgba(6, 18, 55, 0.06);
}

.team-description {
  margin-bottom: 0px;
  color: #67718e;
}

.contact-hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.accent-map-square {
  position: absolute;
  left: auto;
  top: auto;
  right: -30px;
  bottom: -30px;
  width: 64px;
  height: 64px;
  background-color: #f7f9fc;
}

.blog-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.testimonial-grey {
  overflow: hidden;
  padding: 120px 5% 100px;
  background-color: #f7f9fc;
}

.testimonial-image-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-name-wrapper {
  margin-top: 40px;
}

.testimonial-name {
  color: #061237;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.testimonial-role {
  margin-bottom: 0px;
  color: #67718e;
}

.quote-text {
  margin-bottom: 16px;
  color: #18264e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.testimonial-image {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-accent-square {
  position: absolute;
  left: auto;
  top: auto;
  right: -64px;
  bottom: -64px;
  width: 64px;
  height: 64px;
  background-color: #f2f3f8;
}

.team-link {
  width: 100%;
}

.career-grid-large {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.job-detail {
  margin-top: 8px;
  font-family: Opensaucesans, sans-serif;
  color: #061237;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.job-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.04);
}

.job-small-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-text-detail {
  margin-right: 16px;
  color: #67718e;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.team-name {
  margin-bottom: 8px;
}

.feature-section-large {
  padding: 96px 5% 140px;
}

.values-section {
  overflow: hidden;
  padding-top: 96px;
  padding-right: 5%;
  padding-left: 5%;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 544px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.value-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.value-icon {
  width: 40px;
  margin-bottom: 24px;
}

.value-block-background {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 360px;
  max-width: 928px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f2f3f8;
}

.value-detail {
  margin-top: 12px;
  margin-bottom: 24px;
  color: #67718e;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.value-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.04);
}

.value-text {
  margin-bottom: 0px;
  color: #061237;
  font-size: 16px;
  line-height: 32px;
}

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

.feature-content-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.customer-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-slide-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 348px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 38px 38px 104px -24px rgba(6, 18, 55, 0.04);
  color: #1f2937;
  text-decoration: none;
}

.testimonial-text {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  color: #061237;
  font-weight: 500;
}

.content-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-feature-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4c4eac;
}

.content-feature-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-feature-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 440px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-image-dark {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-image {
  position: relative;
  height: 336px;
}

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

.footer-grid-contact {
  width: 100%;
  margin-bottom: 42px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-basic-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-short-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-legal-bar-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 4px 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #061237;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.footer-link-large:hover {
  color: #4c4eac;
}

.footer-content-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-price-wrapper {
  min-width: 240px;
  margin-right: 20px;
}

.testimonial-detail-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-content {
  padding: 24px 32px;
  border-right: 1px solid #f2f3f8;
}

.testimonial-full-wrapper {
  margin-bottom: 72px;
  border: 1px solid #f2f3f8;
}

.testimonial-full-wrapper.blue-block {
  margin-bottom: 0px;
}

.footer-social-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-section-small {
  padding: 60px 5%;
}

.pricing-testimonial-logo {
  margin-bottom: 16px;
}

.pricing-testimonial-wrapper {
  margin-top: 16px;
}

.pricing-author-detail {
  margin-top: 2px;
  font-family: Opensaucesans, sans-serif;
  color: #67718e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pricing-testimonial {
  font-family: Opensaucesans, sans-serif;
  color: #061237;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-description-small {
  max-width: 450px;
  color: #fff;
}

.price-number-large {
  font-family: Opensaucesans, sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pricing-title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing-block-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 204px;
  padding: 32px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #061237;
  color: #fff;
}

.pricing-block-large.blue-block {
  background-color: #4c4eac;
}

.career-heading {
  max-width: 560px;
}

.testimonial-accent-small-square {
  position: absolute;
  left: -32px;
  top: -32px;
  right: auto;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #f2f3f8;
}

.testimonial-accent-large-square {
  position: absolute;
  left: -64px;
  top: -64px;
  right: auto;
  bottom: auto;
  width: 64px;
  height: 64px;
  background-color: #f2f3f8;
}

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

.career-section {
  padding: 96px 5%;
}

.feature-heading {
  margin-bottom: 0px;
}

.title-text-wrapper {
  position: relative;
}

.accent-ribbon-fixed {
  position: absolute;
  left: auto;
  top: 0%;
  right: -60px;
  bottom: 0%;
  display: none;
}

.hero-image-person {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.scroll-more-text {
  color: #67718e;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.feature-accent-blue {
  position: absolute;
  left: 0%;
  top: -70px;
  right: auto;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #569ad3;
}

.hero-ribbon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-ribbon {
  position: relative;
  left: 10px;
}

.resource-section {
  padding: 96px 5%;
}

.video-section-03 {
  padding: 30px 5% 172px;
  background-color: #061237;
}

.video-header {
  display: block;
  max-width: 16ch;
  color: #fff;
}

.video-detail {
  max-width: 544px;
  color: #f2f3f8;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}

.video-accent-square-dark {
  position: absolute;
  left: -92px;
  top: auto;
  right: auto;
  bottom: -92px;
  width: 92px;
  height: 92px;
  background-color: #0b1a46;
}

.blog-avatar {
  overflow: hidden;
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-right: 20px;
  border-radius: 100px;
}

.author-description {
  margin-bottom: 0px;
  color: #67718e;
  font-size: 16px;
}

.blog-author-name {
  margin-bottom: 12px;
}

.content-feature-number {
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.feature-set-wrapper {
  max-width: 400px;
}

.feature-image-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 60%;
  height: 100%;
  background-color: #d6f4ff;
}

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

.feature-image {
  position: relative;
  z-index: 5;
}

.accent-contact-square-2 {
  position: absolute;
  left: auto;
  top: -32px;
  right: -32px;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #4c4eac;
}

.form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 12px 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c4eac;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.form-button:hover {
  background-color: #2662ff;
}

.form-button:active {
  background-color: #124eeb;
}

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

.body-s-500 {
  color: #67718e;
  font-size: 14px;
  line-height: 24px;
}

.contact-hero-2 {
  position: relative;
  overflow: hidden;
  padding: 96px 5% 48px;
}

.values-section {
  padding-bottom: 100px;
}

.value-title {
  margin-bottom: 56px;
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.value-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f3f8;
  -webkit-transition: box-shadow 300ms ease, border-color 300ms ease;
  transition: box-shadow 300ms ease, border-color 300ms ease;
  text-align: center;
}

.value-card:hover {
  border-color: transparent;
  box-shadow: 68px 68px 196px -32px rgba(6, 18, 55, 0.08);
}

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

.container-medium {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.value-large-section {
  overflow: hidden;
  padding: 96px 5%;
}

.navigation-button-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4c4eac;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.navigation-button-large:hover {
  background-color: #2662ff;
}

.navigation-button-large:active {
  background-color: #124eeb;
}

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

.tertiary-m-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 8px 12px 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #4c4eac;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.tertiary-m-icon:hover {
  background-color: #f5f9ff;
}

.tertiary-m-icon:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
}

.tertiary-s-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding: 4px 12px 4px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #4c4eac;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.tertiary-s-icon:hover {
  background-color: #f5f9ff;
}

.tertiary-s-icon:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
}

.primary-l-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 12px 12px 12px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.primary-l-icon:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
}

.primary-m-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-top: 0px;
  padding: 8px 12px 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.primary-m-icon:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
}

.hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  margin-right: 32px;
  padding: 12px 12px 12px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  background-color: #4c4eac;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.hero-button:focus {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(19, 85, 255, 0.2);
}

.content-title-top {
  margin-bottom: 80px;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accent-content {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-right: 32px;
  background-color: #0b1a46;
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-title-wrapper-small {
  position: relative;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.accent-content-square {
  position: absolute;
  left: -64px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 64px;
  height: 64px;
  background-color: #4c4eac;
}

.accent-content-white-square {
  position: absolute;
  top: -32px;
  right: auto;
  bottom: auto;
  width: 32px;
  height: 32px;
  background-color: #fff;
}

.heading-2 {
  font-family: utopia-std-headline, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.heading-3 {
  font-family: utopia-std-headline, sans-serif;
}

.heading-4 {
  font-family: utopia-std-headline, sans-serif;
}

.heading-5 {
  font-size: 28px;
}

.heading-6 {
  font-size: 28px;
}

.heading-7 {
  margin-bottom: 0px;
  font-size: 36px;
}

.heading-8 {
  font-family: Opensaucesans, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.text-block-2 {
  font-family: Opensaucesans, sans-serif;
  font-size: 14px;
}

.text-span-4 {
  color: #7ed2f1;
}

.text-span-5 {
  color: #7ed2f1;
}

.text-span-6 {
  color: #7ed2f1;
}

.text-span-7 {
  color: #7ed2f1;
}

.container-2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 750px;
  padding-left: 0px;
}

.link {
  color: #fff;
}

.heading-9 {
  font-family: utopia-std-headline, sans-serif;
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  white-space: normal;
}

.video {
  margin-top: 20px;
}

.section {
  display: block;
  background-color: #061237;
}

.container-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  display: block;
  text-align: left;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 56px;
  margin-top: 20px;
  padding: 0px 0px 0px 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f3f8;
  background-color: #fff;
}

.text-field-plain-2 {
  min-height: 48px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border: 1px none #e1dfec;
  border-radius: 500px;
  background-color: #fff;
  color: #b6bcce;
  letter-spacing: -0.02em;
}

.text-field-plain-2::-webkit-input-placeholder {
  color: #b6bcce;
}

.text-field-plain-2:-ms-input-placeholder {
  color: #b6bcce;
}

.text-field-plain-2::-ms-input-placeholder {
  color: #b6bcce;
}

.text-field-plain-2::placeholder {
  color: #b6bcce;
}

.submit-button-2 {
  height: 100%;
  padding: 12px 18px;
  background-color: #4c4eac;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.submit-button-2:hover {
  background-color: #4c4eac;
}

.success-message-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #4c4eac;
  color: #fff;
}

.heading-10 {
  color: #fff;
  font-size: 48px;
  line-height: 68px;
  text-align: center;
}

.bold-text {
  line-height: 48px;
  text-align: center;
}

.heading-11 {
  color: #fff;
  text-align: center;
}

.video-2 {
  border: 1px none #000;
  border-radius: 0px;
}

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

.section-2 {
  padding: 25px 25px 20px;
  background-color: #061237;
}

.section-3 {
  padding-bottom: 210px;
  background-color: #061237;
}

.container-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-104 {
  border-radius: 0px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

@media screen and (max-width: 991px) {
  .template-header {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .style-full-grid {
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .typography-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .detail-block {
    margin-top: 0px;
  }

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

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

  .accent-hero-small {
    padding-bottom: 116px;
  }

  .hero-blue-right {
    display: none;
  }

  .hero-bar-white {
    display: none;
  }

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

  .bottom-accent-grey {
    width: 70%;
  }

  .hero-content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-title-accent-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu {
    position: absolute;
    top: 70px;
    height: auto;
    background-color: #fff;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-default {
    position: relative;
  }

  .navigation-menu {
    margin-left: 10px;
    padding: 12px;
    border: 1px solid #f2f3f8;
    color: #4c4eac;
  }

  .navigation-menu.w--open {
    border-color: #fff;
    background-color: #4c4eac;
  }

  .navigation-container {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navigation-left {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-split {
    position: relative;
  }

  .navigation-container-split {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .customer-grid {
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
  }

  .header-02 {
    background-position: 100% 90%;
  }

  .header-03 {
    background-position: 100% 90%;
  }

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

  .feature-set-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-card-wrapper {
    min-height: auto;
  }

  .overview-title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title-wrapper-split {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .feature-case-study {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#061237), color-stop(33%, #061237), color-stop(0, #fff));
    background-image: linear-gradient(180deg, #061237, #061237 33%, #fff 0);
  }

  .case-study-feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-slider-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-block {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 100% 50%;
    background-size: cover;
  }

  .cta-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .case-study-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cta-block-01 {
    background-size: contain;
  }

  .cta-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .testimonial-author-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta-block-04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-2-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-feature-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid-01 {
    grid-row-gap: 42px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .content-grid-feature {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .video-accent-square {
    left: -24px;
    bottom: -24px;
    width: 24px;
    height: 24px;
  }

  .header-04 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-grid {
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-content-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero-background-block {
    height: 40%;
  }

  .hero-scroll-block {
    display: none;
  }

  .company-hero-grid {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .company-hero-image {
    height: 500px;
  }

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

  .div-block-54 {
    height: 240px;
  }

  .company-bottom-image {
    height: 240px;
  }

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

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

  .dropdown {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-wrapper {
    padding: 0px;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

  .dropdown-wrapper-company {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    box-shadow: none;
  }

  .toggle {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .toggle:hover {
    color: #4c4eac;
  }

  .toggle.w--open {
    width: 100%;
  }

  .company-link-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

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

  .blog-mask {
    width: 420px;
  }

  .testimonial-accent-large {
    top: -42px;
    right: -42px;
    width: 42px;
    height: 42px;
  }

  .blog-hero {
    background-position: 0% 50%;
  }

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

  .blog-feature {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-image-grid {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account-section {
    background-position: 90% 20%;
  }

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

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

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

  .blog-feature-small {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .content-grid-large {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .home-header {
    background-position: 0% 100%;
  }

  .utility-page-large {
    background-position: 100% 10%;
  }

  .career-hero {
    background-position: 0% 50%;
    background-size: auto;
  }

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

  .company-perks {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .licence-card {
    padding: 32px 16px;
  }

  .accent-contact-square-1 {
    right: 0px;
  }

  .pricing-hero-white {
    padding-bottom: 60px;
  }

  .nav-menu-small {
    top: 70px;
    height: auto;
    background-color: #fff;
  }

  .navigation-block-left {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-block-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-menu-empty {
    margin-left: 10px;
    padding: 12px;
    border: 1px solid #e1dfec;
    color: #5138ee;
  }

  .navigation-menu-empty.w--open {
    border-color: #fff;
    background-color: #5138ee;
  }

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

  .apply-form {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-section-large {
    padding-bottom: 100px;
  }

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

  .feature-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-grid-02 {
    grid-row-gap: 42px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-detail-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-content {
    border-bottom: 1px solid #f2f3f8;
    border-right-style: none;
  }

  .pricing-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .primary-feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .video-accent-square-dark {
    left: -24px;
    bottom: -24px;
    width: 24px;
    height: 24px;
  }

  .accent-contact-square-2 {
    top: -24px;
    right: -24px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .colour {
    margin-bottom: 25px;
  }

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

  .accent-hero-small {
    padding-right: 48px;
    padding-bottom: 0px;
    padding-left: 48px;
  }

  .hero-bottom-bar {
    display: none;
  }

  .hero-ui-card {
    right: auto;
  }

  .logo {
    margin-right: auto;
    margin-left: auto;
  }

  .navigation-left {
    width: 100%;
  }

  .navigation-right {
    width: 100%;
  }

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

  .logo-grid-horizontal {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid-stacked {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .header-02 {
    padding-right: 48px;
    padding-left: 48px;
  }

  .top-accent-hero {
    display: none;
  }

  .feature-card-wrapper {
    padding-left: 0px;
  }

  .feature-content-wrapper {
    margin-left: 0px;
  }

  .overview-title {
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .feature-block-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-block-wrapper {
    margin-top: 40px;
  }

  .title-wrapper-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-grid {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-studies-hero {
    background-size: cover;
  }

  .feature-case-study {
    padding-bottom: 40px;
  }

  .case-study-feature-block {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .case-study-overview {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-study-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-block-01 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .cta-02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-block-04 {
    padding-right: 40px;
    padding-left: 40px;
    background-position: 37% 50%;
  }

  .content-2-02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-legal-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-socials {
    margin-bottom: 32px;
  }

  .content-2-03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .content-grid-feature {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .video-block {
    height: 390px;
    max-height: 40vh;
  }

  .header-04 {
    padding-top: 60px;
  }

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

  .hero-image-large-block {
    height: 500px;
  }

  .company-hero-1 {
    padding-top: 60px;
  }

  .company-hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .company-bg-block {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .company-hero-content {
    padding-top: 0px;
  }

  .testimonial-logo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .company-hero-people {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-54 {
    height: 180px;
    margin-bottom: 24px;
  }

  .company-bottom-image {
    height: 180px;
  }

  .resource-link {
    padding: 10px;
  }

  .company-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

  .link-block {
    margin-top: 10px;
  }

  .company-link-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .company-overview {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .company-hero-wrapper {
    margin-bottom: 40px;
  }

  .company-image-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .company-image-large {
    height: 540px;
  }

  .company-image-tall {
    height: 540px;
  }

  .pricing-hero {
    padding-top: 60px;
    background-size: cover;
  }

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

  .blog-mask {
    width: 400px;
  }

  .blog-image-thumbnail {
    width: 100%;
  }

  .content-accent {
    right: -62px;
    bottom: -62px;
    width: 62px;
    height: 62px;
    min-height: 62px;
    min-width: 62px;
  }

  .accent-wrapper-banner {
    display: none;
  }

  .accent-account-square {
    left: -42px;
    top: -42px;
    width: 42px;
    height: 42px;
  }

  .accent-account-small {
    left: -16px;
    top: -16px;
    width: 16px;
    height: 16px;
  }

  .content-section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .accent-feature-block {
    display: none;
  }

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

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

  .content-grid-large {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-header {
    padding-right: 48px;
    padding-left: 48px;
  }

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

  .home-display-image {
    width: 300%;
    height: 140%;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .achievement-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

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

  .contact-form-header {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-full-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .licence-graphic {
    height: 240px;
  }

  .faq-question-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .contact-location-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-horizontal-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-block-left {
    width: 100%;
  }

  .testimonial-image-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .footer-basic-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-content-logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-short-links {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .footer-legal-bar-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-content-socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimonial-price-wrapper {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .pricing-block-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonial-accent-small-square {
    left: -16px;
    top: -16px;
    width: 16px;
    height: 16px;
  }

  .testimonial-accent-large-square {
    left: -42px;
    top: -42px;
    width: 42px;
    height: 42px;
  }

  .career-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .accent-ribbon-fixed {
    display: none;
  }

  .resource-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

  h2 {
    font-size: 46px;
    line-height: 56px;
  }

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

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

  .template-section {
    overflow: hidden;
  }

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

  .h3-heading-white {
    position: relative;
    z-index: 5;
  }

  .style-guide-block {
    padding-right: 28px;
    padding-left: 28px;
  }

  .accent-hero-small {
    padding-right: 24px;
    padding-left: 24px;
    background-position: 10% 80%;
  }

  .header-grid {
    grid-row-gap: 40px;
  }

  .hero-title-line {
    font-size: 14vw;
    line-height: 14vw;
  }

  .hero-ui-card {
    display: none;
  }

  .hero-title-accent-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .accent-hero-dark {
    top: -24px;
    right: -24px;
    width: 24px;
    height: 24px;
  }

  .logo {
    max-width: 240px;
  }

  .navigation-default {
    min-height: 100px;
  }

  .navigation-menu {
    border-style: solid;
    border-color: #e1dfec;
  }

  .customer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-grid-horizontal {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner {
    background-image: none;
    font-size: 12px;
    text-align: center;
  }

  .logo-grid-stacked {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-wrapper-centre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-02 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .button-arrow {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .home-paragraph {
    font-size: 16px;
  }

  .accent-ribbon {
    display: none;
  }

  .feature-card-wrapper {
    padding-right: 0px;
  }

  .feature-block {
    padding: 20px;
  }

  .feature-block-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }

  .feature-icon-block {
    margin-bottom: 32px;
  }

  .image-block {
    height: 260px;
  }

  .case-study-feature-block {
    padding: 24px;
  }

  .case-study-feature-thumbnail {
    height: 240px;
  }

  .case-study-detail-block {
    padding: 20px 20px 40px;
  }

  .author-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .cta-03 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-block-01 {
    padding: 60px 40px;
    background-position: 78% 50%;
  }

  .cta-block-02 {
    padding: 60px 40px;
  }

  .testimonial-author-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .avatar-medium {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .cta-block-04 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .content-2-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-legal-bar {
    text-align: center;
  }

  .submit-button {
    width: 100%;
  }

  .text-field-plain {
    display: none;
  }

  .footer-grid-horizontal {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-grid-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .video-block {
    height: 300px;
    max-height: 40vh;
  }

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

  .hero-image-large-block {
    height: 410px;
  }

  .hero-background-block {
    height: 20%;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .company-hero-image {
    height: 420px;
  }

  .testimonial-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-logo-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .company-hero-people {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-54 {
    height: 120px;
    margin-bottom: 12px;
  }

  .company-bottom-image {
    height: 120px;
  }

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

  .navigation-dropdown-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-wrapper-company {
    padding: 10px 20px 10px 10px;
  }

  .company-link-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-card-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .company-image-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .company-image-large {
    height: 360px;
  }

  .company-image-tall {
    height: 360px;
  }

  .price-block {
    padding-right: 32px;
    padding-left: 32px;
  }

  .blog-mask {
    width: 100%;
  }

  .avatar-square {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .horizontal-detail-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-image-wrapper {
    padding: 24px;
  }

  .content-image-square {
    height: 280px;
  }

  .content-accent {
    display: none;
  }

  .blog-author-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .blog-header-wrapper {
    height: 300px;
  }

  .account-base {
    padding-right: 24px;
    padding-left: 24px;
  }

  .register-account {
    margin-bottom: 10px;
  }

  .account-detail-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .accent-account-square {
    left: 0px;
    display: none;
  }

  .navigation-button {
    display: none;
  }

  .feature-block-grey {
    padding: 40px 20px;
  }

  .cta-check-wrap {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

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

  .overview-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-header {
    padding-right: 24px;
    padding-left: 24px;
  }

  .home-display-image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .contact-hero-dark {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .contact-block {
    padding: 32px;
  }

  .licence-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .licence-graphic {
    height: 180px;
  }

  .faq-question-wrap {
    padding: 16px;
  }

  .contact-white-bar {
    min-height: 20%;
  }

  .hero-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-block-dark {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pricing-feature-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pricing-block-blue {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pricing-hero-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navigation-menu-empty {
    border-style: solid;
    border-color: #e1dfec;
  }

  .apply-form {
    padding: 30px;
  }

  .job-card {
    padding: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .job-description {
    margin-bottom: 32px;
  }

  .value-block {
    padding: 20px;
  }

  .footer-grid-02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer-short-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-legal-bar-bottom {
    text-align: center;
  }

  .pricing-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pricing-section-small {
    padding-top: 20px;
  }

  .pricing-block-large {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-accent-large-square {
    left: 0px;
    display: none;
  }

  .accent-ribbon-fixed {
    display: none;
  }

  .accent-contact-square-2 {
    right: 0px;
  }

  .hero-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .heading-3 {
    font-size: 48px;
  }

  .text-field-plain-2 {
    display: none;
  }

  .submit-button-2 {
    width: 100%;
  }
}

#w-node-_362fd721-c43b-d424-7f5c-bb89ab2d1b38-ab2d1ad8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d8129c8b-df8c-279f-1aeb-736ff642fd00-f642fcea {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_087c48e2-5009-465d-c043-389e419d6b1c-419d6b08 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3c744372-c81f-abd5-3c24-0a899b337db2-9b337d9e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e13ec989-e158-c169-de8a-b7b18ca808a2-8ca8085b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b8ae849f-a99c-bc66-ad62-8983c31a046e-c31a041d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_81bab252-c79f-7cb9-fba0-5b7e02238f21-643e8848 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0f3831e7-34fa-5f06-f42b-eb23c8d75081-643e8848 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1a98fa37-f3eb-96a4-e7ca-bb7e7632cf36-643e8848 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a7ae877d-eb93-5afa-77bd-30697dde5795-643e8848 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a7ae877d-eb93-5afa-77bd-30697dde57bb-643e8848 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a7ae877d-eb93-5afa-77bd-30697dde57e1-643e8848 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e79ed9c7-715b-7c57-5000-f04cb5d22ce4-fb3e8849 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3635faae-1f2d-dc3f-df2d-5f3bbf32f603-fb3e8849 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b7c1cafb-ffcd-5a34-48af-197f4d455d5c-fb3e8849 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f68d83db-a64d-77ac-d71b-d2dc98a2766d-1e3e884a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0153df64-0cf5-e41a-f5f7-5f3aba6e7d34-1e3e884a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_362fd721-c43b-d424-7f5c-bb89ab2d1b1b-ab2d1ad8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_77612923-f174-286e-8b53-7231ab43c0fd-5bb092f0 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_087c48e2-5009-465d-c043-389e419d6b1c-419d6b08 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_66dc25da-6ebb-8205-9362-29aad0ea9aca-d0ea9ac1 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_694c55fa-dcd1-e0aa-11e5-98602a74d884-423d44a9 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e13ec989-e158-c169-de8a-b7b18ca8085e-8ca8085b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-b8ae849f-a99c-bc66-ad62-8983c31a0451-c31a041d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_362fd721-c43b-d424-7f5c-bb89ab2d1b09-ab2d1ad8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_362fd721-c43b-d424-7f5c-bb89ab2d1b1b-ab2d1ad8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e13ec989-e158-c169-de8a-b7b18ca8085e-8ca8085b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e13ec989-e158-c169-de8a-b7b18ca8088e-8ca8085b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b8ae849f-a99c-bc66-ad62-8983c31a0442-c31a041d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b8ae849f-a99c-bc66-ad62-8983c31a0451-c31a041d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Bold.ttf') format('truetype'), url('../fonts/OpenSauceSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensaucesans';
  src: url('../fonts/OpenSauceSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}