:root {
  --text-black: #101828;
  --text-grey: #667085;
  --primary: #1570ef;
  --black: black;
  --off-white: #f9fafb;
  --white: white;
}

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

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);
  margin-right: 10px;
  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: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-left: 3px solid #f2f4f7;
  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-left-color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.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 rgba(0, 0, 0, 0);
  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: #000;
  margin-bottom: 0;
}

.paragraph.regular {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

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

.paragraph.small {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

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

.paragraph.regular-copy {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  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);
  min-height: 100vh;
}

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

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

.spacer._48 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  width: 48px;
}

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

._12-columns {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: 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 none var(--text-black);
  background-color: var(--off-white);
  color: var(--primary);
  padding: 100px 10px 100px 0;
}

.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(--primary);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 0;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  transition: box-shadow .2s, background-color .2s;
}

.button:hover {
  box-shadow: 0 10px 20px -5px rgba(21, 112, 239, .2);
}

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

.button.wei {
  background-color: var(--white);
  color: var(--primary);
}

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

.text-box.datenschutz {
  max-width: none;
}

.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 rgba(21, 112, 239, .2);
}

.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-vertical.padding-huge {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-vertical.padding-huge-copy {
  padding-top: 150px;
  padding-bottom: 150px;
}

.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-top.margin-small {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 0;
  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;
}

.navigation {
  z-index: 99;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1);
}

.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 {
  color: #000;
  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 rgba(102, 112, 133, .2);
  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);
}

.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;
  background-color: rgba(0, 0, 0, 0);
  max-width: 130%;
  position: absolute;
  top: -4%;
  bottom: 0%;
  left: -14%;
  right: 0%;
}

.points-section {
  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 rgba(16, 24, 40, .02), 0 20px 24px -4px rgba(16, 24, 40, .03);
}

.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 {
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.heading.medium-copy {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

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

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

.value-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 rgba(16, 24, 40, .1);
}

.value-image.main-image {
  width: 160px;
  position: static;
}

.value-image.person-1 {
  width: 90px;
  height: 90px;
  top: 6%;
  bottom: auto;
  left: 23%;
  right: auto;
}

.value-image.person-2 {
  width: 64px;
  height: 64px;
  top: 19%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.value-image.person-3 {
  width: 70px;
  top: 32%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.value-image.person-4 {
  width: 80px;
  top: auto;
  bottom: 26%;
  left: auto;
  right: 5%;
}

.value-image.person-5 {
  width: 105px;
  top: auto;
  bottom: 8%;
  left: 9%;
  right: auto;
}

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

.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;
  top: auto;
  bottom: -4%;
  left: auto;
  right: -5%;
  box-shadow: 0 4px 6px rgba(16, 24, 40, .1), 0 12px 16px -4px rgba(16, 24, 40, .1);
}

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

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

.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-slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

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

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

.cta-2-card {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  padding: 25px;
  display: flex;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .1), 0 12px 16px -4px rgba(16, 24, 40, .1);
}

.cta-2-card-image {
  border-radius: 50%;
  width: 160px;
  margin-bottom: 40px;
}

.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: 15px;
  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 {
  border-radius: 16px;
}

.tab-pane {
  height: 100%;
}

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

.footer-link {
  color: var(--text-black);
  margin-right: 10px;
  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;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 15px;
}

.heading-2 {
  margin-top: 0;
  line-height: 1.4;
}

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

.form-block {
  width: 100%;
}

.text-field {
  border-radius: 8px;
  height: 50px;
}

.paragraph-3 {
  color: #000;
}

.text-field-2 {
  border-radius: 8px;
  height: 100px;
  min-height: 100px;
  padding-top: 12px;
}

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

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

.cta-2-card-copy {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 25px;
  display: flex;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .1), 0 12px 16px -4px rgba(16, 24, 40, .1);
}

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

.button-copy:hover {
  box-shadow: 0 10px 20px -5px rgba(21, 112, 239, .2);
}

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

.body {
  font-weight: 300;
}

.testimonial-paragraph-2 {
  color: #101828;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.5;
}

.link-2 {
  color: var(--text-black);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

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

.mask {
  flex: 0 auto;
}

.slide {
  position: static;
}

.cta-2-content-wrapper-copy {
  margin-bottom: 50px;
}

.italic-text {
  font-size: 20px;
  line-height: 1;
}

.div-block {
  background-image: url('../images/logo_final_rgb_72dpi1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0%;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}

.div-block-copy {
  background-image: url('../images/Logo_LLH.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0%;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}

.slide-2 {
  height: auto;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  height: 70vh;
  display: flex;
}

.mask-2 {
  height: auto;
}

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

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 50px;
}

.text-block {
  font-size: 20px;
}

.code-embed {
  width: 100%;
}

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

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

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

  .button-copy {
    position: relative;
  }
}

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

  .points-section {
    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, .tab-pane {
    height: auto;
  }

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

  .footer-text-block, .cta-2-card-copy {
    width: auto;
  }

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

@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: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .container-medium {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .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-vertical.padding-huge {
    padding-bottom: 0;
  }

  .padding-vertical.padding-huge-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .margin-top.margin-small {
    width: 100%;
  }

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

  .header-content-wrapper {
    align-items: flex-start;
  }

  .points-grid {
    padding-left: 23px;
    padding-right: 23px;
  }

  .points-content-wrapper {
    margin-bottom: 25px;
  }

  .heading.medium, .heading.medium-copy {
    font-size: 30px;
    line-height: 1.2;
  }

  .about-grid {
    margin-bottom: 50px;
  }

  .cta-heading {
    font-size: 30px;
    line-height: 1.2;
  }

  .left-arrow {
    margin-top: 0;
  }

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

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

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

  .author-role {
    font-size: 12px;
    line-height: 22px;
  }

  .right-arrow {
    margin-top: 0;
  }

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

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

  .tabs-img {
    border-radius: 14px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .container-large-copy.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;
  }

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

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

  .testimonial-paragraph-2 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
  }

  .link-2 {
    display: none;
  }

  .mask {
    flex: 0 auto;
  }

  .italic-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .div-block, .div-block-copy {
    width: 80px;
    height: 80px;
  }

  .slide-2 {
    margin-bottom: 0;
    position: static;
  }

  .slider {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 50px;
  }

  .mask-2 {
    height: auto;
  }

  .slide-nav-2 {
    display: none;
  }

  .image, .image-2 {
    max-width: 40%;
  }

  .italic-text-2 {
    font-size: 15px;
    line-height: 1.2;
  }
}

#w-node-_1072b25d-613e-0d8c-da48-5b4e3b01ee21-24276d99, #w-node-_01b50ace-fc61-222d-5f8d-f8ac4a819c35-24276d99, #w-node-_963ddbc4-360a-4dd2-66f3-95dc0eb3235b-24276d99, #w-node-e484d1d6-f480-8723-aec6-8140a93762b6-24276d99, #w-node-_51ba0eb3-7326-8b9d-82db-9db2651e88fd-24276d99, #w-node-_7634933a-3d42-a3e3-2990-b23431ba1299-24276d99, #w-node-d1951c18-f38f-a4d3-422e-4fdb7b703c4b-24276d99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_821681a3-2d81-a1b4-712c-d9a8bd5a6f2b-24276d99, #w-node-ea6241a8-764f-8a75-76a5-730caa9a4cba-24276d99, #w-node-_00fa4c57-a41d-aadd-d1e4-694a7700c723-24276d99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56b3e145-2441-bd62-8739-32f717c3c8e9-24276d99 {
  justify-self: end;
}

#w-node-_56b3e145-2441-bd62-8739-32f717c3c8eb-24276d99 {
  justify-self: start;
}

#w-node-dba9fc50-8d31-66a6-7cb5-ed358c7c1132-24276d99 {
  justify-self: end;
}

#w-node-dba9fc50-8d31-66a6-7cb5-ed358c7c1134-24276d99 {
  justify-self: start;
}

#w-node-a440ef9c-6eeb-4418-0953-a3260e9353fa-24276d99 {
  justify-self: end;
}

#w-node-a440ef9c-6eeb-4418-0953-a3260e9353fc-24276d99 {
  justify-self: start;
}

#w-node-_0a95e660-a409-ab2b-ee8e-60f50a147429-24276d99 {
  justify-self: end;
}

#w-node-_0a95e660-a409-ab2b-ee8e-60f50a14742b-24276d99 {
  justify-self: start;
}

#w-node-_65a5e370-7436-4988-4fd3-b28ec680adfc-24276d99 {
  justify-self: end;
}

#w-node-_65a5e370-7436-4988-4fd3-b28ec680adfe-24276d99 {
  justify-self: start;
}

#w-node-a7cd3032-5692-d545-cf9d-ee83169a7194-24276d99 {
  justify-self: end;
}

#w-node-a7cd3032-5692-d545-cf9d-ee83169a7196-24276d99 {
  justify-self: start;
}

#w-node-_871e815e-b5e5-0e8b-6f9a-6d20410b58f7-24276d99 {
  justify-self: end;
}

#w-node-_871e815e-b5e5-0e8b-6f9a-6d20410b58f9-24276d99 {
  justify-self: start;
}

#w-node-_51f66bcb-e44c-ab0a-a91e-dca92f6b598e-24276d99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51f66bcb-e44c-ab0a-a91e-dca92f6b5986-24276d99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_00fa4c57-a41d-aadd-d1e4-694a7700c723-24276d99, #w-node-_51f66bcb-e44c-ab0a-a91e-dca92f6b598e-24276d99 {
    justify-self: center;
  }
}


