body {
  font-family: proxima-nova,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  color: #1c1e27;
}

a {
  color: #1c1e27;
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 22px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 22px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 24px;
  border-left: 5px solid #34459c;
  background-color: #34459c;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: 600;
}

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

.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.container.hero-flex-horizontal {
  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;
}

.container.hero-flex-vertical {
  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;
}

.filled-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #34459c;
  border-radius: 4px;
  background-color: #34459c;
  -webkit-transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.filled-btn:hover {
  border-color: #34459c;
  background-color: #fff;
  color: #34459c;
}

.filled-btn.no-margin-top {
  margin-top: 0;
}

.filled-btn.no-margin-top.no-margin-right {
  margin-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.filled-btn.no-margin-top.no-margin-right:hover {
  border-color: #34459c;
}

.filled-btn.full-width {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
}

.filled-btn.full-width:hover {
  border-color: #34459c;
}

.filled-btn.utility {
  margin-top: 32px;
  margin-right: 0;
}

.section {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section.with-header {
  padding-top: 104px;
}

.section.with-header.grey-bg {
  background-color: #ebecf5;
}

.section.video-bg {
  position: relative;
  min-height: 720px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 320px;
  padding-bottom: 320px;
}

.section.no-padding-top {
  padding-top: 0;
}

.hero-section {
  padding-top: 150px;
  padding-bottom: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section.grey {
  background-color: #ebecf5;
}

.hero-section.grey.relative {
  position: relative;
  background-color: rgb(52 69 156 / 10%);
}

.nav-link-wrap {
  margin-right: 8px;
  padding: 24px 8px;
  -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;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.nav-link-wrap.dropdown {
  z-index: 0;
  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;
  cursor: pointer;
}

.menu-button {
  position: relative;
  margin-right: -16px;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

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

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
}

.brand {
  display: block;
  height: 28px;
  margin-right: 20px;
}

.brand.margin-bottom {
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand.margin-bottom.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu {
  z-index: 1;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-left {
  z-index: 2;
  width: 50%;
  padding-right: 8.333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-right {
  position: relative;
  z-index: 1;
  width: 50%;
}

.arrow-btn {
  display: inline-block;
  margin-top: 24px;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-btn.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.arrow-btn.right {
  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;
}

.nav-links-wrapper {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.half-div {
  width: 50%;
  padding-right: 8.333%;
}

.half-div.featured-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  -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;
  color: #fff;
  text-decoration: none;
}

.half-div.featured-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  -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;
  color: #fff;
  text-decoration: none;
}

.project-rich-text img {
  margin-top: 32px;
}

.project-rich-text figcaption {
  margin-bottom: 32px;
}

.featured-work-link-block {
  width: 50%;
}

.featured-work-link-block.featured-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  -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;
  color: #fff;
  text-decoration: none;
}

.nav-menu-content {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.close-overlay-button {
  position: absolute;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 2%;
  padding-left: 2%;
  -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;
  background-color: #1c1e27;
}

.copyright-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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.copyright-text {
  color: #f0f0f0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
}

.copyright-text.white {
  color: #fff;
}

.copyright-text.white {
  color: #fff;
}

.copyright-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.nav-link-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform 400ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 400ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 400ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 400ms cubic-bezier(.77, 0, .175, 1);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-wrap-2:hover {
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.muted-text {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5b5d63;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.text-field {
  height: 48px;
  padding: 10px 16px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #f0f0f0;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
  color: #1c1e27;
  font-weight: 600;
}

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

.text-field:focus {
  border-color: #34459c;
  background-color: #f0f0f0;
}

.text-field::-webkit-input-placeholder {
  color: #5b5d63;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.text-field:-ms-input-placeholder {
  color: #5b5d63;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.text-field::-ms-input-placeholder {
  color: #5b5d63;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.text-field::placeholder {
  color: #5b5d63;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.text-field.margin-top {
  margin-top: 24px;
}

.text-field.margin-top:focus {
  color: #1c1e27;
}

.text-field.big {
  height: 56px;
}

.text-field.min-height {
  height: auto;
  min-height: 120px;
}

.text-field.select {
  padding-top: 0;
  padding-bottom: 0;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.utility-title {
  margin-top: 32px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
}

.logo {
  height: 100%;
}

.center {
  text-align: center;
}

.logo.in-footer {
  max-height: 48px;
}

.service-block {
  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;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.page-title {
  margin-top: 0;
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
}

.page-title.section-header {
  margin-bottom: 16px;
}

.section-header {
  margin-bottom: 80px;
}

.subheading {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #34459c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.outlined-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #34459c;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  color: #34459c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.outlined-btn:hover {
  border-color: #34459c;
  background-color: #34459c;
  color: #fff;
}

.outlined-btn.no-margin-top {
  margin-top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #34459c;
}

.outlined-btn.no-margin-top:hover {
  background-color: #34459c;
  color: #fff;
}

.outlined-btn.no-margin-top.no-margin-right {
  margin-right: 0;
  text-align: center;
}

.outlined-btn.to-top-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin: 0 24px 24px;
  padding: 0;
  -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: 8px;
}

.outlined-btn.inverted {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-color: #fff;
  color: #fff;
}

.outlined-btn.inverted:hover {
  background-color: #fff;
  color: #34459c;
}

.filled-btn-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 16px 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #34459c;
  border-radius: 4px;
  background-color: #34459c;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.filled-btn-arrow.no-margin-top {
  margin-top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.filled-btn-arrow.no-margin-top.no-margin-right {
  margin-right: 0;
  text-align: center;
}

.filled-btn-arrow.no-margin-top.no-margin-right:hover {
  border-color: #34459c;
}

.filled-btn-arrow-text {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.filled-btn-arrow-icon {
  height: 12px;
}

.filled-btn-arrow-icon.in-blog-list-view {
  display: block;
  height: 8px;
  margin-top: 2px;
}

.btn-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.btn-arrow.in-blog-list-view {
  position: absolute;
  bottom: 10px;
  margin-top: 0;
  margin-right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}

.btn-arrow-text {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
  background-color: #34459c;
}

.page-header.relative {
  position: relative;
}

.transparent-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  background-color: transparent;
}

.section-title {
  max-width: 50%;
  margin: 0 auto 16px;
  font-size: 42px;
  line-height: 48px;
}

.section-title.center {
  max-width: 75%;
  margin-bottom: 24px;
  color: #1c1e27;
  text-align: center;
}

.section-title.in-half-div {
  max-width: none;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.section-title.in-one-third-div {
  max-width: none;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 54px;
}

.section-title.no-max-width {
  max-width: none;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 54px;
}

.hero-title {
  max-width: 100%;
  margin-top: 0;
  font-size: 60px;
  font-weight:600;
  line-height: 60px;
  margin-bottom: 15px;
}

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

.hero-title.medium {
  font-size: 60px;
  line-height: 66px;
}

.hero-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-btn-container.center {
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.text-btn.no-margin-top {
  margin-top: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-btn-icon {
  margin-right: 8px;
}

.hero-top {
  z-index: 2;
  width: 50%;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-bottom {
  z-index: 0;
  width: 100%;
}

.inline-form {
  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;
}

.submit-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #34459c;
  border-radius: 4px;
  background-color: #34459c;
  -webkit-transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms cubic-bezier(.23, 1, .32, 1), background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.submit-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #34459c;
}

.submit-btn.no-margin-top {
  height: 56px;
  margin-top: 0;
  margin-left: 24px;
}

.hero-email-form {
  margin-top: 48px;
  margin-bottom: 0;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-block {
  padding: 48px 32px 56px;
  border-radius: 8px;
  background-color: #ebecf5;
}

.feature-block.no-bg {
  background-color: transparent;
}

.feature-block.no-bg.no-padding {
  padding: 0;
}

.feature-icon {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 auto 16px auto;
}

.feature-title {
  margin-bottom: 10px;
  color: #1c1e27;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.features-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-title-large {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 54px;
}

.features-text-block {
  z-index: 2;
  width: 50%;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.features-text-block.left {
  padding-right: 8.333%;
}

.features-text-block.right {
  padding-left: 8.333%;
}

.features-img-block {
  z-index: 0;
  width: 50%;
}

.feature-tabs {
  display: block;
  width: 100%;
  padding: 16px 32px;
  border-top: 4px solid #34459c;
  background-color: #fff;
}

.feature-tabs.w--current {
  background-color: transparent;
}

.feature-nav-tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

.tab-progress-bar {
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-color: #34459c;
}

.tab-image {
  max-width: 66.6667%;
  border-radius: 8px;
}

.tab-flex {
  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;
}

.feature-tabs-wrapper {
  margin-top: 48px;
}

.half-section-flex {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.half-section-flex.center-horizontal {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.metric-row {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.metric-row.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 0;
}

.pricing-price {
  color: #1c1e27;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
}
.pricing-price-interval {
  font-size: 18px;
}

.pricing-card-content {
  display: block;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.pricing-card-content.middle {
  padding-right: 36px;
  padding-left: 36px;
}

.pricing-card-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  -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;
}

.middle .pricing-card-header {
  padding-top:20px;
}

.pricing-card-wrapper {
  padding-right: 12px;
  padding-left: 12px;
}

.pricing-title {
  z-index: 4;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.pricing-card {
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 20px 1px rgba(11, 16, 51, 0.15);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  cursor: default;
}

.pricing-card.middle {
  margin-top: -24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 4px;
  border-color: #34459c;
}

.toggle-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #34459c;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.toggle-text.monthly {
  padding-left: 8px;
}

.toggle-text.annually {
  padding-right: 8px;
  color: #fff;
}

.toggle-bg {
  position: relative;
  width: 240px;
  height: 56px;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: 8px;
  background-color: #34459c;
  color: #fff;
}

.toggle-bg.v2 {
  margin-right: 0;
  margin-left: 0;
  background-color: transparent;
  color: #34459c;
}

.pricing-small-text {
  color: #5b5d63;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.pricing-card-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-left: -24px;
  padding-top: 18px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.toggle-btn {
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  z-index: 0;
  display: block;
  width: 112px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  color: #34459c;
}

.pricing-row-text {
  color: #1c1e27;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.pricing-row-text.muted {
  color: #a8aab2;
}

.pricing-icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/icon_check-bHwPyyV.svg");
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.pricing-icon.not-included {
  background-image: url("../images/icon_cross-ZUBS9do.svg");
  background-size: 12px;
}

.toggle-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;
  margin-top: 40px;
}

.toggle-wrapper.v2 {
  margin-top: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.toggle-wrapper.v2.mobile {
  display: none;
}

.pricing-card-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.pricing-card-row.last {
  margin-bottom: 32px;
  border-bottom-style: none;
}

.pricing-columns {
  margin-top: 56px;
}

.pricing-columns.annually {
  display: none;
}

.pricing-card-price-block {
  position: relative;
  margin-right: -8px;
}

.pricing-currency {
  position: absolute;
  left: -15px;
  top: 5px;
  color: #5b5d63;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.pricing-label {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  padding: 4px 10px;
  border-radius: 0 0 8px 8px;
  background-color: #34459c;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-wrapper-v2 {
  width: 66.6667%;
  margin-top: -32px;
}

.one-third-div {
  width: 33.3334%;
  padding-right: 32px;
}

.one-third-div.no-padding-right {
  padding-right: 0;
}

.pricing-v2-flex {
  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;
}

.pricing-discount-label {
  position: absolute;
  top: 32px;
  right: 40px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-weight: 600;
}

.pricing-discount-label.in-popular {
  top: 8px;
}

.faq-wrapper {
  width: 50%;
}

.faq-wrapper.full-width {
  width: 100%;
  margin-top: 48px;
}

.faq-dropdown {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border: solid 2px #34459c;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.faq-dropdown:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.faq-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.faq-dropdown-toggle.full-width {
  padding: 16px;
}

.faq-icon-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #34459c;
}

.faq-flex-wrapper {
  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;
}

.faq-dropdown-list {
  position: static;
  background-color: #fff;
  padding: 15px 24px 24px 64px;
}

.faq-dropdown-list.w--open {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.faq-icon-line {
  width: 16px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
}

.faq-icon-line.rotate {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-paragraph {
  border-style: none;
  border-width: 1px 2px 1px 1px;
  border-color: #000 rgba(49, 100, 31, 0.6) rgba(49, 100, 31, 0.6);
  background-color: #fff;
}


.faq-title {
  max-width: 100%;
  white-space: normal;
}

.faq-title.large {
  font-size: 18px;
  line-height: 24px;
}

.blog-listing-grid {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-post-listing-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-post-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
}

.blog-post-listing-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 8px;
  text-decoration: none;
}

.blog-listing-title {
  z-index: 1;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.blog-listing-title.v2 {
  font-size: 24px;
  line-height: 30px;
}

.page-header-img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -24px;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(13, 15, 25, 0.05), rgba(13, 15, 25, 0.5) 50%, #0d0f19 103%);
}

.page-header-img-overlay.list-view {
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(13, 15, 25, 0.5), rgba(13, 15, 25, 0.5));
}

.page-header-img-overlay.no-overflow {
  bottom: 0;
}

.cta-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  background-color: #34459c;
}

.cta-block.v3 {
  padding-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-block.v2 {
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-title {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
}

.cta-title.v2 {
  max-width: 100%;
  margin-left: 0;
  text-align: left;
}

.cta-img {
  position: relative;
  bottom: -120px;
  display: block;
  max-width: 50%;
  margin-top: -72px;
  border-radius: 8px;
}

.cta-img.v2 {
  bottom: auto;
  margin-top: 0;
}

.faq-full-width-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.page-header-title {
  margin-top: 0;
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
}

.page-header-title.no-margin-bottom {
  margin-bottom: 0;
}

.page-header-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 64px;
  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;
}

.page-header-flex-wrap.no-margin-bottom {
  margin-bottom: 0;
}

.page-header-img {
  display: block;
}

.container-small {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 83.33333333333334%;
  margin-right: auto;
  margin-left: auto;
}

.container-small.not-relative {
  position: static;
}

.page-header-cut-out {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 20%;
  background-color: #fff;
}

.blog-post-recommended-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-header-img-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-height: 640px;
  max-width: 83.33333333333334%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
  background-color: #1c1e27;
  -o-object-fit: cover;
  object-fit: cover;
}

.dropdown-icon {
  display: block;
  width: 10px;
  margin-top: 2px;
  margin-left: 8px;
}

.dropdown-link {
  padding: 12px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #1c1e27;
  text-align: left;
  cursor: pointer;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.custom-dropdown-list {
  position: absolute;
  left: auto;
  top: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
  max-width: 200px;
  min-width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 16px 30px 0 rgba(13, 15, 25, 0.5);
}

.custom-dropdown-list.w--open {
  padding: 8px;
  box-shadow: 0 8px 20px 0 #fff;
}

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

.cookie-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 640px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #151720;
  box-shadow: 0 16px 30px 0 rgba(13, 15, 25, 0.5);
  white-space: normal;
}

.cookie-link {
  font-family: 'Space Grotesk';
  text-decoration: underline;
}

.cookie-text {
  margin-right: 16px;
}

.to-top-container {
  position: relative;
  z-index: 1;
}

.to-top-icon {
  height: 20px;
}

.helper-underline {
  text-decoration: underline;
}

.pagination {
  margin-top: 24px;
}

.footer-top-block {
  max-width: 1280px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1.25fr 0.75fr 0.75fr 1fr;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer-text {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 24px;
}

.footer-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-link {
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.footer-link:hover {
  color: #fff;
}

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

.intro-section-block {
  padding: 24px;
  border-radius: 16px;
  background-color: #151720;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.intro-section-block:hover {
  box-shadow: 0 16px 30px 0 rgba(7, 8, 11, 0.5);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.hero-img {
  border-radius: 8px;
}

.paragraph-2 {
  max-width: 50%;
  text-align: center;
}

.paragraph-2.center {
  margin-right: auto;
  margin-left: auto;
}

.paragraph-3 {
  max-width: 75%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 26px;
}

.error-page-logo {
  max-width: 50%;
}

@media screen and (min-width: 1280px) {
  .half-div {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 1440px) {
  .copyright-text {
    font-size: 12px;
    line-height: 18px;
  }

  .page-header {
    position: static;
  }

  .pricing-columns.monthly {
    display: none;
  }

  .contact-form {
    background-color: transparent;
  }
}

@media screen and (min-width: 1920px) {
  .project-rich-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .copyright-text {
    font-size: 14px;
    line-height: 22px;
  }

  .muted-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .page-header {
    padding-top: 160px;
  }

  .feature-text {
    color: #fff;
  }

  .faq-dropdown {
    border-style: solid;
    border-width: 1px;
    border-color: #1c1e27;
  }

  .dropdown-link {
    color: #1c1e27;
  }

  .custom-dropdown-list {
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 30px 0 rgba(13, 15, 25, 0.5);
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }

  .container.hero-flex-horizontal {
    -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;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.with-header {
    padding-top: 80px;
  }

  .section.video-bg {
    min-height: 400px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .hero-section {
    padding-top: 150px;
  }

  .nav-link-wrap {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-wrap.dropdown {
    position: relative;
    display: block;
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .navbar {
    height: 56px;
  }

  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    width: 50vw;
    max-height: 100vh;
    padding: 0 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }

  .hero-left {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-right {
    width: 100%;
  }

  .hero-right.first-on-mobile {
    margin-bottom: 48px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav-links-wrapper {
    width: 100%;
    margin-bottom: 16px;
    -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;
  }

  .half-div.sticky-on-tablet {
    position: sticky;
    top: 32px;
  }

  .half-div.full-width-on-mobile {
    width: 100%;
    padding-right: 0;
  }

  .featured-work-link-block.featured-projects {
    min-height: 40vh;
  }

  .nav-menu-content {
    margin-top: 56px;
    -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;
  }

  .nav-btn-wrapper {
    display: -ms-grid;
    display: grid;
    margin-top: 16px;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .close-overlay-button {
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link-wrap-2 {
    float: left;
  }

  .burger-icon {
    height: 16px;
  }

  .logo {
    height: 24px;
  }

  .page-title {
    font-size: 42px;
    line-height: 48px;
  }

  .subheading {
    font-size: 14px;
    line-height: 22px;
  }

  .page-header {
    padding-top: 120px;
    padding-bottom: 64px;
  }

  .section-title {
    max-width: 75%;
    font-size: 36px;
    line-height: 42px;
  }

  .section-title.in-half-div {
    font-size: 48px;
    line-height: 48px;
  }

  .hero-title {
    max-width: 75%;
    font-size: 60px;
    line-height: 66px;
  }

  .hero-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 64px;
    padding-right: 0;
    -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 {
    width: 100%;
  }

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

  .features-flex {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature-title-large {
    font-size: 42px;
    line-height: 48px;
  }

  .features-text-block {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features-img-block {
    width: 100%;
  }

  .metric-block.stack-row {
    margin-top: 0;
  }

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

  .half-section-flex.center-horizontal.flex-vertical-on-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .metric-row.horizontal {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .close-menu-icon {
    margin-left: 4px;
  }

  .pricing-price {
    font-size: 44px;
    line-height: 50px;
  }

  .pricing-card-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pricing-card-content.middle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-card-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .pricing-title {
    font-size: 20px;
    line-height: 24px;
  }

  .pricing-small-text {
    font-size: 12px;
  }

  .pricing-row-text {
    font-size: 14px;
    line-height: 18px;
  }

  .pricing-icon {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    background-size: 12px;
  }

  .pricing-icon.not-included {
    background-size: 10px;
  }

  .pricing-card-row {
    border-bottom-style: none;
  }

  .pricing-card-row.last {
    margin-bottom: 0;
  }

  .pricing-columns {
    padding-right: 0;
    padding-left: 0;
  }

  .pricing-columns.annually {
    margin-top: 72px;
  }

  .pricing-currency {
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-wrapper-v2 {
    padding-left: 16px;
  }

  .one-third-div {
    padding-right: 0;
  }

  .one-third-div.no-padding-right.full-width-mobile {
    width: 100%;
  }

  .video-bg-img {
    position: absolute;
    width: auto;
    height: 70vw;
  }

  .promo-video-wrapper {
    min-height: 480px;
    margin-top: 80px;
  }

  .blog-post-listing-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .blog-post-listing-content {
    min-height: 280px;
  }

  .btn-container.center {
    margin-top: 40px;
  }

  .blog-post-img {
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blog-post-img.v2 {
    min-height: 440px;
  }

  .blog-listing-grid-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-post-listing-grid-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-post-listing-content-v2 {
    min-height: 440px;
  }

  .blog-list-half-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-list-half-collection {
    width: 100%;
    margin-top: 48px;
  }

  .cta-block.v2 {
    padding: 56px;
  }

  .cta-title {
    max-width: 66.6667%;
    font-size: 42px;
    line-height: 48px;
  }

  .cta-img {
    max-width: 66.6667%;
  }

  .cta-img.v2 {
    max-width: 50%;
  }

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

  .hiring-label {
    font-size: 12px;
    line-height: 18px;
  }

  .page-header-title {
    font-size: 42px;
    line-height: 48px;
  }

  .page-header-flex-wrap {
    max-width: 66.6667%;
  }

  .blog-post-recommended-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .page-header-img-container {
    max-height: 360px;
    border-radius: 20px;
  }

  .companies-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .companies-half-grid {
    width: 100%;
    margin-top: 48px;
    padding-left: 0;
  }

  .companies-grid {
    width: 100%;
    margin-top: 48px;
    padding-left: 0;
  }

  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .custom-dropdown-list {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: auto;
    box-shadow: none;
  }

  .dropdown-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cookie-bar {
    right: 0;
    width: auto;
    max-width: none;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.medium {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.with-header {
    padding-top: 56px;
  }

  .hero-section {
    padding-top: 120px;
    padding-bottom: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .half-div {
    width: 100%;
    margin-bottom: 48px;
    padding-right: 0;
  }

  .half-div.sticky-on-tablet {
    position: static;
  }

  .project-rich-text p {
    font-size: 12px;
    line-height: 18px;
  }

  .close-overlay-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright-block {
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-text {
    margin-bottom: 8px;
    text-align: center;
  }

  .utility-title {
    font-size: 26px;
    line-height: 32px;
  }

  .page-title {
    font-size: 36px;
    line-height: 42px;
  }

  .page-header {
    padding-top: 115px;
    padding-bottom: 48px;
  }

  .page-header.relative {
    padding-top: 96px;
  }

  .section-title {
    max-width: 100%;
  }

  .section-title.in-half-div {
    font-size: 42px;
    line-height: 48px;
  }

  .hero-title {
    max-width: 100%;
    font-size: 54px;
    line-height: 60px;
  }

  .hero-btn-container {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .inline-form.flex-vertical-mobile {
    -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;
  }

  .submit-btn.no-margin-top.full-width-mobile {
    margin-right: 0;
    margin-left: 0;
  }

  .features-flex {
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features-text-block.left {
    padding-right: 0;
  }

  .features-text-block.right {
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature-tabs {
    border-left: 6px solid #34459c;
    border-top-style: none;
  }

  .feature-tabs.w--current {
    border-left-color: #34459c;
  }

  .feature-nav-tabs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-progress-bar {
    display: none;
  }

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

  .metric-block {
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .metrics {
    width: 100%;
  }

  .half-section-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .metric-row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .metric-row.horizontal {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-card-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pricing-card-content.middle {
    padding-right: 36px;
    padding-left: 36px;
  }

  .pricing-card-header {
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-card-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

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

  .pricing-card {
    margin-top: 48px;
    margin-bottom: 0;
  }

  .pricing-card.middle {
    margin-top: 48px;
  }

  .toggle-bg.v2 {
    margin-right: 24px;
    margin-left: 24px;
  }

  .pricing-row-text {
    font-size: 14px;
  }

  .pricing-icon {
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background-size: 16px;
  }

  .toggle-wrapper {
    position: sticky;
    top: 56px;
    z-index: 2;
    margin-top: 8px;
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #fff;
  }

  .toggle-wrapper.v2 {
    position: sticky;
    top: 56px;
    display: none;
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .toggle-wrapper.v2.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-bottom: 48px;
  }

  .pricing-columns.monthly {
    margin-top: 0;
  }

  .pricing-columns.annually {
    margin-top: 0;
  }

  .pricing-wrapper-v2 {
    width: 100%;
    padding-left: 0;
  }

  .one-third-div {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .pricing-v2-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-play-btn {
    width: 64px;
    height: 64px;
  }

  .video-play-icon {
    width: 18px;
  }

  .video-bg-circle {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
  }

  .video-bg-img {
    height: 99vw;
  }

  .promo-video-wrapper {
    min-height: 360px;
  }

  .video-feature-col {
    padding-bottom: 32px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-dropdown-toggle.full-width {
    padding: 12px;
  }

  .faq-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-title.large {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-listing-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-listing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .blog-category-label.on-blog-page {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-date-and-author-block.on-blog-page {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-date-and-author-text.on-blog-page {
    margin-right: 4px;
  }

  .blog-post-img.v2 {
    min-height: 320px;
  }

  .blog-listing-grid-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-listing-grid-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .blog-post-listing-content-v2 {
    min-height: 320px;
  }

  .blog-list-half-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-block {
    padding: 48px;
    border-radius: 16px;
  }

  .cta-block.v3 {
    padding-top: 48px;
  }

  .cta-block.v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-title {
    max-width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .cta-img {
    max-width: 100%;
  }

  .cta-img.v2 {
    max-width: 100%;
  }

  .faq-full-width-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .page-header-title {
    font-size: 36px;
    line-height: 42px;
  }

  .page-header-flex-wrap {
    max-width: 100%;
  }

  .container-small {
    max-width: 100%;
  }

  .blog-post-recommended-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .page-header-img-container {
    max-width: 100%;
    border-radius: 16px;
  }

  .companies-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .companies-half-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .text-field-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-spacer {
    display: none;
  }

  .contact-form {
    margin-top: 32px;
    padding: 24px;
  }

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

  .footer-grid-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footer-bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
  }

  .footer-link:hover {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .filled-btn.no-margin-top.no-margin-right.close-cookie-bar {
    width: 100%;
  }

  .filled-btn.no-margin-top.full-width-phone {
    width: 100%;
    margin-right: 0;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.medium {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .section.video-bg {
    min-height: 240px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .nav-link-wrap {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    width: 100vw;
    -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: #fff;
  }

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

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

  .featured-work-link-block.featured-projects {
    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;
  }

  .copyright-link {
    font-weight: 400;
  }

  .nav-link-wrap-2 {
    margin-bottom: 8px;
    float: left;
    clear: left;
  }

  .text-field {
    border-radius: 0;
  }

  .logo {
    height: 20px;
  }

  .page-title {
    font-size: 30px;
    line-height: 36px;
  }

  .outlined-btn.no-margin-top {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-title {
    font-size: 40px;
    line-height: 54px;
  }

  .hero-btn-container {
    -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;
  }

  .hero-btn-container.center {
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-btn.no-margin-top {
    margin-top: 16px;
  }

  .text-btn.no-margin-top.full-width-phone {
    width: 100%;
    margin-right: 0;
  }

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

  .features-grid {
    grid-column-gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .features-flex {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .feature-title-large {
    font-size: 36px;
    line-height: 42px;
  }

  .features-text-block {
    margin-bottom: 40px;
  }

  .metrics {
    grid-column-gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

  .pricing-card-content.middle {
    padding-right: 16px;
    padding-left: 16px;
  }

  .pricing-card-header {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-card-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .pricing-card {
    margin-top: 32px;
  }

  .pricing-card.middle {
    margin-top: 32px;
  }

  .pricing-row-text {
    font-size: 14px;
    text-align: left;
  }

  .video-play-btn {
    width: 56px;
    height: 56px;
  }

  .video-play-icon {
    width: 16px;
  }

  .video-bg-circle {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
  }

  .video-bg-img {
    height: 100%;
  }

  .promo-video-wrapper {
    min-height: 240px;
    margin-top: 0;
  }

  .blog-post-wrapper {
    margin-bottom: 16px;
  }

  .page-header-img-overlay.list-view {
    bottom: 0;
  }

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

  .blog-category-label {
    margin-bottom: 10px;
  }

  .blog-date-and-author-block.on-blog-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
  }

  .blog-date-and-author-text.on-blog-page {
    margin-right: 0;
  }

  .blog-post-img {
    max-width: 100%;
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blog-post-img.v2 {
    min-height: 320px;
  }

  .blog-post-img.list-view {
    min-height: 240px;
  }

  .blog-post-listing-img-wrapper.list-view {
    position: relative;
    width: 100%;
  }

  .blog-info-wrap.list-view {
    position: static;
    padding-bottom: 56px;
  }

  .blog-post-listing-grid-v2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blog-post-listing-content-v2 {
    padding: 24px;
  }

  .blog-post-list-view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cta-block {
    padding: 32px;
  }

  .cta-block.v2 {
    padding: 32px;
  }

  .cta-title {
    font-size: 30px;
    line-height: 36px;
  }

  .cta-img {
    bottom: -24px;
    margin-top: 0;
  }

  .hiring-label {
    margin-left: 12px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .page-header-title {
    font-size: 30px;
    line-height: 36px;
  }

  .page-header-img-container {
    max-height: 200px;
    border-radius: 12px;
  }

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

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

  .cookie-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-text {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .crooked-section {
    height: 40%;
  }
}

#w-node-fc1c489c-64ad-adff-3e68-6c39775427db-74879e07 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-bac33496-f982-270a-3c39-3b0152dc9f11-52dc9f0a {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

