:root {
  --font--body: Inter, sans-serif;
  --color--strive-black: #262225;
  --font--headings: Urbanist, sans-serif;
  --color--strive-blue: #0082c8;
  --soft-blue\<deleted\|variable-b716016f\>: #9ec5fa;
  --color--hard-grey\<deleted\|variable-11666aaa\>: #2a2f31;
  --color--faint-grey\<deleted\|variable-c5324afb\>: #f0f2f3;
  --color--soft-grey\<deleted\|variable-2742278e\>: #e1e5e7;
  --color--dark-grey\<deleted\|variable-6738ab97\>: #4c5458;
  --color--sg-faint-blue: #92aebd;
  --blue\<deleted\|variable-1dc5c6f4\>: #356af0;
  --dark-blue\<deleted\|variable-d10b78dd\>: #0f42c3;
  --hard-blue\<deleted\|variable-c5b8ea9b\>: #0a3092;
  --color--light-grey\<deleted\|variable-aa89fd2e\>: #afb7bb;
  --light-blue\<deleted\|variable-92d0cf8f\>: #529dff;
  --color--strive-dark-grey: #828081;
  --radius--12: 12px;
  --color--strive-navy: #d01242;
  --color--strive-grey: #dbd9da;
  --color--strive-light-grey: #f6f6f6;
  --color--strive-peach: #f4ede5;
  --color--strive-white: white;
  --color--grey\<deleted\|variable-f20a4cd7\>: #808c91;
  --color--white\<deleted\|variable-b2050397\>: white;
  --radius--24: 24px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  font-family: var(--font--body);
  color: var(--color--strive-black);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-family: var(--font--headings);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
}

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

ul {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .3125rem;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: .3125rem solid var(--soft-blue\<deleted\|variable-b716016f\>);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4em;
}

figcaption {
  color: var(--color--hard-grey\<deleted\|variable-11666aaa\>);
  text-align: center;
  margin-top: .375rem;
  font-size: 1rem;
}

.admins-nav {
  border-right: .0625rem solid #ced5db;
  width: 15rem;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.admin-menu-brand {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
  margin-left: 1.875rem;
  padding-left: 0;
  display: flex;
}

.admin-menu-brand.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.admin-menu {
  width: 100%;
}

.admin-menu-link {
  color: var(--color--dark-grey\<deleted\|variable-6738ab97\>);
  border-left: .25rem solid #0000;
  width: 100%;
  padding-top: .4375rem;
  padding-bottom: .4375rem;
  padding-left: 1.6875rem;
  transition: background-color .2s, color .2s;
}

.admin-menu-link:hover {
  color: var(--color--strive-black);
}

.admin-menu-link.w--current {
  background-color: var(--color--soft-grey\<deleted\|variable-2742278e\>);
  color: var(--color--strive-black);
  padding-right: 0;
  font-weight: 600;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: .0625rem;
  margin-bottom: 2.25rem;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -5rem;
}

.admin-block {
  margin-bottom: 2rem;
}

.admin-description {
  color: #929aa1;
  max-width: 25rem;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: .375rem;
  padding: 1rem;
}

.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: .25rem;
  flex: none;
  margin-bottom: 1rem;
  padding: .375rem 1rem;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px .5rem #00000008;
}

.small-button:hover {
  background-color: var(--dark-blue\<deleted\|variable-d10b78dd\>);
  color: #fff;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.small-button:active {
  background-color: var(--hard-blue\<deleted\|variable-c5b8ea9b\>);
}

.small-button.light {
  color: var(--blue\<deleted\|variable-1dc5c6f4\>);
  background-color: #d0e8ff;
  margin-right: 0;
}

.small-button.light:hover {
  background-color: var(--soft-blue\<deleted\|variable-b716016f\>);
  color: var(--dark-blue\<deleted\|variable-d10b78dd\>);
}

.small-button.light:active {
  background-color: var(--blue\<deleted\|variable-1dc5c6f4\>);
  color: #fff;
}

.small-button.outline {
  color: var(--blue\<deleted\|variable-1dc5c6f4\>);
  background-color: #0000;
  box-shadow: inset 0 0 0 .125rem #9accff;
}

.small-button.outline:hover {
  background-color: var(--blue\<deleted\|variable-1dc5c6f4\>);
  box-shadow: inset 0 0 0 2px var(--blue\<deleted\|variable-1dc5c6f4\>);
  color: #fff;
}

.small-button.outline:active {
  background-color: var(--dark-blue\<deleted\|variable-d10b78dd\>);
  box-shadow: inset 0 0 0 2px var(--dark-blue\<deleted\|variable-d10b78dd\>);
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.form {
  margin-bottom: .5rem;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.tab-link {
  border-bottom: .125rem solid var(--color--light-grey\<deleted\|variable-aa89fd2e\>);
  opacity: .5;
  color: var(--color--dark-grey\<deleted\|variable-6738ab97\>);
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  width: 8.75rem;
  margin-left: 0;
  margin-right: 0;
  padding: .9375rem 1.25rem;
  font-size: 1.125rem;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  border-bottom-color: var(--color--dark-grey\<deleted\|variable-6738ab97\>);
  color: var(--color--hard-grey\<deleted\|variable-11666aaa\>);
}

.tab-link.w--current {
  border-bottom-color: var(--light-blue\<deleted\|variable-92d0cf8f\>);
  opacity: 1;
  color: var(--blue\<deleted\|variable-1dc5c6f4\>);
  background-color: #0000;
  font-weight: 700;
}

.form-radio-button, .form-checkbox {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.column.desk-9 {
  width: 75%;
}

.text-input {
  border: .0625rem solid var(--color--soft-grey\<deleted\|variable-2742278e\>);
  border-radius: .3125rem;
  margin-bottom: 0;
  padding: 1.5rem 1rem;
  font-size: .9375rem;
  line-height: .0875rem;
  box-shadow: 0 0 .625rem #00000003;
}

.text-input:focus {
  border-color: var(--light-blue\<deleted\|variable-92d0cf8f\>);
  color: var(--color--strive-black);
}

.text-input::placeholder {
  color: var(--color--strive-dark-grey);
}

.text-input.form {
  min-height: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4em;
}

.paragraph {
  margin-bottom: 1rem;
  line-height: 1.5em;
}

.paragraph.small {
  opacity: .75;
  font-size: .875rem;
}

.paragraph.large {
  font-size: 1.25rem;
}

.radio-button {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: .625rem;
}

.radio-button.w--redirected-checked {
  border-width: .375rem;
  border-color: #2b95ff;
}

.form-dropdown {
  border: .0625rem solid var(--color--soft-grey\<deleted\|variable-2742278e\>);
  color: var(--color--dark-grey\<deleted\|variable-6738ab97\>);
  background-color: #fff;
  border-radius: .3125rem;
  width: 100%;
  height: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: .9375rem;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: .9375rem;
}

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

.rich-text img {
  border-radius: var(--radius--12);
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4 {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.rich-text h5 {
  margin-top: .5rem;
  margin-bottom: 1.25rem;
}

.rich-text h6 {
  margin-bottom: 1.25rem;
}

.rich-text p {
  margin-bottom: 2rem;
}

.rich-text blockquote {
  border-left-color: var(--color--strive-blue);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rich-text ol, .rich-text ul {
  margin-bottom: 2rem;
}

.icon {
  color: #fff;
  width: 3.4375rem;
  height: 3.4375rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

.admin-icon-grid {
  margin-top: 1.5rem;
}

.vertical-tab {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.admin-colour-block {
  width: 12.5%;
  padding-right: 1rem;
  display: inline-block;
}

.check-box {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: .625rem;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 1rem;
  border-color: #2b95ff;
}

.color-block {
  background-color: var(--color--strive-black);
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: .625rem;
  margin-left: 0;
  margin-right: 0;
}

.color-block.black {
  background-color: var(--color--strive-black);
}

.color-block.navy {
  background-color: var(--color--strive-navy);
}

.color-block.grey {
  background-color: var(--color--strive-grey);
}

.color-block.light-grey {
  background-color: var(--color--strive-light-grey);
}

.color-block.blue {
  background-color: var(--color--strive-blue);
}

.color-block.dark-grey {
  background-color: var(--color--strive-dark-grey);
}

.color-block.peach {
  background-color: var(--color--strive-peach);
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: .375rem;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.admin-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 15rem;
  display: flex;
}

.admin-section {
  z-index: 0;
  text-align: left;
  padding: 3.75rem 5rem 3.75rem 3.75rem;
  position: relative;
}

.admin-section.header {
  background-color: var(--color--strive-blue);
  color: #fff;
}

.admin-icon {
  margin-bottom: .25rem;
  margin-right: 1.5rem;
  display: inline-block;
}

.admin-colour-grid {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.field-block {
  z-index: 1;
  border: .0625rem solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 3.125rem;
  min-height: 1.25rem;
  margin-bottom: .5rem;
  display: flex;
}

.heading.h3 {
  color: var(--color--strive-navy);
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading.h6 {
  font-size: 1rem;
  line-height: 1.2;
}

.heading.h5 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading.h5.text-color-blue {
  color: var(--color--strive-blue);
}

.heading.h4 {
  font-family: var(--font--headings);
  text-transform: none;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading.h1 {
  font-size: 3.625rem;
  line-height: 1.2;
}

.heading.h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.heading.h2._1 {
  text-align: center;
  margin-bottom: 2rem;
  text-decoration: none;
}

.heading.h4 {
  text-transform: none;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading.h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.2;
}

.button {
  border: .125rem solid var(--color--strive-blue);
  font-family: var(--font--headings);
  color: var(--color--strive-blue);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 3.125rem;
  flex: none;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--color--strive-blue);
  color: var(--color--strive-white);
}

.button:active {
  background-color: var(--hard-blue\<deleted\|variable-c5b8ea9b\>);
}

.button.outline {
  box-shadow: inset 0 0 0 2px var(--light-blue\<deleted\|variable-92d0cf8f\>);
  color: var(--blue\<deleted\|variable-1dc5c6f4\>);
  background-color: #0000;
}

.button.outline:hover {
  background-color: var(--blue\<deleted\|variable-1dc5c6f4\>);
  box-shadow: inset 0 0 0 2px var(--blue\<deleted\|variable-1dc5c6f4\>);
  color: #fff;
}

.button.outline:active {
  background-color: var(--dark-blue\<deleted\|variable-d10b78dd\>);
  box-shadow: inset 0 0 0 2px var(--dark-blue\<deleted\|variable-d10b78dd\>);
}

.button.grey {
  background-color: var(--color--soft-grey\<deleted\|variable-2742278e\>);
  box-shadow: none;
  color: var(--color--dark-grey\<deleted\|variable-6738ab97\>);
}

.button.grey:hover {
  background-color: var(--color--light-grey\<deleted\|variable-aa89fd2e\>);
  color: var(--color--hard-grey\<deleted\|variable-11666aaa\>);
}

.button.grey:active {
  background-color: var(--color--grey\<deleted\|variable-f20a4cd7\>);
  color: var(--color--strive-black);
}

.button.minimal {
  box-shadow: none;
  color: var(--blue\<deleted\|variable-1dc5c6f4\>);
  background-color: #0000;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button.minimal:hover {
  color: var(--dark-blue\<deleted\|variable-d10b78dd\>);
}

.button.minimal:active {
  color: var(--hard-blue\<deleted\|variable-c5b8ea9b\>);
}

.button.disabled {
  box-shadow: none;
  background-color: #d4e9ff;
}

.button.disabled:hover {
  color: #fff;
}

.button.small {
  background-color: var(--color--strive-white);
  color: var(--color--strive-blue);
  padding-top: .625rem;
  padding-bottom: .5rem;
  font-size: .9375rem;
}

.button.small:hover, .button.small.w--current {
  background-color: var(--color--strive-blue);
  color: var(--color--strive-white);
}

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

.button.white {
  border-color: var(--color--strive-white);
  color: var(--color--strive-white);
}

.button.white.max-width-full:hover {
  background-color: var(--color--strive-white);
  color: var(--color--strive-blue);
}

.admin-title {
  color: #3f3b35;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 1.4em;
}

.admin-section-header {
  margin-bottom: 3.125rem;
}

.text-box {
  max-width: 46.875rem;
}

.text-box._600px {
  max-width: 37.5rem;
  min-height: 4rem;
}

.text-box.admin {
  max-width: 40rem;
  min-height: 4rem;
}

.admin-body {
  background-color: var(--color--white\<deleted\|variable-b2050397\>);
}

.admin-label {
  color: var(--color--grey\<deleted\|variable-f20a4cd7\>);
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2em;
}

.field-label {
  color: var(--color--dark-grey\<deleted\|variable-6738ab97\>);
  font-size: .875rem;
  font-weight: 500;
}

.block-quote {
  border-left-color: var(--soft-blue\<deleted\|variable-b716016f\>);
  font-size: 1.125rem;
  line-height: 1.4em;
}

.admin-nav-container {
  background-color: var(--color--faint-grey\<deleted\|variable-c5324afb\>);
  width: 15rem;
  height: 100vh;
}

.bg-color-block {
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.background-color-white {
  background-color: var(--color--strive-white);
}

.background-color-light-grey {
  background-color: var(--color--strive-light-grey);
}

.background-color-navy {
  background-color: var(--color--strive-navy);
  color: var(--color--strive-white);
}

.admin-page-image-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.admin-page-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.admin-changelog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: .0625rem #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding-bottom: 0;
  line-height: 1.4;
  display: flex;
}

.eyebrow-pill {
  border-radius: 4rem;
  padding: .5rem 1rem;
  display: inline-block;
}

.eyebrow-pill.background-color-primary {
  color: var(--color--white\<deleted\|variable-b2050397\>);
}

.eyebrow-text {
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.heading-style-h3 {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.text-size-medium {
  color: var(--color--strive-black);
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
}

.text-size-medium._2 {
  margin-bottom: 20px;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.z-index-2 {
  z-index: 2;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.home-hero {
  padding-top: 6rem;
  padding-bottom: 0;
}

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

.padding-section-large.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-section-large._2 {
  padding-top: 0;
}

.padding-section-large._3 {
  padding-bottom: 2rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacerr-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.main-wrapper.max-width-full {
  width: 100%;
}

.navbar-link {
  color: var(--color--strive-black);
  align-self: center;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: -webkit-text-stroke-color .2s, color .2s;
}

.navbar-link:hover {
  color: #1d62febf;
}

.navbar-link.w--current {
  color: var(--color--strive-blue);
  font-weight: 500;
}

.navbar-link.ham {
  display: none;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius--24);
  background-color: var(--color--strive-white);
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar-logo-link {
  grid-column-gap: .5rem;
  padding-left: 0;
  display: flex;
}

.navbar-component {
  background-color: #ddd0;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navbar-menu-link-wrapper {
  display: flex;
}

.navbar-logo {
  max-width: 90%;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.home-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-large.align-center._1 {
  max-width: 52rem;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.center {
  justify-content: center;
}

.home-header-image {
  border-radius: var(--radius--24);
  width: 100%;
  height: 100%;
}

.blue-text {
  background-image: linear-gradient(90deg, var(--color--strive-blue), var(--color--strive-navy));
  color: var(--color--strive-blue);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.grey-text {
  color: var(--color--strive-dark-grey);
}

.button-icon {
  border: .125rem solid var(--color--strive-blue);
  font-family: var(--font--headings);
  color: var(--color--strive-blue);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 3.125rem;
  flex: none;
  padding: .625rem .625rem .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px .5rem #00000008;
}

.button-icon:hover {
  background-color: var(--color--strive-blue);
  color: var(--color--strive-white);
}

.button-icon:active {
  background-color: var(--hard-blue\<deleted\|variable-c5b8ea9b\>);
}

.button-icon.white {
  border-color: var(--color--strive-light-grey);
  color: var(--color--strive-white);
  width: 200px;
}

.button-inner {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-bg-blue {
  background-color: var(--color--strive-blue);
  border-radius: 50%;
  flex: none;
  width: 1.625rem;
  height: 1.625rem;
  overflow: hidden;
  transform: rotate(45deg);
}

.arrow-bg-blue.large {
  width: 2.25rem;
  height: 2.25rem;
}

.arrow-icon {
  width: 100%;
  padding: .4375rem;
}

.logos-component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.logo-image {
  max-width: 100%;
  max-height: 4rem;
}

.logo-image._2 {
  width: 175px;
}

.what-we-do-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.how-we-can-help-row {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.what-we-do-card {
  border-radius: var(--radius--24);
  background-color: var(--color--strive-white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  position: relative;
}

.what-we-do-content-card {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.icon-medium {
  width: 2.5rem;
  height: 2.5rem;
}

.eyebrow-center {
  grid-column-gap: 1rem;
  justify-content: center;
  display: flex;
}

.eyebrow-center._1 {
  margin-bottom: 10px;
}

.what-we-do-arrow {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.section-how-it-works.background-color-white {
  margin-bottom: 0;
  padding-bottom: 0;
}

.how-it-works-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.how-it-works-timeline-wrapper {
  position: relative;
}

.how-it-works-progress-bar-wrapper {
  background-color: #00000026;
  width: .125rem;
  height: 70%;
  position: absolute;
  top: 10%;
  left: 2.35rem;
  right: auto;
}

.how-it-works-progress-bar {
  background-color: var(--color--strive-blue);
  width: .125rem;
  height: 100%;
}

.how-it-works-timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.how-it-works-timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.how-it-works-timeline-icon-wrapper {
  z-index: 2;
  background-color: var(--color--strive-white);
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.how-it-works-timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.eyebrow-left {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.max-width-medium {
  max-width: 40rem;
}

.max-width-medium.align-center {
  margin-left: auto;
  margin-right: auto;
}

.how-we-can-help-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 2.5rem;
  display: block;
}

.how-we-can-help-component.background-color-light-grey {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: var(--radius--24);
  flex-direction: column;
  display: flex;
}

.padding-section-logos {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.logo-text {
  font-family: var(--font--headings);
  color: var(--color--strive-black);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.how-we-can-help-image {
  aspect-ratio: 1;
  border-radius: var(--radius--12);
  object-fit: cover;
}

.how-we-can-help-text-content {
  max-width: 50ch;
}

.stats-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stats-item {
  border: .0625rem none var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  border-radius: var(--radius--24);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.stats-item._1st {
  background-color: var(--color--strive-navy);
  color: var(--color--strive-white);
}

.stats-item._2nd {
  background-color: var(--color--strive-blue);
  color: var(--color--strive-light-grey);
}

.stats-item._3rd {
  background-color: var(--color--strive-peach);
  color: var(--color--strive-navy);
}

.stats-number {
  font-family: var(--font--headings);
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.3;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.stats-image {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius--24);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-news-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home-news-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-news-card {
  border-radius: var(--radius--24);
  color: var(--color--strive-white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-news-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-news-overlay {
  mix-blend-mode: soft-light;
  background-color: #1d62fe80;
  position: absolute;
  inset: 0%;
}

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

.home-news-card-content {
  color: #356af0;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 70vh;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.home-news-card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.blog-bottom-wrapper {
  border-radius: var(--radius--12);
  background-color: var(--color--strive-light-grey);
  color: var(--color--strive-navy);
  padding: 2rem;
}

.navbar-wrapper {
  width: 100%;
}

.home-news-arrow {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.footer-component {
  width: 100%;
  padding-top: 0;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.footer-logo-link {
  float: none;
  padding-left: 0;
}

.text-size-small {
  font-size: .875rem;
}

.footer-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-social-link {
  color: var(--color--strive-blue);
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-link {
  color: var(--color--strive-dark-grey);
  -webkit-text-stroke-color: var(--color--strive-dark-grey);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #1d62febf;
  font-weight: 500;
}

.footer-link.footer {
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: block;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer-credit-text {
  font-size: .875rem;
}

.footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-divider {
  background-color: var(--color--strive-grey);
  width: 100%;
  height: .0625rem;
}

.footer-logo-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--color--strive-navy);
  align-items: center;
}

.footer-cta-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius--24);
  background-color: var(--color--strive-navy);
  color: var(--color--strive-white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-cta-card {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

.footer-cta-content {
  flex: 1;
}

.text-size-regular {
  font-size: 1rem;
}

.about-stats-component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-weight-semi-bold {
  font-weight: 600;
}

.about-team-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.about-team-item {
  text-align: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.about-team-item:hover {
  color: var(--color--strive-navy);
}

.about-team-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.about-team-image {
  aspect-ratio: auto;
  border-radius: var(--radius--24);
  mix-blend-mode: multiply;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.text-size-large {
  font-size: 1.5rem;
}

.about-header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-header-bullet-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.about-heder-list-item {
  display: flex;
}

.about-header-list-icon {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.about-header-image {
  aspect-ratio: 1;
  border-radius: var(--radius--24);
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.section-sectors-header {
  position: relative;
}

.sectors-gallery-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.sectors-gallery-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.sectors-gallery-lightbox-link {
  width: 100%;
}

.sectors-gallery-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.sectors-gallery-image {
  border-radius: var(--radius--24);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sectors-gallery-image-wrapper-half {
  width: 100%;
  position: relative;
}

.sectors-gallery-image-two {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius--24);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sectors-gallery-image-three {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius--24);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.sectors-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.sectors-item {
  border-radius: var(--radius--24);
  background-color: var(--color--strive-light-grey);
  color: var(--color--strive-black);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 249.563px;
  padding: 2rem;
  transition: color .2s, background-color .2s;
}

.sectors-item:hover {
  background-color: var(--color--strive-grey);
  color: var(--color--strive-black);
}

.services-header-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-header-image-one {
  aspect-ratio: 1;
  border-radius: var(--radius--24);
  object-fit: cover;
  object-position: 20% 50%;
  width: 100%;
}

.services-header-content-right {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.services-header-image-two {
  aspect-ratio: 1;
  border-radius: var(--radius--24);
  object-fit: cover;
  object-position: 10% 50%;
  width: 100%;
}

.services-header-content {
  margin-left: 5%;
  margin-right: 10%;
}

.about-stats-item {
  border: .0625rem none var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  border-radius: var(--radius--24);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.about-stats-item._1st {
  background-color: var(--color--strive-navy);
  color: var(--color--strive-light-grey);
}

.about-stats-item._2nd {
  background-color: var(--color--strive-blue);
  color: var(--color--strive-light-grey);
  margin-top: 6rem;
  transform: translate(0);
}

.about-stats-item._3rd {
  background-color: var(--color--strive-peach);
  color: var(--color--strive-navy);
  margin-top: 12rem;
}

.about-stats-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.white-banner {
  background-color: var(--color--strive-white);
  width: 100%;
  height: 8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.about-team-grid-wrapper {
  border-radius: var(--radius--24);
  padding: 2.5rem;
}

.section-news-header {
  position: relative;
}

.featured-news-item {
  display: flex;
}

.featured-news-item-link {
  border-radius: var(--radius--24);
  background-color: var(--color--strive-white);
  color: var(--color--strive-black);
  width: 100%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  overflow: hidden;
}

.featured-news-item-link:hover {
  background-color: var(--color--strive-blue);
  color: var(--color--strive-white);
}

.featured-news-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.featured-news-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.featured-news-image {
  aspect-ratio: 8 / 6;
  object-fit: cover;
  width: 100%;
}

.featured-news-text-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 100%;
  padding: 3rem;
  text-decoration: none;
  display: flex;
}

.featured-news-title-wrap {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.news-list-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.news-list-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.news-list-image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-list-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.news-list-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.news-list-meta {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin-bottom: .75rem;
}

.news-list-category {
  display: inline-block;
  background-color: #1d62fe;
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .3rem .75rem;
  border-radius: 999px;
}

.news-list-date {
  color: #6b7280;
  font-size: .875rem;
}

.news-list-excerpt {
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.5;
  margin: .25rem 0 0;
}

.news-list-title-wrap {
  margin-bottom: .5rem;
}

.contact-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact-list-item {
  display: flex;
}

.contact-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-form-component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-field-wrapper {
  position: relative;
}

.success-message {
  background-color: var(--color--strive-white);
  color: var(--color--strive-navy);
  border-radius: .3125rem;
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message {
  border-radius: .3125rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.sectors-title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.sectors-collection-list-wrapper {
  margin-top: 60px;
}

.services-grid-component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.services-item {
  border-radius: var(--radius--24);
  background-color: var(--color--strive-light-grey);
  color: var(--color--strive-black);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 240px;
  padding: 2rem;
  transition: background-color .2s, color .2s;
}

.services-item:hover {
  background-color: var(--color--strive-blue);
  color: var(--color--strive-white);
}

.services-title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.sectors-icon-wrapper {
  background-color: var(--color--strive-white);
  border-radius: 50%;
  flex: none;
  padding: .5rem;
}

.icon-large {
  width: 3rem;
  height: 3rem;
}

.icon-large.client {
  width: 8rem;
  height: 8rem;
}

.pricing-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-plan {
  border-radius: var(--radius--24);
  background-color: var(--color--strive-light-grey);
  padding: 2rem;
}

.pricing-plan.navy {
  background-color: var(--color--strive-blue);
  color: var(--color--strive-white);
}

.pricing-divider {
  background-color: var(--color--strive-grey);
  width: 100%;
  height: .0625rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing-feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing-feature {
  display: flex;
}

.pricing-feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.text-color-blue {
  color: var(--color--strive-blue);
}

.sectors-testimonial-component {
  column-count: 3;
  column-gap: 2rem;
}

.sectors-testimonial-content {
  border: .0625rem none var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  border-radius: var(--radius--24);
  background-color: var(--color--strive-white);
  color: var(--color--strive-black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.sectors-testimonial-rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.sectors-testimonial-rating-icon {
  color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial-client-details {
  grid-column-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial-client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.text-block {
  font-family: var(--font--headings);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
}

.footer-with-spacing {
  width: 100%;
  padding-top: 6rem;
}

.section-news-article-header {
  position: relative;
}

.news-article-image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.news-article-image {
  aspect-ratio: 2.39;
  border-radius: var(--radius--24);
  object-fit: cover;
  width: 100%;
}

.article-content-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.article-contnent-sticky-component {
  border-radius: var(--radius--12);
  background-color: var(--color--strive-light-grey);
  padding: 2rem;
  position: sticky;
  top: 5rem;
}

.subscribe-form {
  margin-bottom: 0;
}

.subscribe-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.article-padding-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.services-sector-icon-wrapper {
  background-color: var(--color--strive-white);
  border-radius: 50%;
  flex: none;
  padding: .5rem;
}

.services-sector-header-title-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-sector-header-max-width {
  width: 100%;
  max-width: 48rem;
}

.services-sector-header-max-width.align-center {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-news-grid {
  padding-top: 2.5rem;
  padding-bottom: 8rem;
}

.home-sectors-collection-list {
  grid-column-gap: .6rem;
  grid-row-gap: .4rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-arrow {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.home-services-collection-list {
  grid-column-gap: .6rem;
  grid-row-gap: .4rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.empty-state {
  display: none;
}

.section-news-list {
  position: relative;
}

.news-list-collection-item {
  height: auto;
  display: flex;
}

.news-list-item-link {
  border-radius: var(--radius--24);
  background-color: var(--color--strive-white);
  color: var(--color--strive-black);
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  overflow: hidden;
}

.news-list-item-link:hover {
  background-color: var(--color--strive-blue);
  color: var(--color--strive-white);
}

.list {
  margin-bottom: 2rem;
  list-style-type: decimal;
}

.button-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrap.is-center {
  justify-content: center;
}

.featured-heading {
  font-size: 3rem;
  line-height: 1.2;
}

.footer-subheading {
  font-family: var(--font--headings);
  color: var(--color--strive-navy);
  letter-spacing: .046875rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
}

.how-it-works-timeline-icon-wrapper-2 {
  z-index: 2;
  background-color: #fff;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.lynx-content-2._2 {
  padding-top: 0;
}

.lynx-process-number {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 110%;
}

.button-icon-2 {
  color: #0c1559;
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #fff0;
  border: .125rem solid #0c1559;
  flex: none;
  padding: .625rem .625rem .625rem 1.25rem;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px .5rem #00000008;
}

.button-icon-2:hover {
  color: #fff;
  background-color: #0c1559;
}

.button-icon-2:active {
  background-color: #0a3092;
}

.lynx-paragraph-process {
  color: #797c83;
  max-width: 294px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

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

.padding-section-large-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.arrow-icon-2 {
  color: #0c1559;
  width: 100%;
  padding: .4375rem;
}

.lynx-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-block-process-1 {
  background-color: #0c1559;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.bold-text-3 {
  font-weight: 400;
}

.eyebrow-left-2 {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.arrow-bg-blue-2 {
  background-color: #0c1559;
  border-radius: 100%;
  flex: none;
  width: 1.625rem;
  height: 1.625rem;
  overflow: hidden;
  transform: rotate(45deg);
}

.lynx-grid-process {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.text-align-center-2 {
  text-align: center;
  padding-top: 48px;
}

.lynx-block-process-2 {
  background-color: #0c1559;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-heading {
  color: #1f2022;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  display: flex;
}

.lynx-features-bg {
  background-color: #f6f6f6;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 250px;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-features-bg._2 {
  height: 325px;
}

.lynx-features-bg._3 {
  height: 300px;
}

.lynx-features-bg._4 {
  height: 375px;
}

.how-it-works-progress-bar-2 {
  background-color: #0c1559;
  width: .125rem;
  height: 100%;
}

.lynx-heading-process {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 128%;
}

.eyebrow-text-2 {
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.lynx-process {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bold-text-4 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.social-icon-font-2 {
  line-height: 1em;
}

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

.section-2.hero {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.section-2.hero.v7 {
  background-color: var(--color--sg-faint-blue);
  background-image: linear-gradient(180deg, var(--color--strive-white) 1%, var(--color--sg-faint-blue) 55%, var(--color--strive-grey));
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 120px;
  overflow: visible;
}

.container-default-2 {
  background-color: #92aebd00;
  max-width: 1352px;
  margin-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.team-member-card-wrapper {
  height: 100%;
  text-decoration: none;
}

.team-member-card-wrapper.v2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  overflow: hidden;
}

.divider-2 {
  background-color: #d1d6e5;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.display-2 {
  color: #080e24;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.display-2.mg-bottom-8px {
  color: #2e2e2e;
  font-weight: 800;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.team-member-grid {
  z-index: 1;
  grid-column-gap: 48px;
  grid-template-columns: .75fr 1fr;
  align-items: start;
  position: relative;
}

.inner-container._466px {
  max-width: 466px;
}

.social-icon-square {
  color: #fff;
  background-color: #374352;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  transform: translate(0);
}

.social-icon-square:hover {
  color: #2e2e2e;
  background-color: #eee7c8;
}

.border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  transform: translate(0);
}

.border-radius-24px.team-member-picture {
  border: 1px solid #bddafd33;
  border-radius: 20px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.subtitle {
  color: #76b5ff;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.111em;
}

.subtitle.heading-h4-size.mg-bottom-18px {
  color: #5a5a5a;
  font-weight: 600;
}

.position-absolute {
  position: absolute;
}

.position-absolute.rectangle-bg {
  background-color: var(--color--strive-navy);
  border-radius: 0;
  width: 100vw;
  min-height: 100%;
  inset: auto auto 0%;
  transform: translate(0);
}

.position-absolute.hero-v7-bg {
  min-height: 20%;
  inset: 0% 0% auto;
  overflow: hidden;
}

.card-2 {
  background-color: #f3f6ff;
  border-radius: 24px;
  transform: translate(0);
}

.card-2.team-member-avatar-wrapper {
  box-shadow: none;
  background-color: #0000;
  position: sticky;
  top: 24px;
}

.social-media-flex {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
  position: relative;
}

.additional {
  margin-top: 40px;
}

.body {
  background-color: #fff;
}

.contact-link {
  color: var(--color--strive-black);
}

.contact-link:hover {
  color: var(--color--strive-blue);
}

.foot {
  font-size: 1.25rem;
}

.text-block-5 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.text-span-11 {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.brix---top-bar-right-col {
  margin-right: 24px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-span-10 {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.brix---top-bar-flex-h-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---top-bar-wrapper {
  background-color: var(--color--strive-navy);
  color: #fff;
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.text-span-8 {
  font-size: 15px;
  line-height: 20px;
}

.brix---top-bar-small-padding {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
}

.logo {
  width: 100%;
  height: auto;
  margin: auto;
}

.bdo {
  margin-top: 40px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

._5 {
  width: 100px;
  margin-top: 20px;
}

._5._2 {
  width: 150px;
}

@media screen and (min-width: 1440px) {
  .text-size-medium {
    margin-bottom: 0;
  }

  .text-size-medium._2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .admins-nav {
    z-index: 10;
    background-color: var(--color--faint-grey\<deleted\|variable-c5324afb\>);
    border-right-style: none;
    width: 100%;
    height: 5rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .admin-menu-brand {
    margin-top: .25rem;
    margin-bottom: 1rem;
  }

  .admin-menu {
    z-index: 500;
    border-bottom: .0625rem solid var(--color--soft-grey\<deleted\|variable-2742278e\>);
    background-color: var(--color--faint-grey\<deleted\|variable-c5324afb\>);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: block;
    position: absolute;
    inset: 5rem auto auto 0%;
    box-shadow: 0 3px .3125rem #0000000d;
  }

  .admin-menu-button {
    margin-right: .75rem;
    padding: .9375rem;
    top: -.625rem;
  }

  .admin-menu-button.w--open {
    background-color: var(--color--sg-faint-blue);
    color: var(--blue\<deleted\|variable-1dc5c6f4\>);
    border-radius: 2.5rem;
  }

  .admin-block {
    margin-bottom: 2.5rem;
  }

  .grid {
    margin-left: 0;
  }

  .small-button {
    position: relative;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .admin-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

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

  .button {
    position: relative;
  }

  .admin-menu-icon {
    font-size: 2rem;
  }

  .admin-nav-container {
    width: auto;
    height: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .menu-icon-line-bottom {
    background-color: var(--color--strive-black);
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link.ham {
    display: block;
  }

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon-line-top {
    background-color: var(--color--strive-black);
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .navbar-menu-link-wrapper {
    border: .0625rem none var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
    background-color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .menu-icon-line-middle {
    background-color: var(--color--strive-black);
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .125rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
    display: none;
  }

  .navbar-menu {
    background-color: var(--color--strive-light-grey);
    border-bottom: .0625rem solid #94949440;
    justify-content: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .menu-icon-line-middle-inner {
    background-color: var(--color--strive-black);
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .max-width-large {
    max-width: none;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

  .button-icon {
    position: relative;
  }

  .logos-component {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .how-we-can-help-row {
    grid-column-gap: 2rem;
  }

  .what-we-do-content-card {
    padding: 2rem;
  }

  .how-it-works-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .how-it-works-progress-bar-wrapper {
    height: 60%;
  }

  .how-it-works-timeline-step {
    grid-column-gap: 1.5rem;
  }

  .padding-section-logos {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .stats-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .stats-number {
    font-size: 3rem;
  }

  .home-news-row {
    flex-direction: column;
  }

  .home-news-image {
    object-fit: cover;
  }

  .home-news-card-content {
    padding: 2rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-small {
    text-align: center;
  }

  .footer-social-list {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-link-list {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom-wrapper {
    flex-flow: column;
    padding-bottom: 1rem;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-cta-card {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    padding: 2rem;
  }

  .footer-cta-content {
    margin-right: 0;
  }

  .text-size-regular {
    text-align: center;
  }

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

  .about-header {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .sectors-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .sectors-item {
    height: 407.125px;
  }

  .about-stats-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .featured-news-item-link {
    height: 100%;
  }

  .featured-news-content {
    grid-template-columns: 1fr;
  }

  .featured-news-image {
    aspect-ratio: 2.39;
  }

  .featured-news-text-content {
    padding: 2rem;
  }

  .news-list-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .news-list-item {
    height: 100%;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .services-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .services-item {
    height: 366.375px;
  }

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

  .sectors-testimonial-component {
    column-count: 2;
  }

  .news-article-image-wrapper {
    margin-bottom: 0;
  }

  .article-content-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .article-content-text-wrap {
    margin-bottom: 3rem;
  }

  .article-contnent-sticky-component {
    position: static;
  }

  .article-padding-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-news-grid {
    padding-bottom: 6rem;
  }

  .news-list-collection-item {
    height: auto;
  }

  .news-list-item-link {
    height: 100%;
  }

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

  .button-icon-2 {
    position: relative;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-content {
    margin-top: 0;
  }

  .lynx-features-bg {
    height: 300px;
  }

  .lynx-features-bg._2, .lynx-features-bg._3, .lynx-features-bg._4 {
    height: 350px;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

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

  .section-2.hero.v7 {
    padding-bottom: 118px;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider-2._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .display-2 {
    font-size: 48px;
  }

  .grid-2-columns.team-member-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-2.team-member-avatar-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: static;
  }

  .brix---top-bar-right-col {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .brix---top-bar-small-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.125rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.375rem;
  }

  h6 {
    font-size: 1rem;
  }

  .admin-menu-brand.w--current {
    margin-top: .875rem;
  }

  .admin-menu {
    background-color: #fff;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: .625rem;
    width: auto;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  .paragraph {
    font-size: .9375rem;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .admin-colour-block {
    width: 25%;
  }

  .admin-content {
    margin-left: 0;
  }

  .admin-section {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .field-block {
    min-height: auto;
  }

  .heading.h3 {
    font-size: 1.75rem;
  }

  .heading.h6 {
    font-size: 1rem;
  }

  .heading.h5 {
    font-size: 1.375rem;
  }

  .heading.h1 {
    font-size: 2.125rem;
  }

  .heading.h4 {
    font-size: 1.5rem;
  }

  .heading.h2 {
    font-size: 1.875rem;
  }

  .button.minimal {
    margin-left: 0;
    margin-right: 0;
  }

  .button.small {
    font-size: .875rem;
  }

  .admin-changelog {
    padding-bottom: 0;
    font-size: .875rem;
  }

  .spacer-small {
    padding-top: 1rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.home-hero {
    padding-top: 4rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .navbar-container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-component {
    margin-top: 1.25rem;
  }

  .navbar-menu-link-wrapper {
    padding: 1.25rem 1.25rem 2.5rem;
  }

  .navbar-logo {
    width: 100px;
    max-width: none;
  }

  .navbar-menu {
    border-bottom-color: #94949440;
  }

  .logos-component {
    padding-top: 1rem;
  }

  .logo-image {
    max-height: 3rem;
  }

  .what-we-do-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .how-we-can-help-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .what-we-do-card {
    grid-template-columns: 1fr;
  }

  .what-we-do-content-card {
    padding: 1.5rem;
  }

  .how-it-works-component {
    grid-template-columns: 1fr;
  }

  .how-it-works-progress-bar-wrapper {
    left: 2rem;
  }

  .how-it-works-timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .how-we-can-help-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .how-we-can-help-component.background-color-light-grey {
    padding: 1.5rem;
  }

  .padding-section-logos {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo-text {
    font-size: 1.75rem;
  }

  .how-we-can-help-image {
    aspect-ratio: 3 / 2;
  }

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

  .stats-number {
    font-size: 3.5rem;
  }

  .home-news-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-news-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .home-news-card {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-news-card-content {
    padding: 1.5rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem 0;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 2rem;
  }

  .footer-credit-text {
    margin-top: 2rem;
  }

  .footer-legal-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    display: flex;
  }

  .footer-cta-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-cta-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-cta-content {
    margin-right: 0;
  }

  .about-team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-team-image-wrapper {
    height: 100%;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .about-header {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .sectors-gallery-component, .sectors-gallery-row, .sectors-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .sectors-item {
    height: auto;
  }

  .services-header-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .services-header-content {
    margin-top: 2rem;
  }

  .about-stats-item._2nd, .about-stats-item._3rd {
    margin-top: 0;
  }

  .about-stats-list {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .white-banner {
    height: 5rem;
  }

  .featured-news-content {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .featured-news-image {
    aspect-ratio: 16 / 9;
  }

  .featured-news-text-content {
    padding: 1.5rem;
  }

  .news-list-list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .news-list-image {
    aspect-ratio: 16 / 9;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .services-item {
    height: auto;
  }

  .pricing-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .pricing-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sectors-testimonial-component {
    column-count: 1;
  }

  .sectors-testimonial-content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .testimonial-client-details {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .text-block {
    font-size: 2rem;
    line-height: 1.3;
  }

  .footer-with-spacing {
    padding-top: 4rem;
  }

  .news-article-image {
    aspect-ratio: 16 / 9;
  }

  .article-content-text-wrap {
    margin-bottom: 2rem;
  }

  .article-padding-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .services-sector-icon-wrapper.client {
    display: none;
  }

  .services-sector-header-title-wrapper {
    flex-flow: column;
  }

  .padding-section-news-grid {
    padding-bottom: 4rem;
  }

  .featured-heading {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .how-it-works-timeline-icon-wrapper-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-features-bg._2, .lynx-features-bg._3 {
    height: auto;
  }

  .lynx-features-bg._4 {
    width: 354px;
    height: auto;
  }

  .lynx-heading-process {
    font-size: 20px;
  }

  .lynx-heading-process._2 {
    max-width: 294px;
  }

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

  .section-2.hero.v7 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .team-member-card-wrapper.v2 {
    border-radius: 20px;
    padding: 40px 34px;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .display-2 {
    font-size: 40px;
  }

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

  .grid-2-columns.team-member-grid {
    grid-row-gap: 50px;
  }

  .border-radius-24px {
    border-radius: 20px;
  }

  .position-absolute.rectangle-bg {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .card-2 {
    border-radius: 20px;
  }

  .card-2.team-member-avatar-wrapper {
    max-width: 450px;
    position: static;
  }

  .brix---top-bar-right-col {
    margin-bottom: 12px;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .brix---top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---top-bar-small-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .admin-menu-brand {
    margin-left: 1rem;
  }

  .admin-menu-button {
    margin-right: .25rem;
  }

  .column {
    margin-bottom: 0;
  }

  .text-input {
    width: 100%;
  }

  .color-block {
    margin-bottom: 1.25rem;
  }

  .admin-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .button {
    width: 100%;
    font-size: 1rem;
  }

  .bg-color-block {
    margin-bottom: 1.25rem;
  }

  .spacer-small {
    padding-top: 1.2rem;
  }

  .spacer-xsmall {
    padding-top: .5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .navbar-logo {
    max-width: 100px;
  }

  .home-header-image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .button-icon {
    font-size: 1rem;
  }

  .logos-component {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .how-we-can-help-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .how-it-works-component {
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .how-it-works-progress-bar {
    height: 100%;
  }

  .how-it-works-timeline-step {
    grid-column-gap: 1rem;
  }

  .how-it-works-timeline-icon-wrapper.bottom {
    padding-bottom: 3rem;
  }

  .eyebrow-left {
    justify-content: center;
    align-items: center;
  }

  .how-we-can-help-image {
    aspect-ratio: 3 / 2;
  }

  .stats-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .stats-item._3rd {
    padding: 1.5rem;
  }

  .stats-number {
    line-height: 1.2;
  }

  .home-news-row {
    grid-template-columns: 1fr;
  }

  .home-news-image-wrapper {
    position: static;
  }

  .home-news-overlay {
    display: none;
  }

  .home-news-image {
    aspect-ratio: 3 / 2;
  }

  .home-news-card-content {
    min-height: 0;
    padding: 0;
  }

  .blog-bottom-wrapper {
    border-radius: 0 0 .75rem .75rem;
    padding: 1.5rem;
  }

  .home-news-arrow {
    display: none;
  }

  .text-size-small {
    text-align: center;
  }

  .footer-social-list {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-menu-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .footer-link-list {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom-wrapper {
    justify-content: space-between;
    align-items: center;
  }

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

  .footer-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-cta-card {
    padding: 1.5rem;
  }

  .about-team-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .about-header, .sectors-grid {
    grid-template-columns: 1fr;
  }

  .sectors-item {
    padding: 1.5rem;
  }

  .services-header-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services-header-content {
    margin-left: 0%;
    margin-right: 0%;
  }

  .about-stats-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-team-grid-wrapper.background-color-light-grey {
    padding: 4rem 1.5rem 1.5rem;
  }

  .featured-news-image {
    aspect-ratio: 3 / 2;
  }

  .featured-news-text-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .news-list-image {
    aspect-ratio: 3 / 2;
  }

  .news-list-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .sectors-title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .services-item {
    padding: 1.5rem;
  }

  .pricing-plan {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pricing-divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .testimonial-client-details {
    grid-column-gap: 1rem;
    grid-row-gap: .75rem;
    flex-direction: column;
  }

  .testimonial-client-image-wrapper {
    margin-bottom: 0;
  }

  .news-article-image {
    aspect-ratio: 3 / 2;
  }

  .article-content-component {
    grid-row-gap: 1rem;
  }

  .article-contnent-sticky-component {
    padding: 1.5rem;
  }

  .subscribe-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .services-sector-icon-wrapper.right {
    display: none;
  }

  .services-sector-header-title-wrapper {
    flex-direction: column;
  }

  .news-arrow {
    display: none;
  }

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

  .how-it-works-timeline-icon-wrapper-2.bottom {
    padding-bottom: 3rem;
  }

  .button-icon-2 {
    font-size: 1rem;
  }

  .eyebrow-left-2 {
    text-align: left;
    justify-content: center;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-features-bg._4 {
    width: auto;
  }

  .how-it-works-progress-bar-2 {
    height: 90%;
  }

  .lynx-heading-process {
    font-size: 19px;
  }

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

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-member-card-wrapper.v2 {
    border-radius: 14px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider-2._64px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .display-2 {
    font-size: 34px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .border-radius-24px {
    border-radius: 14px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .position-absolute.rectangle-bg {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    width: 100%;
  }

  .position-absolute.hero-v7-bg {
    min-height: auto;
    padding-top: 70%;
  }

  .card-2 {
    border-radius: 14px;
  }

  .card-2.team-member-avatar-wrapper {
    padding: 0;
  }

  .text-block-5 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---top-bar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}

#w-node-_06e1b5b5-234f-fd90-2e23-a5173f0025bd-bebaa9ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da7ad54-6e0b-2d82-a3db-f9ef021f03bd-bebaa9ec {
  align-self: center;
}

#w-node-_43702aef-efcf-2bc3-4134-156f36a0c636-bebaa9ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43702aef-efcf-2bc3-4134-156f36a0c637-bebaa9ec {
  order: -9999;
  align-self: center;
}

#w-node-_6f572552-d626-3c63-42d9-2e393530d24a-bebaa9ec {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a1439602-a6a1-043f-54c5-f61cb6fa20a1-bebaa9ec {
  align-self: start;
}

#w-node-_08d12f82-d1f4-c2b2-92ba-0fb9e3588461-2324eeee {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ec6641da-9857-7080-1b9d-78b601cb6709-01cb6702 {
  justify-self: center;
}

#w-node-ec6641da-9857-7080-1b9d-78b601cb671f-01cb6702 {
  justify-self: end;
}

#w-node-f2911cbb-a1ef-7233-6f7f-cc25208826f0-bebaa9ee, #w-node-f2911cbb-a1ef-7233-6f7f-cc25208826f6-bebaa9ee, #w-node-f2911cbb-a1ef-7233-6f7f-cc25208826fc-bebaa9ee {
  align-self: start;
}

#w-node-de88c95d-96e8-45e6-bc7b-f6b8952615ae-bebaa9ee, #w-node-de88c95d-96e8-45e6-bc7b-f6b8952615b6-bebaa9ee, #w-node-de88c95d-96e8-45e6-bc7b-f6b8952615be-bebaa9ee, #w-node-de88c95d-96e8-45e6-bc7b-f6b8952615c6-bebaa9ee, #w-node-de88c95d-96e8-45e6-bc7b-f6b8952615ce-bebaa9ee, #w-node-de88c95d-96e8-45e6-bc7b-f6b8952615d6-bebaa9ee, #w-node-de88c95d-96e8-45e6-bc7b-f6b8952615e9-bebaa9ee, #w-node-de88c95d-96e8-45e6-bc7b-f6b8952615f1-bebaa9ee, #w-node-de88c95d-96e8-45e6-bc7b-f6b8952615fa-bebaa9ee, #w-node-_89ed0a8d-12b9-1dae-f225-1dbad35c9ecc-bebaa9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b6d468d-6c6c-f9b4-d5fe-6030bde9e2c2-bebaa9f1, #w-node-_4a3d39ac-0217-991b-0b98-bd551d5781b9-bebaa9f1, #w-node-_6874dc46-237f-51dc-914f-bec0ae4b24a2-bebaa9f1, #w-node-_155fea6c-7819-d842-3007-371159c68b5e-bebaa9f1 {
  align-self: start;
}

#w-node-_3b269111-2d71-415c-a2e2-7eb175aa5c79-bebaa9f1 {
  justify-self: start;
}

#w-node-c8971e99-8807-5344-d964-77bd59820a47-bebaa9f7, #w-node-c8971e99-8807-5344-d964-77bd59820a48-bebaa9f7, #w-node-c8971e99-8807-5344-d964-77bd59820a49-bebaa9f7, #w-node-c8971e99-8807-5344-d964-77bd59820a4a-bebaa9f7, #w-node-c8971e99-8807-5344-d964-77bd59820a4b-bebaa9f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf912b54-6595-1c3e-1047-6fd1efa233a1-bebaa9fa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bf912b54-6595-1c3e-1047-6fd1efa233a4-bebaa9fa, #w-node-bf912b54-6595-1c3e-1047-6fd1efa233a7-bebaa9fa, #w-node-_1657fbf3-e89d-4765-24f2-b1084376307e-f3183553, #w-node-_06f1c4de-5459-45eb-116e-8f2cef9d39bf-852847ce, #w-node-_06f1c4de-5459-45eb-116e-8f2cef9d39c4-852847ce, #w-node-_06f1c4de-5459-45eb-116e-8f2cef9d39c9-852847ce, #w-node-_06f1c4de-5459-45eb-116e-8f2cef9d39ce-852847ce, #w-node-_06f1c4de-5459-45eb-116e-8f2cef9d39d8-852847ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_1657fbf3-e89d-4765-24f2-b1084376307e-f3183553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1657fbf3-e89d-4765-24f2-b1084376307e-f3183553 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6f572552-d626-3c63-42d9-2e393530d24a-bebaa9ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_43702aef-efcf-2bc3-4134-156f36a0c637-bebaa9ec {
    order: 9999;
  }

  #w-node-_6f572552-d626-3c63-42d9-2e393530d24a-bebaa9ec {
    grid-column: span 1 / span 1;
  }

  #w-node-_6f572552-d626-3c63-42d9-2e393530d262-bebaa9ec {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43702aef-efcf-2bc3-4134-156f36a0c637-bebaa9ec {
    order: 9999;
  }

  #w-node-a5056215-2ae5-6814-4a4d-28e22324ef27-2324eeee {
    justify-self: center;
  }
}


