:root {
  --text-black: #101828;
  --text-grey: #667085;
  --primary: #1570ef;
  --black: black;
  --off-white: #f9fafb;
  --white: white;
  --fvf-blue: #1e4c9a;
  --steel-blue: #0f75bc;
  --primary-color-1: #f3b94f;
  --secondary-color: #d62e2c;
}

.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-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 {
  color: var(--text-black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.5;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1875;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}

h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

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

a {
  color: var(--text-black);
  text-decoration: underline;
}

li {
  font-size: 16px;
  line-height: 1.5;
}

label {
  color: #334054;
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

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

.spacing-system-text {
  margin: 20px;
}

.spacing-system-show {
  background-color: #f9fafb;
  border: 1px solid #d0d5dd;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #51504f;
}

.tab-link {
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-left: 3px solid #f2f4f7;
  border-right-color: #f80000;
  flex: 0 auto;
  width: 540px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  border-right-color: #250f0f;
  border-left-color: var(--primary);
  background-color: #0000;
}

.color-block {
  background-color: #111314;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

.wrapper {
  margin-bottom: auto;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.sg-description {
  color: #929aa1;
  max-width: 800px;
}

.ds-colour-block {
  color: #757575;
  text-align: center;
  width: 120px;
  padding-right: 16px;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.paragraph {
  color: var(--text-grey);
  margin-bottom: 0;
}

.paragraph.regular {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.paragraph.extra-small {
  opacity: .75;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph.small {
  padding-right: 63px;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph.medium {
  color: var(--text-black);
  font-size: 24px;
  line-height: 1.5;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

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

.column.desk-4 {
  width: 33.33%;
}

.sg-body {
  background-color: var(--off-white);
}

.ds-section-header {
  margin-bottom: 50px;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.block-quote {
  border-left-color: #9ec5fa;
  font-size: 18px;
  line-height: 1.5;
}

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

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

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  border-bottom: 1px solid var(--text-black);
  background-color: var(--off-white);
  color: var(--primary);
}

.form {
  margin-bottom: 8px;
}

.link {
  color: #9d9c99;
  text-decoration: underline;
  transition: transform .2s, color .2s;
}

.link:hover {
  color: #0a0a0a;
  transform: translate(0, -3px);
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.text-input {
  background-color: var(--white);
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 12px;
  padding: 21px 16px;
  font-size: 16px;
  line-height: 24px;
}

.text-input:focus {
  border-style: solid;
  border-color: #000;
}

.text-input::placeholder {
  color: #98a2b3;
}

.text-input.form {
  min-height: 120px;
  padding-top: 10px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #51504f;
  background-position: 50%;
  background-size: 16px;
  border-color: #51504f;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 48px;
  margin-right: 64px;
  display: flex;
}

.button {
  background-color: var(--fvf-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 0;
  margin-left: auto;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  transition: box-shadow .2s, background-color .2s;
}

.button:hover {
  background-color: var(--white);
  color: var(--fvf-blue);
  box-shadow: 0 5px 20px 4px #31313178;
}

.button.small {
  padding: 12px 18px;
  font-size: 14px;
}

.form-dropdown {
  background-color: var(--white);
  color: #98a2b3;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 16px;
  position: relative;
}

.form-dropdown:hover {
  color: #51504f;
}

.form-dropdown:focus {
  color: #9d9c99;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

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

.sg-block {
  margin-bottom: 32px;
}

.text-box {
  max-width: 750px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.vertical-tab {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

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

.button-wrapper.align-center {
  align-items: center;
}

.button-wrapper.stretch {
  align-items: stretch;
}

.button-wrapper.align-left {
  align-items: flex-start;
}

.button-wrapper.align-right {
  align-items: flex-end;
}

.nav-text-link {
  color: #98a2b3;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  transition: color .4s;
  display: flex;
}

.nav-text-link:hover, .nav-text-link.w--current {
  color: #1570ef;
}

.button-2 {
  color: #fff;
  background-color: #1570ef;
  border-radius: 500000px;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem 1.125rem;
  display: flex;
  box-shadow: 0 20px 40px #1570ef33;
}

.containers {
  justify-content: center;
}

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

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

.container-large.navbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

.padding-tiny {
  padding: 2px;
}

.padding-xxsmall {
  padding: 4px;
}

.padding-xsmall {
  padding: 8px;
}

.padding-small {
  padding: 16px;
}

.padding-medium {
  padding: 32px;
}

.padding-large {
  padding: 48px;
}

.padding-xlarge {
  padding: 64px;
}

.padding-xxlarge {
  padding: 80px;
}

.padding-huge {
  padding: 96px;
}

.padding-xhuge {
  padding: 128px;
}

.padding-xxhuge {
  padding: 192px;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-tiny {
  margin: 2px;
}

.margin-xxsmall {
  margin: 4px;
}

.margin-xsmall {
  margin: 8px;
}

.margin-small {
  margin: 16px;
}

.margin-medium {
  margin: 32px;
}

.margin-large {
  margin: 48px;
}

.margin-xlarge {
  margin: 64px;
}

.margin-xxlarge {
  margin: 80px;
}

.margin-huge {
  margin: 96px;
}

.margin-xhuge {
  margin: 128px;
}

.margin-xxhuge {
  margin: 192px;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.navigation {
  z-index: 99;
  background-color: #fff;
  display: none;
  box-shadow: 0 4px 8px -2px #1018281a;
}

.brand {
  max-width: 220px;
  margin-right: 20px;
}

.newsletter-row {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.form-wrapper {
  align-items: center;
  display: flex;
}

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

.success-message {
  color: #006603;
  background-color: #ebffeb;
}

.footer-newsletter-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 64px;
  padding: 60px 5%;
  position: relative;
}

.footer-newsletter-content-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-info-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: var(--off-white);
  padding-top: 32px;
  padding-bottom: 32px;
}

.page-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.footer-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #66708533;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: grid;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.header-content-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.header-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.primary-text-color {
  color: var(--primary);
  -webkit-text-stroke-color: var(--steel-blue);
}

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

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

.header-image {
  border-radius: 16px;
}

.header-blob-image {
  z-index: -1;
  max-width: 130%;
  position: absolute;
  inset: -4% 0% 0% -14%;
}

.about {
  position: relative;
}

.points-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 23px;
  box-shadow: 0 8px 8px -4px #10182805, 0 20px 24px -4px #10182808;
}

.points-icon-wrapper {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 16px;
  padding: 4px;
  display: flex;
}

.heading.small {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.5;
}

.heading.medium {
  text-align: left;
  letter-spacing: -1px;
  justify-content: flex-start;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.points-heading-wrapper {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.points-coloured-background {
  z-index: -1;
  background-color: var(--off-white);
  position: absolute;
  inset: 30% 0% 0%;
}

.audience-section {
  background-color: var(--off-white);
}

.value-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: center;
}

.value-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.value-content-wrapper.image-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 530px;
}

.value-image {
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 12px 16px -4px #1018281a;
}

.value-image.main-image {
  width: 90px;
  max-width: 100%;
  position: static;
}

.value-image.person-1 {
  width: 90px;
  inset: 6% auto auto 23%;
}

.value-image.person-2 {
  width: 64px;
  inset: 19% 15% auto auto;
}

.value-image.person-3 {
  width: 70px;
  inset: 32% auto auto -1%;
}

.value-image.person-4 {
  width: 80px;
  inset: auto 5% 26% auto;
}

.value-image.person-5 {
  width: 105px;
  inset: auto auto 8% 9%;
}

.background-blob {
  z-index: -1;
  width: 440px;
  max-width: none;
  margin: auto;
  position: absolute;
  inset: 0% 0% 0% -5%;
}

.background-blob.small {
  width: 270px;
}

.about-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.about-content-wrapper {
  position: relative;
}

.about-image {
  border-radius: 16px;
}

.about-quote-wrapper {
  background-color: var(--white);
  max-width: 380px;
  padding: 14px;
  position: absolute;
  inset: auto -5% -4% auto;
  box-shadow: 0 4px 6px #1018281a, 0 12px 16px -4px #1018281a;
}

.about-quote-paragraph {
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
}

.cta-section {
  background-color: var(--text-black);
}

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

.cta-heading {
  color: var(--white);
  font-size: 32px;
  line-height: 1.5;
}

.testimonial-image {
  border-radius: 50%;
  width: 64px;
  margin-bottom: 16px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

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

.testimonial-section {
  display: none;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-paragraph {
  color: var(--text-black);
  margin-bottom: 32px;
  font-size: 32px;
}

.testimonial-author-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-content-wrap {
  color: #1f2937;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-author-name {
  white-space: nowrap;
  font-weight: 700;
  line-height: 24px;
}

.author-role {
  color: #9ca3af;
  white-space: nowrap;
  line-height: 24px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

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

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
  display: grid;
}

.our-partners {
  background-color: var(--off-white);
  display: none;
}

.cta-2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1.5fr) 1.5fr;
  grid-auto-columns: .5fr;
  grid-auto-flow: row;
}

.cta-2-card {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 32px;
  display: flex;
  box-shadow: 0 4px 6px -2px #1018281a, 0 12px 16px -4px #1018281a;
}

.cta-2-card-image {
  border-radius: 16%;
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 3;
}

.cta-2-bullet-point-wrapper {
  align-items: flex-start;
  display: flex;
}

.cta-2-bullet-icon {
  background-color: var(--primary);
  background-image: url('../images/Check-Mark_1Check Mark.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.cta-2-bullet-point-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.tab-tab-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tab-heading-wrapper {
  max-width: 590px;
  margin-bottom: 32px;
}

.tabs-content {
  text-align: right;
  width: 50%;
  position: relative;
}

.tabs-img-1 {
  border-radius: 16px;
}

.tab-pane {
  height: 100px;
}

.tabs {
  display: flex;
  position: static;
}

.footer-content-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-column {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: none;
}

.footer-link {
  color: var(--text-black);
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--primary);
  text-decoration: underline;
}

.footer-text-block {
  color: var(--text-grey);
  width: 330px;
  margin-top: 16px;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  height: 100px;
}

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

.text-block-2 {
  margin-bottom: 10px;
}

.bold-text, .bold-text-2 {
  color: var(--text-grey);
}

.link-2 {
  border: 1px #000;
  margin-right: 40px;
  padding-left: 0;
  text-decoration: none;
  transition: border-color .2s;
}

.link-2:hover {
  outline-offset: 0px;
  outline: 3px #101828;
  text-decoration: underline;
}

.link-3 {
  margin-right: 40px;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.link-4 {
  margin-right: 40px;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.link-5 {
  margin-right: 40px;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.div-block {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.image {
  border-radius: 16px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.tabs-img-1-copy, .tabs-img-3 {
  border-radius: 16px;
}

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

.navbar-2 {
  background-color: #0000;
  padding-top: 11px;
  padding-bottom: 11px;
  position: sticky;
  top: 26px;
  box-shadow: 1px 1px 13px #cfcfcf;
}

.container-2 {
  max-width: 100%;
  padding-top: 9px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.button-buy {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 0;
  margin-left: auto;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  transition: box-shadow .2s, background-color .2s;
}

.button-buy:hover {
  box-shadow: 0 10px 20px -5px #1570ef33;
}

.button-buy.small {
  padding: 12px 18px;
  font-size: 14px;
}

.paragraph-2 {
  justify-content: flex-start;
  display: flex;
}

.partners {
  display: none;
}

.nav-link {
  margin-right: 20px;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.image-3 {
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  .tab-link {
    width: auto;
  }

  .tab-link.w--current {
    border-radius: 0;
  }

  .column {
    width: 50%;
  }

  .sg-body {
    flex-direction: column;
  }

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

  .tabs-menu {
    width: 60%;
  }

  .button {
    position: relative;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .nav-text-link {
    font-size: 1.25rem;
  }

  .padding-medium {
    padding: 24px;
  }

  .padding-large {
    padding: 40px;
  }

  .padding-xlarge {
    padding: 48px;
  }

  .padding-xxlarge {
    padding: 64px;
  }

  .padding-huge {
    padding: 80px;
  }

  .padding-xhuge {
    padding: 96px;
  }

  .padding-xxhuge {
    padding: 128px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 24px;
  }

  .margin-large {
    margin: 40px;
  }

  .margin-xlarge {
    margin: 48px;
  }

  .margin-xxlarge {
    margin: 64px;
  }

  .margin-huge {
    margin: 80px;
  }

  .margin-xhuge {
    margin: 96px;
  }

  .margin-xxhuge {
    margin: 128px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .page-padding {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-image {
    object-fit: fill;
    width: 300px;
    max-width: none;
    overflow: visible;
  }

  .about-quote-wrapper {
    z-index: 5;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .testimonial-section {
    background-position: 5% 100%;
  }

  .cta-2-grid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .cta-2-card {
    width: auto;
  }

  .tabs-content {
    width: 40%;
    position: relative;
  }

  .tabs {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-2 {
    margin-top: 12px;
    display: inline-block;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .button-buy {
    position: relative;
  }

  .image-3 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 1.3;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

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

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

  .paragraph {
    font-size: 15px;
  }

  .column.desk-4 {
    width: 100%;
  }

  .spacer {
    height: 32px;
  }

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

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    width: 100%;
  }

  .nav-text-link {
    font-size: 1rem;
  }

  .padding-medium {
    padding: 20px;
  }

  .padding-large {
    padding: 24px;
  }

  .padding-xlarge {
    padding: 32px;
  }

  .padding-xxlarge {
    padding: 48px;
  }

  .padding-huge {
    padding: 56px;
  }

  .padding-xhuge {
    padding: 64px;
  }

  .padding-xxhuge {
    padding: 72px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 20px;
  }

  .margin-large {
    margin: 24px;
  }

  .margin-xlarge {
    margin: 32px;
  }

  .margin-xxlarge {
    margin: 48px;
  }

  .margin-huge {
    margin: 56px;
  }

  .margin-xhuge {
    margin: 64px;
  }

  .margin-xxhuge {
    margin: 72px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    justify-content: center;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand {
    max-width: 170px;
  }

  .newsletter-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-wrapper {
    grid-column-gap: 64px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .header-content-grid {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .header-content-wrapper {
    align-items: center;
  }

  .about {
    padding-bottom: 32px;
  }

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

  .value-grid {
    grid-column-gap: 64px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .value-content-wrapper {
    align-items: center;
  }

  .about-grid {
    grid-column-gap: 64px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .cta-content-wrapper {
    text-align: center;
  }

  .left-arrow {
    height: 32px;
    margin-top: auto;
    margin-bottom: 0;
  }

  .testimonial-paragraph {
    font-size: 24px;
  }

  .right-arrow {
    height: 32px;
    margin-top: auto;
    margin-bottom: 0;
  }

  .cta-2-grid {
    grid-column-gap: 64px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .cta-2-card {
    width: auto;
  }

  .tabs-content {
    text-align: left;
    width: 100%;
  }

  .tabs-img-1, .tab-pane {
    height: auto;
  }

  .tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-text-block {
    width: auto;
  }

  .tabs-img-1-copy, .tabs-img-3 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-input {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .container-large.navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-newsletter-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .page-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-paragraph {
    font-size: 18px;
  }

  .testimonial-author-wrapper {
    grid-column-gap: 4px;
    flex-direction: column;
  }

  .testimonial-content-wrap {
    max-width: 100%;
  }

  .cta-2-card {
    width: auto;
  }

  .cta-2-bullet-icon {
    background-size: 12px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .tabs-img-1, .tabs-img-1-copy, .tabs-img-3 {
    border-radius: 14px;
  }

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

  .brand-2 {
    padding-left: 0;
  }

  .button-buy {
    width: 100%;
    font-size: 16px;
  }
}

#w-node-_1072b25d-613e-0d8c-da48-5b4e3b01ee21-f75125cc, #w-node-_01b50ace-fc61-222d-5f8d-f8ac4a819c35-f75125cc, #w-node-_963ddbc4-360a-4dd2-66f3-95dc0eb3235b-f75125cc, #w-node-e484d1d6-f480-8723-aec6-8140a93762b6-f75125cc, #w-node-_51ba0eb3-7326-8b9d-82db-9db2651e88fd-f75125cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f21674e-7f5a-0375-39b6-1f60161f8b74-f75125cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_821681a3-2d81-a1b4-712c-d9a8bd5a6f2b-f75125cc, #w-node-ea6241a8-764f-8a75-76a5-730caa9a4cba-f75125cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00fa4c57-a41d-aadd-d1e4-694a7700c723-f75125cc {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_7634933a-3d42-a3e3-2990-b23431ba1299-f75125cc, #w-node-d1951c18-f38f-a4d3-422e-4fdb7b703c4b-f75125cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_389de31b-4a3e-f207-3ca6-7a5913267642-f75125cc {
  justify-self: end;
}

#w-node-_389de31b-4a3e-f207-3ca6-7a5913267645-f75125cc {
  justify-self: start;
}

#w-node-_7e1d8071-b71e-151a-268e-34b351316363-f75125cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a5938ea-4650-06ad-931b-d4c84a7c32e3-f75125cc {
  justify-self: end;
}

#w-node-_2a5938ea-4650-06ad-931b-d4c84a7c32e5-f75125cc {
  justify-self: start;
}

#w-node-_2a5938ea-4650-06ad-931b-d4c84a7c32e8-f75125cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_00fa4c57-a41d-aadd-d1e4-694a7700c723-f75125cc {
    justify-self: center;
  }
}


