:root {
  --link-color--link-primary: var(--base-color-brand--talentia-purple);
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--talentia-dark-purple);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--talentia-light-blue: #3ddeed;
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-brand--talentia-purple: #bb00d4;
  --base-color-brand--talentia-dark-purple: #5c1779;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --base-type-brand--main: tt-commons-pro, sans-serif;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-brand--talentia-dark-purple);
}

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

.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-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: #000;
  font-family: tt-commons-pro, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small.rotate-90 {
  transform: rotate(90deg);
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

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

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

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.padding-global.padding-section-header {
  padding-top: 120px;
  padding-bottom: 130px;
}

.text-weight-normal {
  font-weight: 400;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

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

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

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

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

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

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.ongoing-support {
  padding-top: 0;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #ddd0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_brand {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu {
  background-color: var(--background-color--background-primary);
  border-radius: 5px;
}

.nav_menu_link {
  padding: 1rem;
}

.nav_menu_link:hover {
  color: var(--background-color--background-tertiary);
}

.nav_menu_link.w--current {
  color: var(--link-color--link-primary);
}

.nav_menu_link.dropdown {
  padding-right: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  background-color: var(--background-color--background-primary);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.tps-header_logos-talentia {
  object-fit: contain;
  height: 55px;
}

.tps-header_logos-divider {
  background-color: #ac8dcd;
  background-image: linear-gradient(#3ddeed, #3ddeed 13%, #bb00d4 83%, #bb00d4);
  width: 1px;
  height: 55px;
}

.tps-header_logos-suporting-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.tps-header_logos-supporting {
  height: 55px;
}

.padding-hero-content {
  padding-left: 2.5rem;
}

.padding-hero-content.contact-us-page {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tps-home-hero_heading {
  font-size: 2.5rem;
  font-weight: 700;
}

.tps-home-hero_absolute-wave {
  background-image: url('../images/hero-wave.svg');
  background-position: 100%;
  background-size: cover;
  width: 250px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -250px;
}

.tps-home-hero_grid-content-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
}

.tps-home-hero_component {
  position: relative;
  overflow: hidden;
}

.tps-home-hero_grid-content {
  background-color: #fff;
  flex: 0 auto;
  height: 80vh;
  position: relative;
}

.tps-home-hero_grid-content.no-max-height {
  height: auto;
}

.tps-home-hero_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  display: grid;
}

.tps-home-hero_grid.no-max-height {
  height: auto;
}

.tps-home-hero_absolute-background {
  background-image: url('../images/Website-headers-e1683626522260.png');
  background-position: 100%;
  background-size: cover;
  width: 75vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -75vw;
}

.tps-home-hero_absolute-background.our-approach {
  background-image: url('../images/IMG_9364-copy.jpeg');
}

.tps-home-hero_absolute-background.why-invest {
  background-image: url('../images/DTS-SEPTEMBER2020-75-copy.jpeg');
  background-position: 100%;
  background-size: cover;
}

.tps-home-hero_absolute-background.our-services {
  background-image: url('../images/IMG_9480-copy.jpeg');
  background-position: 100%;
}

.tps-home-hero_absolute-background.case-studies {
  background-image: url('../images/IMG_7663-copy.jpeg');
  background-position: 100%;
  background-size: cover;
}

.tps-content-inner {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 480px;
  display: flex;
  position: relative;
}

.tps-home-hero_button-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #bb00d4;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button-primary.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary.submit {
  margin-top: 2rem;
}

.hero-divider {
  height: 131px;
  transform-style: preserve-3d;
  background-image: url('../images/hero-bottom-triangles.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -131px;
  margin-bottom: -1px;
  position: relative;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.hero-divider.transparent {
  background-image: url('../images/hero-bottom-triangles-transparent.svg');
  margin-top: 0;
  margin-bottom: -68px;
}

.hero-divider.reverse {
  transform-style: preserve-3d;
  margin-top: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.tps-home-hero_feature {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.image {
  width: 24px;
  height: 24px;
}

.tps-home-hero_feature-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 1rem;
  display: flex;
}

.tps-home-section_heading {
  font-size: 2rem;
}

.tps-home-section_heading.with-padding {
  margin-bottom: 5rem;
}

.tps-home-section_heading.with-padding.centre, .tps-home-section_heading.centre {
  text-align: center;
}

.tps-image-grid_secondary {
  border-radius: 14px;
  max-width: 56%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tps-home-section {
  color: #fff;
  background-color: #5c1779;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.tps-home-section.white {
  color: #000;
  background-color: #fff;
}

.tps-home-section.white.our-approach {
  display: none;
}

.tps-home-section.white.services {
  overflow: visible;
}

.tps-home-section.white.ongoing-support {
  padding-top: 0;
}

.tps-action-button-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.tps-image-grid_main {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.tps-image-grid {
  position: relative;
}

.tps-section-50-50 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #bb00d4;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.button-primary-2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-bottom-divider {
  height: 131px;
  transform-style: preserve-3d;
  background-image: url('../images/hero-bottom-triangles.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1px;
  margin-bottom: 0;
  position: relative;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.white-bottom-divider.sunk {
  transform: rotate(0);
}

.tpl-footer_quick-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .9rem;
  display: flex;
}

.tps-footer_section-heading {
  font-size: 1.5rem;
}

.copyright-year {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.tpl-footer_partner-logo {
  height: 71px;
}

.tps-footer_connect-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 350px;
  display: flex;
}

.copyright-text {
  margin-bottom: 0;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
  line-height: 28px;
}

.multi-stack {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.multi-stack.small-stack {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.fs-styleguide_row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tps-footer_quick-links-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.tps-footer_inner {
  justify-content: space-between;
  display: flex;
}

.tpl-footer_quick-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tps-footer_logo-section {
  max-width: 379px;
}

.tps-footer_icon-link {
  color: #fff;
  background-color: #5c1779;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.icon-1x1-tiny {
  flex: none;
  width: .8rem;
  height: .8rem;
  font-size: .8rem;
}

.icon-1x1-tiny.purple {
  color: #5c1779;
}

.tps-footer_logo {
  height: 100px;
}

.tpl-footer_partner-logo-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.tps-home-section-with-sink {
  color: #fff;
  background-color: #5c1779;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.page-header_heading {
  font-size: 2.7rem;
}

.button-svg-image {
  width: 1rem;
  height: 1rem;
}

.button-svg-image.linearicon {
  width: 20px;
  height: 20px;
}

.tps-home-section_50-50 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tps-home-section_50-50.central {
  align-items: center;
}

.fact-source {
  text-align: right;
  font-size: 1rem;
}

.fact-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fact {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--background-color--background-primary);
  max-width: 500px;
  color: var(--text-color--text-primary);
  border-radius: 5px;
  flex-direction: column;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fact.grey {
  background-color: var(--border-color--border-primary);
}

.fact-icon {
  width: 48px;
  height: 48px;
}

.fact-icon-container {
  background-color: var(--background-color--background-primary);
  border-radius: 100%;
  padding: 8px;
  position: absolute;
  top: -40px;
  left: -40px;
  box-shadow: 0 2px 5px #0003;
}

.bottom-divider {
  z-index: 10;
  background-image: url('../images/hero-bottom-triangles.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 131px;
  margin-top: -1px;
  margin-bottom: 0;
  position: relative;
  transform: rotate(0);
}

.faq-h3 {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-h3.noselect {
  color: #0b1033;
  font-size: 18px;
  font-weight: 600;
}

.faq-paragraph {
  color: #000;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.tps-shiny-steps {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 100px;
}

.tps-shiny-steps_step-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.tps-shiny-steps_step-inner {
  background-color: var(--background-color--background-secondary);
  background-image: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  display: flex;
  box-shadow: 0 8px 5px -4px #0003;
}

.faq-circle {
  border: 1px solid #3ddeed;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  display: flex;
}

.faq {
  cursor: pointer;
  border: 1.3px solid #3ddeed;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 80px;
  padding: 20px 30px;
  transition: all .2s;
  display: flex;
}

.faq:hover {
  box-shadow: 0 1px 13px #3d516929;
}

.faq-content {
  overflow: hidden;
}

.tps-shiny-steps_divider {
  width: 4px;
  height: 4rem;
}

.faq-icon.noselect {
  width: 10px;
  height: 10px;
}

.tps-shiny-steps_divider-inner {
  background-color: #bb00d4;
  background-image: linear-gradient(#b71bd5, #51d2eb);
  width: 100%;
  height: 100%;
}

.faq-question-wrap {
  margin-bottom: 20px;
}

.general-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.faq-circle-2 {
  border: 1px solid #00d563;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  display: flex;
}

.paragraph {
  color: #445567;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.faq-2 {
  cursor: pointer;
  border: 1.3px solid #00d563;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 80px;
  padding: 20px 30px;
  transition: all .2s;
  display: flex;
}

.faq-2:hover {
  box-shadow: 0 1px 13px #3d516929;
}

.display-3 {
  color: #211f54;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.display-3.accordion-big-number {
  width: 92px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-big-number-wrapper {
  display: flex;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 730px;
}

.accordion-btn-line {
  background-color: #211f54;
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.v2 {
  width: 28px;
}

.accordion-item-wrapper {
  cursor: pointer;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0;
}

.accordion-item-wrapper.v2:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v2.first {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-item-wrapper.v2.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper.v3 {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  overflow: visible;
}

.accordion-item-wrapper.v3:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v3.first {
  border-top-width: 0;
  padding-top: 0;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

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

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.tps-home-section_30-70-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tps-home-section_30-70-copy.central {
  align-items: center;
}

.tps-home-section_30-70-copy.align-top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: start;
}

.fact-container-faq {
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
}

.fact-icon-faq {
  width: 24px;
  height: 24px;
}

.fact-icon-container-faq {
  background-color: var(--background-color--background-primary);
  border-radius: 100%;
  padding: 8px;
  position: absolute;
  top: -20px;
  left: -20px;
  box-shadow: 0 2px 5px #0003;
}

.bg-gradient {
  background-image: radial-gradient(circle, #550e74, #000);
  position: absolute;
  inset: 0%;
}

.tpl-final-cta_text-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.bg-black {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.tpl-final-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.tps-home-section-with-sink-2 {
  color: #fff;
  background-color: #5c1779;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.tps-home-section-with-sink-2.dark {
  color: #fff;
}

.white-bottom-divider-2 {
  z-index: 10;
  height: 131px;
  transform-style: preserve-3d;
  background-image: url('../images/hero-bottom-triangles.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1px;
  margin-bottom: 0;
  position: relative;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.white-bottom-divider-2.sunk {
  margin-top: -131px;
}

.nav_menu-box-shadow {
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--background-color--background-primary);
  box-shadow: -5px 12px 5px #0003;
}

.step-number {
  color: #fdfdfd80;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-weight: 700;
  display: flex;
}

.modular-quote-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.home-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 740px;
  display: flex;
}

.process-step {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  opacity: .71;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: grid;
}

.process-step._1 {
  grid-template-columns: 1fr auto 1fr;
}

.step-heading {
  color: #fff;
  text-align: right;
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.process-steps-wrap {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dotted-line-container {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  display: flex;
}

.home-component {
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.timeline-container {
  position: relative;
}

.modular-quote-content {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #bb00d4;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  display: flex;
  position: absolute;
  top: -100%;
}

.design-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.understand-contents {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #bb00d4;
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  padding: 20px 24px;
  display: flex;
  position: absolute;
  top: -100%;
}

.understand-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.home-task-content {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #bb00d4;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  display: flex;
  position: absolute;
  top: -100%;
}

.dotted-line {
  border-right: 1px dashed #ffffff80;
  align-self: center;
  width: 1px;
  height: 60px;
}

.deliver-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.deliver-content {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #bb00d4;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  display: flex;
  position: absolute;
  top: -100%;
}

.support-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.support-content {
  z-index: 999;
  grid-row-gap: 12px;
  background-color: #bb00d4;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 24px;
  display: flex;
  position: absolute;
  top: -100%;
}

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

.button-white {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  text-align: center;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button-white.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-white.is-icon.book-session {
  font-size: 1rem;
}

.steps-button-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.tabs-wrapper.tabs-left {
  display: flex;
}

.tabs-wrapper.tabs-left.accordion-v8 {
  align-items: flex-start;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu.tabs-vertical {
  flex-direction: column;
  margin-bottom: 0;
}

.tabs-menu.tabs-vertical.width-226px {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 226px;
  margin-right: 130px;
  position: sticky;
  top: 100px;
}

.btn-circle-secondary {
  color: #211f54;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-circle-secondary.small.accordion-btn:hover {
  background-color: #fff;
  border-color: #eff0f6;
}

.badge-secondary {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.badge-secondary.tabs {
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 700;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover, .badge-secondary.tabs.w--current {
  border-color: var(--background-color--background-tertiary);
  background-color: var(--background-color--background-tertiary);
  color: #fff;
}

.badge-secondary.tabs.vertical {
  margin: 0 0 24px;
}

.tabs-content {
  overflow: visible;
}

.services-rich-text-paragraph {
  margin-bottom: 1rem;
}

.services-tab-header {
  border-left: 4px solid var(--background-color--background-tertiary);
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.services-tab-header.approach {
  color: var(--text-color--text-primary);
}

.list-item {
  list-style-type: none;
}

.services-accordian-icon {
  width: 24px;
  height: 24px;
}

.slider {
  height: 600px;
  color: var(--text-color--text-primary);
  flex: 1;
}

.color-block {
  background-image: linear-gradient(to bottom, var(--background-color--background-tertiary), var(--base-color-brand--talentia-light-blue));
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 50px 41px;
  display: flex;
}

.color-block.alt-1 {
  background-image: linear-gradient(#fbc2eb, #a6c1ee);
}

.color-block.alt-2 {
  background-image: linear-gradient(#43e97b, #38f9d7);
}

.review-button {
  color: var(--text-color--text-primary);
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .5s;
}

.review-button:hover {
  color: #fff;
  background-color: #535353;
}

.review-button.alt {
  color: #a6c1ee;
}

.review-button.alt-2 {
  color: #38f9d7;
}

.slider-nav {
  inset: auto 0% 0%;
}

.quotes {
  color: #fee140;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 99px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -29% 8% auto auto;
}

.quotes.alt-1 {
  color: #a6c1ee;
}

.quotes.alt-2 {
  color: #38f9d7;
}

.slide-photo.photo-1 {
  background-image: url('../images/fabio-spinelli-695744-unsplash-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-photo.photo-2 {
  background-image: url('../images/jurica-koletic-317414-unsplash-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-photo.photo-3 {
  background-image: url('../images/chelsea-ferenando-201352-unsplash-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.right-arrow {
  color: #fee140;
  inset: 0% -8% 0% auto;
}

.review-logo {
  opacity: .5;
  height: 32px;
  margin-top: 20px;
}

.content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.left-arrow {
  color: #fee140;
  inset: 0% auto 0% -8%;
}

.slide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-2 {
  width: 99px;
  height: 99px;
}

.div-block {
  position: absolute;
  top: -21%;
  right: 8%;
}

.icon, .icon-2 {
  color: var(--background-color--background-tertiary);
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.testimonial-left-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.testimonial-trim-line {
  background-color: var(--background-color--background-secondary);
  width: 60%;
  height: 4px;
}

.image-3 {
  width: 50%;
}

.testimonial-highlight {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-contact-image {
  object-fit: fill;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}

.testimonial-contact-name {
  font-size: .9rem;
  font-style: italic;
}

.testimonial-contact-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.heading {
  font-size: 2rem;
}

.select-field {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
}

.div-block-3 {
  display: none;
}

.accordion-item-wrapper-aproach {
  cursor: pointer;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.accordion-item-wrapper-aproach:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper-aproach.v2 {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0;
}

.accordion-item-wrapper-aproach.v2:hover {
  transform: translate(8px);
}

.accordion-item-wrapper-aproach.v2.first {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-item-wrapper-aproach.v2.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper-aproach.v3 {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  overflow: visible;
}

.accordion-item-wrapper-aproach.v3:hover {
  transform: translate(8px);
}

.accordion-item-wrapper-aproach.v3.first {
  color: var(--text-color--text-primary);
  border-top-width: 0;
  padding: 40px;
}

.button-purple {
  background-color: var(--background-color--background-tertiary);
  color: var(--link-color--link-alternate);
  text-align: center;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button-purple.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-purple.is-icon.book-session {
  font-size: 1rem;
}

.nav-menu-link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-color--text-primary);
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.nav-menu-link-block:hover {
  color: var(--link-color--link-primary);
}

.nav-menu-link-block-text {
  white-space: nowrap;
}

.paragraph-3 {
  max-width: 500px;
  margin-bottom: 1rem;
}

.why-invest-left-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.services-sub-heading {
  font-size: 2rem;
}

.services-left-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.faq-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.faq-menu-item-label {
  background-color: #0000;
  max-width: 64ch;
  text-decoration: none;
}

.faq-menu-wrapper {
  width: 30%;
  height: 100%;
  position: sticky;
  top: 6rem;
}

.faq-container-2 {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-question-label {
  color: #3c3d49;
  background-color: #0000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-answer-p {
  line-height: 1.5em;
}

.faq-group-row {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.faq-menu-item {
  color: #20202466;
  flex: none;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq-menu-item.w--current {
  box-shadow: none;
  color: #3c3d49;
  border-radius: 999px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: color .3s, font-size .3s;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.faq-menu-title {
  width: 100%;
  padding: 1rem 2rem;
}

.faq-groups-wrapper {
  width: 70%;
  padding: 1rem;
  position: static;
  left: 30%;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.faq-menu-title-label {
  font-size: 2rem;
  line-height: 1.5em;
}

.accent-color {
  color: #454dec;
}

.faq-container-3 {
  flex-direction: row;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-section {
  background-image: linear-gradient(#faf9fa, #fff);
  padding: 2rem 2rem 0;
  position: relative;
}

.about-us-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-us-image {
  border-radius: 100%;
  width: 200px;
}

.about-us-blurb {
  max-width: 500px;
}

.about-us-title {
  color: #696969;
  text-align: center;
  font-weight: 300;
}

.talentia-field {
  border-radius: 10px;
}

.tps-testimonial-section {
  color: #fff;
  background-color: #5c1779;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.tps-testimonial-section.white {
  color: #000;
  background-color: #fff;
}

.tps-testimonial-section.white.our-approach {
  display: none;
}

.tps-testimonial-section.white.services {
  overflow: visible;
}

.tps-testimonial-section.white.ongoing-support {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

  .nav_menu_link {
    text-align: center;
  }

  .nav_menu_link.dropdown {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    display: flex;
  }

  .nav_menu_link.dropdown.w--open {
    color: var(--background-color--background-tertiary);
    box-shadow: 0 -6px 5px -6px #0003;
  }

  .nav_button {
    background-color: var(--background-color--background-primary);
    color: #fff;
  }

  .nav_button.w--open {
    background-color: var(--background-color--background-primary);
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .tps-home-hero_absolute-background {
    background-position: 48%;
  }

  .multi-stack.footer {
    flex-direction: column;
  }

  .tps-footer_inner {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .copyright-text-wrapper {
    order: 1;
  }

  .faq {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-question-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .display-3.accordion-big-number {
    width: 220px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2:hover, .accordion-item-wrapper.v3:hover {
    transform: translate(6px);
  }

  .tpl-final-cta {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

  .dropdown-list.w--open {
    padding-bottom: .5rem;
    position: static;
    box-shadow: -5px 6px 5px -6px #0003;
  }

  .tabs-menu.tabs-vertical.width-226px {
    max-width: 220px;
    margin-right: 60px;
  }

  .color-block {
    justify-content: center;
  }

  .review-button {
    margin-top: 30px;
  }

  .quotes {
    top: -28%;
  }

  .right-arrow {
    right: -10%;
  }

  .left-arrow {
    left: -10%;
  }

  .icon-3 {
    color: var(--background-color--background-tertiary);
    font-size: 2rem;
  }

  .dropdown-2 {
    text-align: center;
    display: block;
  }

  .accordion-item-wrapper-aproach {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper-aproach.v2:hover, .accordion-item-wrapper-aproach.v3:hover {
    transform: translate(6px);
  }

  .icon-4 {
    clear: none;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .text-block {
    clear: none;
  }

  .nav-menu-link-block {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .faq-menu {
    z-index: 9999999;
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-menu-wrapper {
    z-index: 9999;
    background-color: #fff;
    border-radius: .5rem;
    width: 100%;
    top: 1rem;
    box-shadow: 0 25px 50px -12px #00000026;
  }

  .faq-container-2 {
    flex-direction: column;
  }

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-menu-item.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-container-3 {
    flex-direction: column;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

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

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

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

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

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

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

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

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

  .tps-header_logos-talentia {
    height: 40px;
  }

  .tps-header_logos-divider {
    display: none;
  }

  .tps-header_logos-supporting {
    height: 40px;
  }

  .padding-hero-content {
    padding-left: 1.25rem;
  }

  .tps-home-hero_heading {
    font-size: 2rem;
  }

  .tps-home-hero_absolute-wave {
    right: -188px;
  }

  .tps-home-hero_grid-content-text {
    padding-top: 182px;
  }

  .tps-home-hero_grid-content-text.home-page {
    padding-top: 100px;
  }

  .tps-home-hero_grid-content-text.why-use-us {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .tps-home-hero_grid-content {
    height: auto;
  }

  .tps-home-hero_grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .tps-content-inner {
    max-width: 500px;
  }

  .tps-home-hero_paragraph {
    font-size: 1rem;
  }

  .tps-home-hero_feature {
    font-size: .9rem;
  }

  .tps-home-section.white.our-approach {
    display: block;
  }

  .tps-section-50-50 {
    flex-direction: column;
    display: flex;
  }

  .copyright-year, .copyright-text {
    font-size: 14px;
    line-height: 26px;
  }

  .copyright-text-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tps-home-section_50-50 {
    flex-direction: column;
    display: flex;
  }

  .fact-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 40px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2, .accordion-item-wrapper.v3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tps-home-section_30-70-copy {
    flex-direction: column;
    display: flex;
  }

  .tps-home-section_30-70-copy.align-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
  }

  .tps-home-section-with-sink-2.our-step-by-step-process {
    display: none;
  }

  .home-wrapper {
    min-width: auto;
  }

  .tabs-wrapper.tabs-left {
    flex-direction: column;
  }

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

  .tabs-menu.tabs-vertical.width-226px {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    position: static;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.tabs {
    margin: 8px;
  }

  .badge-secondary.tabs.vertical {
    margin-bottom: 14px;
  }

  .color-block {
    padding: 10px;
  }

  .review-text {
    font-size: 16px;
    line-height: 1.5em;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

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

  .testimonial-left-col {
    justify-content: space-between;
    align-items: stretch;
  }

  .testimonial-contact-container {
    justify-content: center;
    align-items: center;
  }

  .accordion-item-wrapper-aproach {
    padding: 40px 24px;
  }

  .accordion-item-wrapper-aproach.v2, .accordion-item-wrapper-aproach.v3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .why-invest-left-col, .services-left-col {
    justify-content: space-between;
    align-items: stretch;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .faq-menu-item.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-title {
    padding: 1rem 1rem .5rem;
  }

  .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-title-label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

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

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

  .tps-testimonial-section.white.our-approach {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .tps-header_logos-suporting-container {
    margin-bottom: 1rem;
    display: none;
  }

  .padding-hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tps-home-hero_absolute-wave {
    position: static;
    right: 14px;
  }

  .tps-home-hero_grid-content-text {
    padding-top: 207px;
    padding-bottom: 136px;
  }

  .tps-home-hero_grid {
    grid-template-columns: 1fr;
  }

  .tps-home-hero_absolute-background.our-services {
    position: static;
  }

  .tps-home-hero_button-container, .tps-action-button-container, .tps-footer_icon-link {
    justify-content: center;
    align-items: center;
  }

  .copyright-text-wrapper {
    grid-row-gap: 8px;
  }

  .faq-paragraph {
    margin-left: 15px;
  }

  .faq-circle {
    margin-bottom: 9px;
  }

  .faq {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .faq-circle-2 {
    margin-bottom: 9px;
  }

  .paragraph {
    margin-left: 15px;
  }

  .faq-2 {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .display-3 {
    font-size: 24px;
    line-height: 35px;
  }

  .display-3.accordion-big-number {
    display: none;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .fact-container-faq {
    padding-left: 25px;
    padding-right: 25px;
    font-size: .9rem;
  }

  .step-number {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }

  .process-step {
    grid-column-gap: 10px;
  }

  .step-heading {
    font-size: 12px;
    line-height: 1.3;
  }

  .modular-quote-content, .understand-contents, .home-task-content {
    padding: 10px;
  }

  .dotted-line {
    height: 40px;
  }

  .deliver-content, .support-content {
    padding: 10px;
  }

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

  .btn-circle-secondary.small.accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    flex: none;
    width: 100%;
    height: auto;
  }

  .color-block {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-button {
    margin-top: 10px;
  }

  .slider-nav {
    display: none;
  }

  .quotes {
    inset: -379% 3% auto auto;
  }

  .slide-photo {
    z-index: 3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 37%;
  }

  .right-arrow {
    display: none;
  }

  .content-wrap {
    z-index: 2;
    padding: 60px 20px 40px;
    top: 0;
  }

  .left-arrow {
    display: none;
  }

  .slide-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .accordion-item-wrapper-aproach.v3.first {
    padding: 20px;
  }

  .faq-sticky-title-hidden-mobile {
    font-size: 1rem;
  }
}

#w-node-be92d662-2b41-0fa0-6c9e-03864c74122c-9d462659, #w-node-f7c4c6ec-c6cc-3590-fd7e-46ec34deb5dd-9d462659, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-9d46265c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-9d46265c {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-9d46265c, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-9d46265c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-9d46265c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-9d46265c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-9d46265c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-9d46265c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-9d46265c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-9d46265c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-9d46265c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-9d46265c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-9d46265c, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-9d46265c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-9d46265c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-9d46265c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-9d46265c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-9d46265c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-9d46265c {
  justify-self: start;
}

#w-node-_37bedee9-63d4-fc2f-621f-8fa4bf95f6d6-60196357, #w-node-_55f5f120-d672-ba64-63f9-d5baf1fc6a28-60196357, #w-node-_55f5f120-d672-ba64-63f9-d5baf1fc6a3c-60196357, #w-node-_6141995b-1633-5ed3-22ce-f1ab4432f592-60196357, #w-node-a4a0aca3-e39f-8993-dc3e-72a56ad7f875-ec8e4d21, #w-node-ad24566e-0e72-7169-196e-f683376aab95-ec8e4d21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_130ba654-cc6d-e54f-2186-5c3c80e577f2-ec8e4d21 {
  justify-self: end;
}

#w-node-_130ba654-cc6d-e54f-2186-5c3c80e577f6-ec8e4d21 {
  place-self: stretch start;
}

#w-node-_130ba654-cc6d-e54f-2186-5c3c80e577ff-ec8e4d21 {
  justify-self: end;
}

#w-node-_130ba654-cc6d-e54f-2186-5c3c80e57803-ec8e4d21 {
  place-self: stretch start;
}

#w-node-_130ba654-cc6d-e54f-2186-5c3c80e5780c-ec8e4d21 {
  justify-self: end;
}

#w-node-_130ba654-cc6d-e54f-2186-5c3c80e57810-ec8e4d21 {
  place-self: stretch start;
}

#w-node-d2b9fb0f-8603-e063-2e0f-1e28537f2498-ec8e4d21 {
  justify-self: end;
}

#w-node-d2b9fb0f-8603-e063-2e0f-1e28537f249c-ec8e4d21 {
  place-self: stretch start;
}

#w-node-ebc46141-77b3-c179-4405-8913b660474c-ec8e4d21 {
  justify-self: end;
}

#w-node-ebc46141-77b3-c179-4405-8913b6604750-ec8e4d21 {
  place-self: stretch start;
}

#w-node-_28a6cf55-191e-6bf4-35ef-945ae8d52677-ec8e4d21 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4a0aca3-e39f-8993-dc3e-72a56ad7f875-5b3f0b5f, #w-node-_105fb246-dd39-6a60-9f52-77f4b15df415-5b3f0b5f, #w-node-_105fb246-dd39-6a60-9f52-77f4b15df417-5b3f0b5f, #w-node-a4a0aca3-e39f-8993-dc3e-72a56ad7f875-601591c2, #w-node-_37bedee9-63d4-fc2f-621f-8fa4bf95f6d6-acdce98d, #w-node-_57c0c3c4-5dbd-f6af-0aa5-9376249b37ed-839cdd66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


