:root {
  --primary-50-501: #fbfbfe;
  --neutral-800: #1a1b23;
  --primary-500: #b2bcf7;
  --neutral-500: #7d82a1;
  --primary-800: #7ed957;
  --primary-200: #f1f3fd;
  --primary-900: #2c3463;
  --primary-700: #657aef;
  --primary-600: #8b9bf3;
  --primary-400: #d8d2fa;
  --primary-300: #e2e6fc;
  --primary-100: #f6f7fe;
  --secondary-900: #fefb53;
  --secondary-800: #fffc55;
  --secondary-700: #fffd7f;
  --secondary-600: #fffeaa;
  --secondary-500: #fffecd;
  --secondary-400: #fffedf;
  --secondary-300: #ffffef;
  --secondary-200: #fffff5;
  --secondary-100: #fefefb;
  --neutral-700: #45495f;
  --neutral-600: #5e6382;
  --neutral-400: #aeb2c7;
  --neutral-300: #dfe1ec;
  --neutral-200: #f2f3f7;
  --neutral-100: #f8f8fb;
  --secondary-neutral-800: #23231a;
  --secondary-neutral-700: #5f5f45;
  --secondary-neutral-600: #82815e;
  --secondary-neutral-500: #a1a07d;
  --secondary-neutral-400: #c7c7ae;
  --secondary-neutral-300: #ececdf;
  --secondary-neutral-200: #f7f7f2;
  --secondary-neutral-100: #fbfbf8;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

body {
  background-color: var(--primary-50-501);
  color: var(--neutral-800);
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  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: 1.5rem;
  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;
}

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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.padding-bottom.padding-new-1 {
  padding-bottom: 39rem;
}

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

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

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

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

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

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

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

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

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

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
  transition: opacity .2s ease-in;
}

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

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

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

.padding-global.relative {
  position: relative;
}

.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-white {
  color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  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 {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  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;
}

.text-weight-bold.text-color-neutral-600.show-less {
  display: none;
}

.text-weight-bold.show-less {
  cursor: pointer;
  display: block;
}

.text-weight-bold.read-more {
  cursor: pointer;
}

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

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.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 {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.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-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  border: .0625rem solid var(--primary-500);
  color: var(--neutral-500);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.form_input::-ms-input-placeholder {
  color: var(--neutral-500);
}

.form_input::placeholder {
  color: var(--neutral-500);
}

.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 {
  width: 100%;
  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;
  display: grid;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-800);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.button.is-text {
  color: var(--primary-800);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.button.is-small {
  padding: .75rem 1.25rem;
  font-size: .875rem;
}

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.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-variant {
  background-color: var(--primary-200);
  color: var(--primary-800);
  padding: .75rem 1.25rem;
  font-size: .875rem;
}

.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;
  align-items: start;
  justify-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;
}

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

.fs-styleguide_color.is-1, .fs-styleguide_color.is-2 {
  background-color: var(--primary-900);
}

.fs-styleguide_color.is-3 {
  background-color: var(--primary-700);
}

.fs-styleguide_color.is-4 {
  background-color: var(--primary-600);
}

.fs-styleguide_color.is-5 {
  background-color: var(--primary-500);
}

.fs-styleguide_color.is-6 {
  background-color: var(--primary-400);
}

.fs-styleguide_color.is-7 {
  background-color: var(--primary-300);
  background-color: #e2e6fc;
}

.fs-styleguide_color.is-8 {
  background-color: var(--primary-200);
  background-color: #f1f3fd;
}

.fs-styleguide_color.is-10 {
  background-color: var(--primary-50-501);
}

.fs-styleguide_color.is-9 {
  background-color: var(--primary-100);
}

.fs-styleguide_color.is-11 {
  background-color: var(--secondary-900);
}

.fs-styleguide_color.is-12 {
  background-color: var(--secondary-800);
}

.fs-styleguide_color.is-13 {
  background-color: var(--secondary-700);
}

.fs-styleguide_color.is-14 {
  background-color: var(--secondary-600);
}

.fs-styleguide_color.is-15 {
  background-color: var(--secondary-500);
}

.fs-styleguide_color.is-16 {
  background-color: var(--secondary-400);
}

.fs-styleguide_color.is-17 {
  background-color: var(--secondary-300);
}

.fs-styleguide_color.is-18 {
  background-color: var(--secondary-200);
}

.fs-styleguide_color.is-19 {
  background-color: var(--secondary-100);
}

.fs-styleguide_color.is-20 {
  background-color: var(--neutral-800);
}

.fs-styleguide_color.is-21 {
  background-color: var(--neutral-700);
}

.fs-styleguide_color.is-22 {
  background-color: var(--neutral-600);
}

.fs-styleguide_color.is-23 {
  background-color: var(--neutral-500);
}

.fs-styleguide_color.is-24 {
  background-color: var(--neutral-400);
}

.fs-styleguide_color.is-25 {
  background-color: var(--neutral-300);
}

.fs-styleguide_color.is-26 {
  background-color: var(--neutral-200);
}

.fs-styleguide_color.is-27 {
  background-color: var(--neutral-100);
}

.fs-styleguide_color.is-28 {
  background-color: #fff;
}

.fs-styleguide_color.is-29 {
  background-color: #000;
}

.fs-styleguide_color.is-30 {
  background-color: var(--secondary-neutral-800);
}

.fs-styleguide_color.is-31 {
  background-color: var(--secondary-neutral-700);
}

.fs-styleguide_color.is-32 {
  background-color: var(--secondary-neutral-600);
}

.fs-styleguide_color.is-33 {
  background-color: var(--secondary-neutral-500);
}

.fs-styleguide_color.is-34 {
  background-color: var(--secondary-neutral-400);
}

.fs-styleguide_color.is-35 {
  background-color: var(--secondary-neutral-300);
}

.fs-styleguide_color.is-36 {
  background-color: var(--secondary-neutral-200);
}

.fs-styleguide_color.is-37 {
  background-color: var(--secondary-neutral-100);
}

.background-color-blue-50 {
  background-color: var(--primary-50-501);
}

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

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

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

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

.text-color-neutral-100 {
  color: var(--neutral-100);
}

.text-color-neutral-300, .text-color-neutral-400 {
  color: var(--neutral-300);
}

.text-color-neutral-600 {
  color: var(--neutral-600);
}

.section-hero {
  position: relative;
}

.navbar {
  z-index: 49;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.nav-menu {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  align-items: center;
  display: flex;
}

.container-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-footer.background-color-black {
  overflow: hidden;
}

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

.link-center {
  justify-content: center;
  display: flex;
}

.section-why-pip {
  z-index: 1;
  background-color: var(--primary-100);
  margin-top: -12.5rem;
  position: relative;
  overflow: hidden;
}

.card {
  padding: 2rem 2rem 3rem;
}

.card.background-color-white {
  border-radius: 2rem;
}

.stats-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.stat {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.carousel {
  z-index: 5;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-container {
  flex: none;
  align-items: center;
  display: flex;
}

.image {
  width: 33.5rem;
}

.tetsimonial {
  min-height: 26.5rem;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem 3rem;
  display: flex;
}

.person-info-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.profile-image {
  width: 4rem;
}

.section-our-impact {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -10.1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.centered-full-width-image {
  width: 120rem;
  max-width: none;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-full-width-image.other {
  width: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-members-who-work {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: -23.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link {
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered-full-width-image-container {
  width: 100%;
  max-width: 120rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.centered-full-width-image-container.other {
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.overlap-wrapper {
  z-index: 7;
  position: absolute;
  left: 0%;
  right: 0%;
}

.overlap-wrapper.other-2 {
  position: relative;
}

.logos {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.logos.hide-desktop {
  display: none;
}

.track {
  display: flex;
}

.brand {
  padding-left: 0;
}

.link-underline {
  width: 0%;
  height: .125rem;
  background-color: var(--primary-800);
}

.link-underline.nav {
  background-color: var(--neutral-800);
}

.button-text {
  grid-row-gap: .25rem;
  color: var(--primary-800);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding-top: .375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
}

.button-text.nav {
  color: var(--neutral-800);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
}

.yellow-circle {
  width: 1rem;
  height: 1rem;
  background-color: var(--secondary-700);
  opacity: 0;
  border-radius: 50%;
  margin-top: .625rem;
}

.main-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.main-button.is-small.nav {
  opacity: 0;
}

.other-button-name {
  opacity: 0;
  margin-top: .5rem;
}

.button-wrapper-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-left-hidden {
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -12.5rem;
}

.section-partners {
  z-index: 8;
  position: relative;
  overflow: hidden;
}

.big-image-decorative {
  width: 28rem;
}

.image-right-hidden {
  display: none;
  position: absolute;
  top: 26rem;
  bottom: auto;
  left: -12.5rem;
  right: auto;
}

.unused-section {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.section-testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-50-501);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: visible;
}

.section-our-numbers {
  z-index: 1;
  display: none;
  position: relative;
  overflow: hidden;
}

.become-a-partner-container {
  width: 32rem;
  border-radius: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
}

.become-a-partner-container.background-color-white {
  position: relative;
}

.close-button {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.modal {
  z-index: 50;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(178, 188, 247, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-message {
  background-color: var(--primary-200);
  border-radius: 1.5rem;
}

.error-message {
  border-radius: 1.5rem;
}

.submit-button {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.yellow-underline-span {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 83%, #fefb53 85%);
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: inline;
}

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

.hide-desktop {
  display: none;
}

.partners-web {
  width: 90%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.partners-mobile {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}

.partners-mobile.hide-desktop {
  display: none;
}

.testimonial-text-container {
  height: 15rem;
  overflow: hidden;
}

.close-button-icon {
  transition: width .2s ease-in;
}

.close-button-icon:hover {
  width: 1rem;
}

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

  .padding-bottom.padding-new-1 {
    padding-bottom: 29rem;
  }

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

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

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

  .text-weight-bold.text-color-neutral-600.read-more {
    display: none;
  }

  .text-weight-bold.text-color-neutral-600.read-more.hide-desktop {
    display: block;
  }

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

  .navbar-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-menu {
    background-color: var(--primary-100);
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .container-grid {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
  }

  .tetsimonial.background-color-blue-50 {
    min-height: 15rem;
  }

  .tetsimonial.background-color-blue-50.hide-desktop {
    display: flex;
  }

  .centered-full-width-image {
    width: 92rem;
  }

  .menu-button {
    background-color: var(--primary-50-501);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--primary-50-501);
  }

  .button-text.nav {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .main-button.is-small.nav {
    opacity: 1;
  }

  .unused-section {
    display: none;
  }

  .menu-icon {
    width: 5rem;
    height: 5rem;
    color: var(--neutral-800);
  }

  .become-a-partner-container {
    width: 37rem;
  }

  .modal {
    display: none;
  }

  .testimonial-text-container {
    height: 7.6rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

  .padding-bottom.padding-new-1 {
    padding-bottom: 22rem;
  }

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

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

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

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

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

  .section-why-pip {
    margin-top: -7.5rem;
  }

  .image {
    width: 20rem;
  }

  .section-our-impact {
    margin-top: -5.3rem;
  }

  .centered-full-width-image {
    width: 81rem;
  }

  .section-members-who-work {
    margin-top: -18.85rem;
  }

  .logos.hide-desktop {
    width: 80%;
    max-width: 32rem;
    display: inline-block;
  }

  .become-a-partner-container {
    width: auto;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .modal {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: none;
  }

  .partners-mobile.hide-desktop {
    width: 80%;
    max-width: 32rem;
    display: inline-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;
  }

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

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

  .form_input {
    font-size: 16px;
  }

  .form_input::-ms-input-placeholder {
    font-size: 1rem;
  }

  .form_input::placeholder {
    font-size: 1rem;
  }

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

  .nav-menu {
    border-bottom-right-radius: 1px;
  }

  .stats-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .centered-full-width-image.other {
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-self: stretch;
  }

  .centered-full-width-image-container.other {
    width: auto;
    justify-content: center;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .logos.hide-desktop {
    width: 90%;
    max-width: 32rem;
  }

  .section-testimonials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .become-a-partner-container {
    padding: 2rem 1.5rem 3rem;
  }

  .modal {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .partners-mobile.hide-desktop {
    width: 100%;
    max-width: 32rem;
  }

  .testimonial-text-container {
    height: 12rem;
  }
}

#w-node-_3f98f7e0-ab14-3928-2f9e-900cdb0a1026-2e297f0c, #w-node-_3b3cd207-986e-539e-0201-c9e9beef9142-2e297f0c, #w-node-_3b3cd207-986e-539e-0201-c9e9beef9143-2e297f0c, #w-node-_3b3cd207-986e-539e-0201-c9e9beef9144-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b3cd207-986e-539e-0201-c9e9beef9146-2e297f0c, #w-node-_3b3cd207-986e-539e-0201-c9e9beef9147-2e297f0c, #w-node-_3b3cd207-986e-539e-0201-c9e9beef9148-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-df67f610-acf0-3478-99af-4fc0f3102085-2e297f0c, #w-node-df67f610-acf0-3478-99af-4fc0f3102086-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-df67f610-acf0-3478-99af-4fc0f3102088-2e297f0c, #w-node-df67f610-acf0-3478-99af-4fc0f3102089-2e297f0c, #w-node-df67f610-acf0-3478-99af-4fc0f310208a-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-b5dc9cf7-54e5-703b-d1aa-58aa20a42c50-2e297f0c {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_5daea2f2-3f1c-07d0-e771-a6cba5280399-2e297f0c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c82c0ca2-d37e-9c15-d812-4474b2d91816-2e297f0c, #w-node-c82c0ca2-d37e-9c15-d812-4474b2d91817-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c82c0ca2-d37e-9c15-d812-4474b2d91819-2e297f0c, #w-node-c82c0ca2-d37e-9c15-d812-4474b2d9181a-2e297f0c, #w-node-c82c0ca2-d37e-9c15-d812-4474b2d9181b-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_4dc4babe-5702-7e8b-11d4-03ee3e14879b-2e297f0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3ed34bd-1876-d824-2046-d3aa2a7cc73d-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db363630-e9ed-b2cd-0049-2f128e9c2a3c-2e297f0c, #w-node-_17a9aab7-483a-c788-65e5-cf4e614d79ce-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-df925c97-6aee-7374-10db-22fddc3bd084-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd08a-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd090-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd096-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd09c-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0a2-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0a8-2e297f0c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-df925c97-6aee-7374-10db-22fddc3bd0ae-2e297f0c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-df925c97-6aee-7374-10db-22fddc3bd0b4-2e297f0c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-ce234fa6-2df3-752c-ed39-bfdf05687d67-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d69cccce-fe3d-1f5b-cba0-fd268bef9b36-2e297f0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71403d84-5ade-ee3a-9c2d-2bc101a8e6b2-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-b1ae6a13-666d-3c84-efa8-bca589c3aec2-2e297f0c, #w-node-b1ae6a13-666d-3c84-efa8-bca589c3aec3-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b1ae6a13-666d-3c84-efa8-bca589c3aec5-2e297f0c, #w-node-b1ae6a13-666d-3c84-efa8-bca589c3aec6-2e297f0c, #w-node-b1ae6a13-666d-3c84-efa8-bca589c3aec7-2e297f0c, #w-node-b6392f85-f324-2842-b7b1-7e0cb3459c4d-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-a84329bc-8247-aed5-9c6c-9862a7438837-2e297f0c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_47d2cffb-8cf5-5b48-7fd5-529c3a6c9544-2e297f0c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: auto;
}

#w-node-cb4e2332-826f-baba-b59a-dfe0efb9ef5c-2e297f0c, #w-node-d8a4f9d5-63f8-7a8e-60b9-ddf0d1a2bcae-2e297f0c, #w-node-_8dda1491-2760-1f3e-82b9-af892187e630-2e297f0c, #w-node-d47c52af-3774-f359-e60d-e2a892433ca1-2e297f0c, #w-node-_8d948ecf-4831-fdf7-af70-ebb893ed131a-2e297f0c, #w-node-_20e94645-2286-e0b3-98de-ec8fcd922a58-2e297f0c, #w-node-ef0b8514-5744-b809-9715-72b4c78e7a5b-2e297f0c, #w-node-c6e60394-3a69-6a69-1ea0-45561e39af7e-2e297f0c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_238845c3-973d-be04-49b6-e2726938c79c-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: center;
}

#w-node-_238845c3-973d-be04-49b6-e2726938c79d-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_7ea4ea97-8628-3a77-51a1-dc864588627a-2e297f0c, #w-node-_7ea4ea97-8628-3a77-51a1-dc864588627b-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7ea4ea97-8628-3a77-51a1-dc864588627d-2e297f0c, #w-node-_7ea4ea97-8628-3a77-51a1-dc864588627e-2e297f0c, #w-node-_7ea4ea97-8628-3a77-51a1-dc864588627f-2e297f0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-2e297f0f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-2e297f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_76633aca-2dbb-37cb-c2a2-ae5086f4073d-2e297f0f, #w-node-_71355904-0593-6216-4544-4e58b535f2d7-2e297f0f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_36fba500-2639-7025-7168-196c23b7fc2a-2e297f0f, #w-node-e9305b90-7481-2f30-ffce-d4a0fd8609e3-2e297f0f, #w-node-fb445d11-695e-6742-9b53-f33061c4f396-2e297f0f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_06de8c62-570d-1af1-6c68-346d815b14b9-2e297f0f, #w-node-_06de8c62-570d-1af1-6c68-346d815b14ba-2e297f0f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_06de8c62-570d-1af1-6c68-346d815b14bc-2e297f0f, #w-node-_06de8c62-570d-1af1-6c68-346d815b14bd-2e297f0f, #w-node-_06de8c62-570d-1af1-6c68-346d815b14be-2e297f0f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-2e297f0f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-2e297f0f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-2e297f0f, #w-node-_6558ef8b-a82b-5ca3-a4c9-825ac5769520-2e297f0f, #w-node-_6558ef8b-a82b-5ca3-a4c9-825ac5769521-2e297f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-2e297f0f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-2e297f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-2e297f0f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-2e297f0f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-2e297f0f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-2e297f0f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-2e297f0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

@media screen and (max-width: 991px) {
  #w-node-b5dc9cf7-54e5-703b-d1aa-58aa20a42c50-2e297f0c, #w-node-_5daea2f2-3f1c-07d0-e771-a6cba5280399-2e297f0c {
    grid-column: span 12 / span 12;
  }

  #w-node-df925c97-6aee-7374-10db-22fddc3bd084-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd08a-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd090-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd096-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd09c-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0a2-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0a8-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0ae-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0b4-2e297f0c {
    grid-column: span 6 / span 6;
  }

  #w-node-a84329bc-8247-aed5-9c6c-9862a7438837-2e297f0c, #w-node-_47d2cffb-8cf5-5b48-7fd5-529c3a6c9544-2e297f0c, #w-node-cb4e2332-826f-baba-b59a-dfe0efb9ef5c-2e297f0c, #w-node-d8a4f9d5-63f8-7a8e-60b9-ddf0d1a2bcae-2e297f0c, #w-node-_8dda1491-2760-1f3e-82b9-af892187e630-2e297f0c, #w-node-d47c52af-3774-f359-e60d-e2a892433ca1-2e297f0c, #w-node-_8d948ecf-4831-fdf7-af70-ebb893ed131a-2e297f0c, #w-node-_20e94645-2286-e0b3-98de-ec8fcd922a58-2e297f0c, #w-node-ef0b8514-5744-b809-9715-72b4c78e7a5b-2e297f0c, #w-node-c6e60394-3a69-6a69-1ea0-45561e39af7e-2e297f0c {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-df925c97-6aee-7374-10db-22fddc3bd084-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd08a-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd090-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd096-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd09c-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0a2-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0a8-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0ae-2e297f0c, #w-node-df925c97-6aee-7374-10db-22fddc3bd0b4-2e297f0c {
    grid-column: span 12 / span 12;
  }

  #w-node-b6392f85-f324-2842-b7b1-7e0cb3459c4d-2e297f0c {
    align-self: stretch;
  }

  #w-node-d47c52af-3774-f359-e60d-e2a892433ca1-2e297f0c {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_238845c3-973d-be04-49b6-e2726938c79c-2e297f0c {
    align-self: stretch;
    justify-self: stretch;
  }
}


