:root {
  --fill-primary: #851d1c;
  --font-family: Figtree, sans-serif;
  --text-primary: #2b2b2b;
  --text-secondary: #525252;
  --surface-primary: #efe0e0;
  --background: #fff;
  --secondary-secondary: #e2ebfb;
  --fill-primary-pressed: #661615;
  --surface-default: #f7f7f7;
  --fill-primary-hover: #a32422;
  --text-link: #337dfd;
  --fill-secondary: #337dfd;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

body {
  background-color: var(--fill-primary);
  font-family: var(--font-family);
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  color: var(--text-primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

h2 {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h3 {
  color: var(--text-primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

p {
  color: var(--text-secondary);
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

a {
  color: var(--text-primary);
  text-decoration: none;
}

.heading-1 {
  text-align: center;
  max-width: 28ch;
  margin-top: 0;
  font-size: 3.25rem;
}

.intro {
  background-image: url('/assets/images/v2/grid.svg'), linear-gradient(99deg, var(--surface-primary), var(--background) 50%, var(--secondary-secondary));
  background-position: 50% 0, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 75svh;
  display: flex;
  overflow: hidden;
}

.large-paragraph {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.large-paragraph.hero {
  max-width: 42ch;
}

.large-paragraph.constrained {
  max-width: 38ch;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--fill-primary);
  border-radius: 100px;
  padding: 12px 20px;
}

.button.hero {
  margin-top: 16px;
  transition: box-shadow .2s;
  box-shadow: 0 2px 25px rgba(133, 29, 28, .2);
}

.button.hero:hover {
  background-color: #a32422;
  transform: scale(1.05);
  box-shadow: 0 2px 50px rgba(133, 29, 28, .4);
}

.button.hero:active {
  background-color: var(--fill-primary-pressed);
}

.button.hero.s {
  margin-top: 0;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand {
  padding-left: 0;
}

.brand.w--current {
  flex: none;
}

.nav-menu {
  margin-left: auto;
}

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

.graph {
  max-width: 125%;
  margin-top: auto;
}

.wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  z-index: 1;
  max-width: 25ch;
  margin-top: 10px;
  position: relative;
}

.heading-2.center {
  text-align: center;
  max-width: 40ch;
}

.heading-2.center.emphasized {
  font-size: 2.5rem;
  line-height: 3rem;
}

.heading-2.normal {
  flex: 1;
  max-width: none;
  margin-bottom: 16px;
  font-weight: 400;
  position: relative;
}

.heading-2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph {
  z-index: 1;
  flex: 1;
  margin-bottom: 0;
  position: relative;
}

.paragraph.shrink {
  flex: 0 auto;
}

.bold-divider {
  background-color: var(--fill-primary);
  flex: none;
  align-self: stretch;
  width: 8px;
  margin-right: 24px;
}

.highlighted-content {
  margin-right: auto;
  display: flex;
}

.x {
  z-index: 0;
  max-width: 150%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.paragraph-block {
  border-left: 1px solid #e7e7e7;
  min-width: 50%;
  max-width: 50%;
  padding-left: 24px;
  position: relative;
}

.nav-bar-container {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.about {
  z-index: 1;
  background-color: var(--background);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 20px -7px rgba(0, 0, 0, .08);
}

.about.no-shadow {
  box-shadow: none;
}

.content {
  flex: 0 auto;
  align-self: stretch;
}

.subheading {
  color: var(--fill-primary);
  font-weight: 700;
}

.subheading.centered {
  text-align: center;
}

.grid-use-cases {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.icon-bg {
  background-color: #f2e6e6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.support-icon {
  flex: none;
  width: 24px;
  height: 24px;
}

.grid-coverage {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.coverage {
  background-image: linear-gradient(#f7f7f7, #fff);
  position: relative;
}

.container-flags {
  justify-content: flex-start;
  width: 100%;
  height: 56px;
  display: flex;
  position: relative;
}

.flag {
  border: 2px solid #fff;
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
}

.flag.ca, .flag.eu, .flag.ch {
  left: 40px;
}

.flag.ch.relative {
  position: relative;
  left: auto;
}

.flag.jp {
  left: 80px;
}

.flag.jp.relative {
  position: relative;
  left: auto;
}

.flag.world {
  left: 120px;
}

.footer {
  background-color: var(--background);
  border-bottom: 1px solid #e4ebf3;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-bottom: 32px;
}

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

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

.office-name {
  letter-spacing: .025rem;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--text-secondary);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--fill-primary);
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.copyright-paragraph {
  color: var(--text-secondary);
  text-align: center;
  font-size: .875rem;
  line-height: 1.25rem;
}

.p-large {
  color: var(--text-primary);
  text-align: center;
  max-width: 56ch;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.content-block.with-background {
  background-color: var(--surface-default);
  border-radius: 2rem;
  padding: 24px;
}

.research-icon, .portolio-icon, .risk-icon, .deal-icon, .asset-management-icon {
  flex: none;
  width: 24px;
  height: 24px;
}

.products {
  z-index: 0;
  background-color: var(--background);
  position: relative;
}

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

.container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 144px 32px;
  display: flex;
  position: relative;
}

.container.hero {
  padding-bottom: 0;
}

.container.footer {
  padding-top: 72px;
  padding-bottom: 72px;
}

.container.hero-secondary {
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container.fill {
  align-items: stretch;
  padding-top: 88px;
  padding-bottom: 88px;
}

.emphasised-title {
  color: var(--fill-primary);
}

.copyright-wrapper {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  display: flex;
  position: relative;
}

.phone-number {
  color: var(--text-secondary);
}

.interactive-link {
  color: var(--fill-primary-hover);
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: underline;
}

.interactive-link:hover {
  color: var(--text-link);
}

.nav-link {
  color: var(--text-secondary);
  padding: 16px;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--fill-primary);
}

.form-section {
  background-color: #fff;
}

.div-block-11 {
  margin-bottom: 8px;
  display: flex;
}

.text-field-component {
  flex: 1;
}

.header {
  background-image: url('/assets/images/v2/grid.svg'), linear-gradient(99deg, var(--surface-primary), var(--background) 50%, var(--secondary-secondary));
  background-position: 50% 0, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 40svh;
  display: flex;
  overflow: visible;
}

.header-thin {
  background-image: url('/assets/images/v2/grid.svg'), linear-gradient(99deg, var(--surface-primary), var(--background) 50%, var(--secondary-secondary));
  background-position: 50% 0, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 20svh;
  display: flex;
  overflow: visible;
}

.header-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 66ch;
  padding-bottom: 32px;
  display: flex;
}

.p-block {
  border-left: 1px solid #e7e7e7;
  padding: 16px 24px 16px 32px;
  position: relative;
}

.job-item {
  background-color: var(--surface-default);
  border-radius: 1rem;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 24px;
  display: flex;
}

.job-item:hover {
  background-color: var(--surface-primary);
}

.job-title {
  color: var(--fill-primary);
  margin-right: auto;
  font-size: 1.0625rem;
  font-weight: 500;
}

.open-positions-wrapper {
  flex: 1;
  margin-left: 48px;
}

.heading-3 {
  margin-top: 10px;
  font-weight: 400;
}

.heading-3.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.emphasisted-content {
  max-width: 40ch;
}

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

.office-card {
  background-color: var(--surface-default);
  border-radius: 2rem;
  padding: 32px;
  display: flex;
}

.office-card.center {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.left {
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.paragraph-2 {
  text-align: right;
  margin-bottom: 32px;
}

.paragraph-2.no-margin {
  color: var(--text-primary);
  margin-bottom: 0;
}

.office-contact-details {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.office-city {
  font-size: 1.5rem;
  line-height: 2rem;
}

.office-location {
  margin-bottom: auto;
}

.office-details {
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  margin-top: 4px;
  margin-bottom: auto;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.contact-sales {
  border: 1px solid var(--surface-primary);
  background-color: var(--background);
  border-radius: 100px;
  align-items: center;
  margin-top: 16px;
  padding: 2px 2px 2px 16px;
  display: flex;
}

.large-label {
  color: var(--text-secondary);
  margin-right: 16px;
  font-size: 1rem;
  line-height: 1.875rem;
}

.large-paragraph-link {
  color: var(--fill-primary);
  text-decoration: underline;
}

.text-field {
  color: var(--text-secondary);
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 44px;
  font-weight: 500;
}

.text-field:hover {
  border-color: var(--fill-secondary);
}

.text-field:active {
  background-color: var(--secondary-secondary);
}

.text-field:focus {
  color: var(--text-secondary);
}

.text-field:focus-visible {
  color: var(--text-primary);
}

.text-field[data-wf-focus-visible] {
  color: var(--text-primary);
}

.text-field::placeholder {
  color: var(--text-secondary);
}

.text-field.half {
  max-width: 50%;
}

.checkbox {
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.checkbox-label {
  font-weight: 400;
}

.form-block-top {
  background-color: var(--surface-default);
  border-radius: 32px 32px 0 0;
  margin-bottom: 1px;
  padding: 32px 48px;
}

.div-block-12-copy {
  flex: 1;
  margin-bottom: 32px;
}

.form-block {
  background-color: var(--surface-default);
  margin-bottom: 1px;
  padding: 16px 48px 24px;
}

.drop-down {
  color: var(--text-secondary);
  background-color: #fff;
  border-radius: 8px;
  height: 44px;
  font-weight: 500;
}

.text-area {
  border-radius: 8px;
  min-height: 128px;
}

.field-label {
  font-weight: 400;
}

.form-block-bottom {
  background-color: var(--surface-default);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  margin-bottom: 1px;
  padding: 16px 48px 48px;
}

.content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.partner-links {
  background-color: var(--surface-default);
  border-radius: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 12px;
  display: block;
}

.partner-links:hover {
  background-color: var(--secondary-secondary);
  color: var(--fill-secondary);
}

.partners-block {
  flex-flow: wrap;
  display: flex;
}

.partners-block.bottom-margin {
  margin-bottom: 24px;
}

.login {
  background-image: url('/assets/images/v2/grid.svg'), linear-gradient(99deg, var(--surface-primary), var(--background) 50%, var(--secondary-secondary));
  background-position: 50% 0, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: contain, auto;
  background-attachment: fixed, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  display: block;
  overflow: hidden;
}

.login-wrapper {
  background-color: var(--background);
  border: 1px solid #ccc;
  border-radius: 32px;
  flex-flow: column;
  align-self: center;
  min-width: 440px;
  padding: 48px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .2);
}

.error-message {
  text-align: center;
  border-radius: 16px;
}

.success-message {
  background-color: var(--surface-default);
  border-radius: 16px;
}

.row-labels {
  justify-content: space-between;
  display: flex;
}

.h1-login {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 2.5rem;
}

.login-container {
  flex-flow: column;
  flex: 1;
  align-self: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

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

.text-block {
  color: var(--text-primary);
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .intro {
    background-size: cover, auto;
    min-height: 65svh;
  }

  .large-paragraph {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .button.hero {
    flex: none;
  }

  .graph {
    max-width: 150%;
  }

  .wrapper {
    flex-flow: column;
  }

  .heading-2 {
    max-width: 35ch;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .heading-2.center.emphasized {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph-block {
    min-width: 60%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
  }

  .content {
    padding-right: 16px;
  }

  .grid-use-cases {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .p-large {
    max-width: 44rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .header {
    background-position: 50% 0, 0 0;
    background-repeat: repeat-y, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    min-height: 40svh;
  }

  .header-thin {
    min-height: 20svh;
  }

  .header-content {
    max-width: 60ch;
  }

  .job-title {
    padding-right: 16px;
  }

  .open-positions-wrapper {
    align-self: stretch;
    margin-left: 0;
  }

  .emphasisted-content {
    flex: 1;
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 32px;
  }

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

  .office-card {
    padding: 24px;
  }

  .office-city {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .large-label {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-field.half {
    max-width: 47%;
  }

  .form-block-top, .form-block, .form-block-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-wrapper {
    flex-flow: column;
  }

  .login {
    background-size: cover, auto;
  }

  .login-wrapper {
    min-width: 400px;
  }

  .profile-grid {
    justify-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-1.m {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  .intro {
    min-height: 65svh;
  }

  .large-paragraph {
    line-height: 1.5rem;
  }

  .graph {
    max-width: 150%;
  }

  .wrapper {
    flex-flow: column;
  }

  .heading-2.center.emphasized {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .paragraph.bottom-margin {
    margin-bottom: 32px;
  }

  .paragraph-block {
    min-width: 75%;
    max-width: 85%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
  }

  .grid-use-cases {
    margin-top: 0;
  }

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

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .p-large {
    line-height: 1.5rem;
  }

  .content-block.with-background {
    border-radius: 1rem;
  }

  .container {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container.hero {
    padding-top: 48px;
  }

  .container.footer {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .container.fill {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .interactive-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .header {
    min-height: 40svh;
  }

  .header-thin {
    min-height: 20svh;
  }

  .p-block {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .heading-3.bottom-margin {
    margin-bottom: 32px;
  }

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

  .office-card {
    border-radius: 1rem;
    min-height: 16rem;
  }

  .office-card.center {
    min-height: 0;
  }

  .office-contact-details {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-block-17 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .contact-sales {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
  }

  .large-label {
    margin-right: 8px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-field.half {
    max-width: none;
  }

  .form-block-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-block-bottom {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .partners-block.bottom-margin {
    margin-bottom: 16px;
  }

  .profile-grid {
    grid-column-gap: 12px;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .heading-1.m {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  .intro {
    min-height: 65svh;
  }

  .large-paragraph.hero {
    max-width: 30ch;
  }

  .large-paragraph.constrained {
    max-width: 28ch;
  }

  .button.hero.full {
    width: 100%;
  }

  .graph {
    max-width: 275%;
  }

  .heading-2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .heading-2.center.emphasized {
    max-width: 13ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-2.normal {
    text-align: left;
  }

  .bold-divider {
    width: 4px;
    margin-right: 16px;
  }

  .x {
    right: -40%;
  }

  .paragraph-block {
    min-width: 100%;
    max-width: 100%;
    padding-left: 24px;
  }

  .nav-bar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content {
    padding-right: 0;
  }

  .grid-use-cases {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

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

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

  .container {
    padding: 88px 16px;
  }

  .container.hero {
    padding-top: 56px;
  }

  .container.fill {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .copyright-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link, .nav-link.w--current {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .text-field-component {
    margin-right: 0;
  }

  .header {
    min-height: 40svh;
  }

  .header-thin {
    min-height: 20svh;
  }
  
  .p-block {
    min-width: 100%;
    max-width: 100%;
    padding: 24px 0 24px 20px;
  }

  .job-item {
    flex-flow: column;
  }

  .heading-3.bottom-margin {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .office-card {
    padding: 20px;
  }

  .office-card.center {
    min-height: 0;
  }

  .paragraph-2.no-margin {
    text-align: center;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-sales {
    flex-flow: row;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
  }

  .checkbox {
    width: 20px;
    height: 20px;
    margin-top: 8px;
  }

  .checkbox-label {
    margin-top: 6px;
  }

  .form-block-top {
    padding-top: 24px;
  }

  .form-block-bottom {
    padding-bottom: 24px;
  }

  .login-wrapper {
    min-width: 360px;
    padding: 32px;
  }

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

#w-node-_793b5e42-a201-fcb8-f860-c1993cb86dd2-3cb86dc1, #w-node-_793b5e42-a201-fcb8-f860-c1993cb86dd9-3cb86dc1, #w-node-_793b5e42-a201-fcb8-f860-c1993cb86de0-3cb86dc1, #w-node-_793b5e42-a201-fcb8-f860-c1993cb86de7-3cb86dc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34970689-d628-873b-dc55-a40fda824c9e-ae78a1a0, #w-node-_269d60d6-12b8-43c0-10aa-4168681cc879-ae78a1a0, #w-node-_04915bf7-7338-513a-83aa-c8decb863665-ae78a1a0, #w-node-_5fbabe9a-0578-70e4-0fa1-460bc52a4bd6-ae78a1a0, #w-node-_1ede6935-7f35-c06f-2afc-2e390e98e204-ae78a1a0, #w-node-_1214dcfa-d2d2-8ac2-238b-26b1154a7876-ae78a1a0, #w-node-_2531b2fa-93b6-34dc-c102-9dd9e877c587-ae78a1a0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1bdc6dd0-b24e-ef02-7c9e-d62bfc895a50-ae78a1a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7582a182-8616-3738-9367-b658376e3755-ae78a1a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_902acb15-34f8-7001-6f16-348b619b9bc8-ae78a1a0, #w-node-_75d33536-6b95-1f9c-119d-53dfc1fb87d3-ae78a1a0, #w-node-_582cfb11-05ce-ad65-c254-81dbb965e9ce-ae78a1a0, #w-node-_0d2c9f0c-6bd3-57d9-b4c7-4fda353fbbe3-ae78a1a0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_098c1852-5a4f-f2dc-87ab-098624833941-fdf90c1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_980d6747-5f9b-0bf5-2f09-b329062def7c-c7f4c4f9 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-b2632549-e6d7-ba63-72b2-6ca41514e7ba-0e93b199, #w-node-_098c1852-5a4f-f2dc-87ab-098624833941-fdf90c1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2632549-e6d7-ba63-72b2-6ca41514e7ba-0e93b199, #w-node-_34970689-d628-873b-dc55-a40fda824c9e-ae78a1a0, #w-node-_269d60d6-12b8-43c0-10aa-4168681cc879-ae78a1a0, #w-node-_04915bf7-7338-513a-83aa-c8decb863665-ae78a1a0, #w-node-_5fbabe9a-0578-70e4-0fa1-460bc52a4bd6-ae78a1a0, #w-node-_1ede6935-7f35-c06f-2afc-2e390e98e204-ae78a1a0, #w-node-_1214dcfa-d2d2-8ac2-238b-26b1154a7876-ae78a1a0, #w-node-_2531b2fa-93b6-34dc-c102-9dd9e877c587-ae78a1a0, #w-node-_1bdc6dd0-b24e-ef02-7c9e-d62bfc895a50-ae78a1a0, #w-node-_7582a182-8616-3738-9367-b658376e3755-ae78a1a0, #w-node-_902acb15-34f8-7001-6f16-348b619b9bc8-ae78a1a0, #w-node-_75d33536-6b95-1f9c-119d-53dfc1fb87d3-ae78a1a0, #w-node-_582cfb11-05ce-ad65-c254-81dbb965e9ce-ae78a1a0, #w-node-_0d2c9f0c-6bd3-57d9-b4c7-4fda353fbbe3-ae78a1a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/Figtree-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/Figtree-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/Figtree-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/Figtree-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
