:root {
  --gray-900: #383838;
  --secondary-blue: #003c71;
  --brand-blue: #00305a;
  --almost-black: #001325;
  --dark-blue: #282938;
  --gray-400: #a5a5a5;
  --almost-white: #edf7ff;
  --white: white;
  --light-blue: #c5d7e7;
  --black: black;
}

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

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 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 {
  cursor: pointer;
}

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

.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 rgba(0, 0, 0, .1);
  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, rgba(45, 64, 234, .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 {
  flex: none;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.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 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  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-900 {
  color: var(--gray-900);
}

.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 {
  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-family: Work Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3.text-color-secondary-blue {
  color: var(--secondary-blue);
}

.heading-style-h3.text-color-grey-900 {
  color: var(--gray-900);
}

.heading-style-h3.text-color-brand-blue {
  color: var(--brand-blue);
}

.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: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.heading-style-h1 {
  font-family: Work Sans, sans-serif;
  font-size: 3.375rem;
  font-weight: 800;
  line-height: 1.1;
}

.heading-style-h1.text-color-brand-blue {
  color: var(--brand-blue);
}

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

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

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

.padding-section-small.relative {
  position: relative;
}

.padding-section-small.padding-bottom.extra {
  padding-bottom: 5rem;
}

.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 {
  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;
  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: rgba(45, 64, 234, .05);
  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;
  line-height: 28px;
}

.text-size-regular.text-color-almost-black {
  color: var(--almost-black);
}

.text-size-regular.text-color-grey-900.opacity-0-7 {
  color: rgba(56, 56, 56, .7);
}

.text-size-regular.text-color-brand-blue {
  color: var(--brand-blue);
}

.text-size-regular.text-color-dark-blue {
  color: var(--dark-blue);
}

.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;
  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;
  text-decoration: none;
}

.text-size-small.text-color-almost-white.opacity-0-7 {
  color: rgba(237, 247, 255, .7);
}

.text-size-small.text-color-blue-secondary {
  color: var(--secondary-blue);
  font-weight: 500;
}

.text-size-small.text-color-blue-secondary.underline {
  text-decoration: underline;
}

.heading-style-h4 {
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.text-color-dark-blue {
  color: var(--dark-blue);
}

.heading-style-h4.text-color-gray-400 {
  color: var(--gray-400);
}

.heading-style-h4.text-color-brand-blue {
  color: var(--brand-blue);
}

.heading-style-h4.text-color-almost-black {
  color: var(--almost-black);
}

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

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.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: #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-family: Work Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.heading-style-h2.text-color-blue-secondary {
  color: var(--secondary-blue);
}

.heading-style-h2.text-color-brand-blue {
  color: var(--brand-blue);
}

.heading-style-h2.text-color-dark-blue {
  color: var(--dark-blue);
}

.heading-style-h2.text-color-almost-white.shoerten {
  width: 12rem;
}

.page-wrapper {
  background-color: var(--almost-white);
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  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: #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 {
  flex-direction: column;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.custom {
  z-index: 5;
}

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

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

.main-wrapper {
  font-family: Manrope, sans-serif;
  overflow: hidden;
}

.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 {
  background-color: var(--almost-white);
  color: var(--almost-black);
  text-align: center;
  border-radius: 2.5rem;
  padding: .75rem 1.5rem;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

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

.button:active {
  background-color: var(--almost-black);
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  color: var(--brand-blue);
  padding: .625rem 2rem;
}

.button.is-small:hover {
  background-color: var(--white);
}

.button.is-small:active {
  background-color: var(--almost-white);
}

.button.is-large {
  padding: 1rem 3rem;
  font-size: 1.125rem;
}

.button.is-large.is-blue {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.button.is-large.is-blue:hover {
  background-color: var(--almost-black);
}

.button.is-large.is-blue:active {
  color: var(--white);
  background-color: rgba(0, 19, 37, .9);
}

.button.is-large.is-blue._100 {
  justify-content: center;
  width: 100%;
}

.button.is-large.is-blue._100:active {
  color: var(--white);
}

.button.is-large.is-blue.mobile {
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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-blue {
  background-color: var(--secondary-blue);
  color: var(--white);
  width: 100%;
}

.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.125rem;
  line-height: 28px;
}

.text-size-medium.text-color-dark-blue {
  color: var(--dark-blue);
}

.text-size-medium.text-color-dark-blue.opacity-87 {
  color: rgba(40, 41, 56, .87);
}

.text-size-medium.text-color-gray-400 {
  color: var(--gray-400);
}

.text-size-medium.text-color-gray-400.opacity-87 {
  color: rgba(165, 165, 165, .87);
}

.text-size-medium.text-color-almost-black {
  color: var(--almost-black);
}

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

.button-group.flex-right {
  justify-content: flex-end;
}

.hide {
  display: none;
}

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

.padding-section-medium.flex-horizontal {
  justify-content: space-between;
  display: flex;
}

.padding-section-medium.flex-horizontal.padding-top.extra {
  margin-bottom: 4rem;
  padding-top: 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 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

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

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

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

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  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;
}

.section_home {
  z-index: 2;
  background-image: linear-gradient(#00305a 53%, rgba(0, 48, 90, 0)), linear-gradient(#00305a, #00305a);
  margin-top: 4rem;
  position: relative;
}

.section_home.is-white {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.navbar {
  background-color: var(--brand-blue);
}

.navbar.padding-global {
  z-index: 100;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero_content-holder {
  display: flex;
}

.hero_content {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero_content.right {
  justify-content: center;
  align-items: flex-end;
  min-width: 30%;
}

.hero_content._2 {
  max-width: 50rem;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.hero-image-absolute-opacity {
  z-index: 0;
  opacity: .13;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--light-blue);
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Work Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--light-blue);
  text-decoration: none;
}

.nav-link.focus {
  color: var(--almost-white);
  font-weight: 600;
}

.nav-link.remove_padding-right {
  padding-right: 0;
}

.nav_menu-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-almost-white {
  color: var(--almost-white);
}

.hero_slider {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3rem;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero_slider.top {
  flex-direction: row-reverse;
  top: 3rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero_slide-items {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.hero_slide-items.padding-bottom {
  color: #00305a;
}

.section_como-trabalhamos {
  position: relative;
}

.section_como-trabalhamos.is-blue {
  background-color: var(--brand-blue);
}

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

.como_trabalhamos-content._2 {
  justify-content: center;
  align-items: center;
}

.como_trabalhamos-text-holder {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.como_trabalhamos-text-holder._2 {
  width: 45rem;
}

.brand {
  max-width: 11rem;
  min-height: 3.5rem;
  margin-top: .4rem;
  display: flex;
}

.text_link-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--secondary-blue);
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text_link-holder.text-color-gray-700 {
  color: #5f5f5f;
}

.text_link-holder.text-color-brand-blue {
  color: var(--brand-blue);
}

.text_link-holder.text-color-almost-white {
  color: var(--almost-white);
}

.link_arrow {
  align-items: center;
  height: 1rem;
  margin-top: 3px;
  padding-top: 0;
  display: flex;
}

.hero_wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.artigo_cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.artigo_card {
  width: 25rem;
}

.card_artigo-image {
  height: 17rem;
  overflow: hidden;
}

.card_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.card_link {
  text-decoration: none;
}

.section_sobre-o-ceo {
  background-color: #00305a;
  background-image: linear-gradient(#00396a, #00305a 70%, #021a30);
}

.sobre_content-grid {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.sobre_text-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: justify;
  flex-direction: column;
  display: flex;
}

.sobre_image-wrapper {
  border-radius: 15px;
  max-width: 28rem;
  max-height: 37rem;
  overflow: hidden;
}

.perguntas_frequentes-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.perguntas_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 50rem;
  display: flex;
}

.faq_item-wrapper {
  cursor: pointer;
  border-bottom: 1.5px solid #ececf1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 1rem 2rem 0;
  display: flex;
}

.faq_button {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed {
  color: #fff;
}

.html-embed.is-dark {
  color: #101010;
}

.faq_awnser {
  padding: 1rem 2rem 1rem 4.2rem;
}

.faq_title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

.footer_links-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  display: flex;
}

.footer_links-holder.is-big {
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.footer-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #003c71;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.footer-link:hover {
  color: #335471;
}

.footer-link:active {
  color: #445c71;
}

.bullet {
  align-items: center;
  display: flex;
}

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

.title_seo-holder.padding-bottom.padding-medium {
  z-index: 5;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.top_scroll-linkblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.circle_top-shortcut {
  background-color: var(--secondary-blue);
  border-radius: 100000000px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.arrow_shortcut-top {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.social_midia-icon {
  justify-content: flex-end;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.background_logo {
  color: rgba(237, 247, 255, .05);
  position: absolute;
  top: auto;
  bottom: -1%;
  left: 0%;
  right: 0%;
}

.forms_holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.forms_holder-item {
  border-radius: 20px;
  height: 43rem;
  overflow: hidden;
}

.forms_holder-item.forms {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5rem;
  display: flex;
}

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

.testimonial_content-holder {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.testimonial_content-holder.short {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 12rem;
}

.testimonial_content-holder.shorten {
  max-width: 47rem;
}

.testimonial_content-holder.shorten._2 {
  max-width: 55.625rem;
}

.testimonial_grid-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 25% 75%;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_sub-text {
  max-width: 39.4375rem;
}

.hero_sub-text._2 {
  max-width: 57.8125rem;
}

.footer_logo-2 {
  width: 11rem;
  height: 4rem;
}

.banner_image-decoration {
  z-index: 4;
  background-image: linear-gradient(86deg, #00305a, rgba(0, 48, 90, .6) 77%, rgba(0, 48, 90, .5) 89%, rgba(0, 48, 90, .4) 100%, rgba(0, 48, 90, .2)), url('../images/man-dressed-with-arrows-his-head-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 20rem;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pilares_content-holder {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.pilares_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: justify;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 21rem;
  display: flex;
}

.pilares_icon-holder {
  aspect-ratio: auto;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  overflow: hidden;
}

.pilares_card-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.map_holder {
  width: 100%;
  height: 100%;
}

.form, .form-block {
  width: 100%;
}

.heading_pilares-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.fitembed {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  padding-top: .5rem;
  display: flex;
}

.title_side-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.title_side-wrapper.padding-bottom.padding-medium.is-spaced {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.mask {
  height: auto;
}

.slider {
  background-color: rgba(255, 255, 255, 0);
}

.slide_item {
  width: 33.3%;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.arrow_holder {
  width: 3rem;
  height: 3rem;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0%;
}

.arrow_holder.left {
  right: 3rem;
}

.icon.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slide-nav {
  top: auto;
  bottom: -15%;
  left: 0%;
  right: auto;
}

.pilares_slider-holder {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.slider_text-preview {
  z-index: 2;
  background-image: linear-gradient(90deg, #edf7ff, rgba(237, 247, 255, 0) 0%, #edf7ff 78%);
  width: 3%;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider_wrapper {
  position: relative;
}

.home_top-shadow {
  z-index: 1;
  background-image: linear-gradient(#00305a 20%, rgba(0, 48, 90, 0));
  height: 6%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.transition {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition_block {
  background-color: var(--brand-blue);
  width: 100%;
  height: 100vh;
}

.logo_transition {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo_image {
  z-index: 25000;
  width: 20rem;
  height: 20rem;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-trigger {
  display: none;
}

.hero_text-holder-fix {
  max-width: 50rem;
}

.blue_box-decoration {
  z-index: 50;
  background-color: var(--brand-blue);
  width: 100%;
  height: 4rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title_left-wrapper {
  width: 75%;
}

.email_input {
  border: 1.5px solid var(--secondary-blue);
  color: var(--brand-blue);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  padding: 1rem 2rem;
}

.email_input::placeholder {
  color: var(--brand-blue);
}

.hero_wrapper2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading_slider-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nossos_obj-image-holder {
  border-radius: 24px;
  width: 30rem;
  overflow: hidden;
}

.animation-text-holder {
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .hero_content._2 {
    max-width: 65rem;
  }

  .hero_sub-text {
    max-width: 50rem;
  }
}

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

  .heading-style-h2.text-color-almost-white.shoerten {
    width: auto;
  }

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

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

  .padding-section-medium.flex-horizontal {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .section_home {
    margin-top: 3rem;
  }

  .navbar.padding-global {
    z-index: 10000;
  }

  .hero_content {
    min-width: 100%;
    max-width: 100%;
  }

  .hero_content.right {
    justify-content: center;
    align-items: flex-start;
    min-width: 30%;
  }

  .hero_content._2 {
    max-width: 100%;
  }

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

  .nav_menu-holder {
    background-color: var(--almost-black);
  }

  .hero_slider {
    bottom: 2rem;
  }

  .hero_slider.top {
    top: 2rem;
  }

  .como_trabalhamos-content {
    flex-flow: column;
  }

  .como_trabalhamos-text-holder, .como_trabalhamos-text-holder._2 {
    width: 100%;
  }

  .brand {
    min-height: 3.25rem;
  }

  .artigo_cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .perguntas_wrapper {
    width: 100%;
  }

  .faq_item-wrapper {
    padding-left: 0;
    padding-right: 1rem;
  }

  .faq_button {
    justify-content: space-between;
    align-items: center;
  }

  .footer-grid {
    grid-template-rows: 2fr 1fr auto;
    grid-template-columns: 1.5fr .5fr;
  }

  .footer_links-holder {
    flex-direction: row;
  }

  .footer_links-holder.is-big {
    flex-wrap: wrap;
  }

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

  .testimonial_grid-holder {
    flex-flow: wrap;
    display: flex;
  }

  .hero_sub-text {
    max-width: 100%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--almost-black);
  }

  .pilares_card {
    width: auto;
  }

  .slide_item {
    width: 50%;
    padding-left: 0;
    padding-right: 2rem;
  }

  .slide_item.wide {
    width: 70%;
  }

  .slider_text-preview {
    display: none;
  }

  .title_left-wrapper {
    width: 100%;
  }

  .hero_wrapper2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .nossos_obj-image-holder {
    width: 100%;
    height: 100%;
  }
}

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

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

  .heading-style-h2.text-color-almost-white.shoerten {
    width: 28rem;
  }

  .page-wrapper {
    position: relative;
    overflow: visible;
  }

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

  .main-wrapper {
    z-index: 9999;
    flex-flow: column;
    overflow: hidden;
  }

  .button.is-small, .button.is-large, .button.is-large.is-blue {
    display: none;
  }

  .button.is-large.is-blue._100.dont_hide-mobile {
    display: block;
  }

  .button.is-large.is-blue.mobile {
    z-index: 6;
    color: var(--almost-white);
    background-color: rgba(0, 60, 113, .9);
    border: .5px solid rgba(255, 255, 255, .25);
    border-radius: 40px;
    margin-left: 1rem;
    margin-right: 1rem;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: 1rem;
    left: auto;
    right: auto;
    box-shadow: 0 2px 20px #021a30;
  }

  .button.is-large.is-blue.mobile:active {
    background-color: #003c71;
    border-color: rgba(255, 255, 255, 0);
    box-shadow: 0 2px 20px #021a30;
  }

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

  .hero_content.right.hide-mobile, .text_link-holder {
    display: none;
  }

  .text_link-holder.card {
    display: flex;
  }

  .title_seo-holder.padding-bottom.padding-medium {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .background_logo {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .forms_holder-item.forms {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial_content-holder.short {
    width: 100%;
  }

  .testimonial_grid-holder {
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }

  .pilares_card-holder {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading_pilares-item {
    width: 14rem;
  }

  .slide_item {
    width: 100%;
    padding-right: 1rem;
  }

  .slide_item.wide {
    width: 100%;
  }

  .pilares_slider-holder {
    overflow: visible;
  }

  .heading_slider-item {
    width: 14rem;
  }

  .line-breaking {
    display: none;
  }

  .sticky-wrapper {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: visible;
  }
}

@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, .text-size-small.text-color-blue-secondary.hide_mobile {
    display: none;
  }

  .heading-style-h2.text-color-almost-white.shoerten {
    width: auto;
  }

  .hero_content {
    max-width: 100%;
  }

  .hero_content.right {
    min-width: 20%;
    max-width: 70%;
  }

  .artigo_card {
    width: 100%;
  }

  .faq_item-wrapper {
    padding-right: 0;
  }

  .faq_awnser {
    padding-left: 2.2rem;
    padding-right: .5rem;
  }

  .faq_title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-right: .5rem;
  }

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

  .footer_links-holder {
    justify-content: center;
    align-items: center;
  }

  .footer_links-holder.is-big {
    text-align: center;
    justify-content: center;
  }

  .title_seo-holder.padding-bottom.padding-medium {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .top_scroll-linkblock {
    justify-content: flex-start;
  }

  .forms_holder {
    flex-flow: column;
    grid-template-columns: 100%;
    display: flex;
  }

  .footer_logo-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner_image-decoration {
    background-image: linear-gradient(86deg, #00305a, rgba(0, 48, 90, .8) 81%, rgba(0, 48, 90, .6) 94%, rgba(0, 48, 90, .5) 100%, rgba(0, 48, 90, .4) 100%, rgba(0, 48, 90, .2)), url('../images/man-dressed-with-arrows-his-head-min.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
  }

  .pilares_card, .heading_pilares-item {
    width: 100%;
  }

  .slide_item {
    margin-right: 0;
  }

  .arrow_holder, .slide-nav {
    bottom: -11%;
  }

  .slider_text-preview {
    display: none;
  }

  .hero_text-holder-fix {
    max-width: 100%;
  }

  .heading_slider-item {
    width: 100%;
  }
}

#w-node-_5bc83fd2-4777-169c-f8cd-342601f5aad2-4ba885d2 {
  align-self: center;
}

#w-node-fd707e40-e145-a277-3e40-1c3791b1fe78-4ba885d2 {
  justify-self: end;
}

#w-node-c67dc5d9-12b3-3a6a-bde6-9179892dc5c0-4ba885d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_607c34b3-14c3-302f-275a-32b3162f80bf-4ba885d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8e3bbef9-a391-f4c4-1554-be0bc9fcd334-4ba885d2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
  justify-self: center;
}

#w-node-_82d9fca3-58bc-5f6e-e809-ce463b7ec615-4ba885d2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e1ebb628-e0a0-e27e-2818-d8cdd971832e-4ba885d2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_5c9b29d1-7e6b-cfb3-f287-01b60a442f17-4ba885d2, #w-node-_05c0abd3-f0df-bd16-d36b-7fe3905d381f-4ba885d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89e5559d-6f94-f1cf-ea39-8ce6554b8bcd-4ba885d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_755f8c74-d841-3463-70bb-6ebf4971784c-4ba885d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1169c17a-9dde-8fb6-f87b-9ab978f4aa92-4ba885d2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8463e384-18ac-f75e-6c85-79d001f09c4a-4ba885d2 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_7554f99c-7e92-c807-12a5-3e7e11aa9e71-4ba885d2 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_82d9fca3-58bc-5f6e-e809-ce463b7ec615-a1af52ad {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e1ebb628-e0a0-e27e-2818-d8cdd971832e-a1af52ad {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_80fe9670-efd0-ec27-f24b-2fd5235f92e0-a1af52ad, #w-node-_354d02d5-10a0-e48f-8edc-ccf8a42cf226-a1af52ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d96c2180-1ae1-1fb9-df36-3ec001eae348-a1af52ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d96c2180-1ae1-1fb9-df36-3ec001eae34a-a1af52ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d96c2180-1ae1-1fb9-df36-3ec001eae34c-a1af52ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d96c2180-1ae1-1fb9-df36-3ec001eae35a-a1af52ad {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-d96c2180-1ae1-1fb9-df36-3ec001eae363-a1af52ad {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: end;
}

#w-node-_82d9fca3-58bc-5f6e-e809-ce463b7ec615-c25b68b4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e1ebb628-e0a0-e27e-2818-d8cdd971832e-c25b68b4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-dc058518-87e7-31cb-8120-b7684819d967-c25b68b4, #w-node-_8bc765f5-3d70-1aa6-8022-73d8210665aa-c25b68b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fcd-c25b68b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fcf-c25b68b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fd1-c25b68b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fdf-c25b68b4 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fe8-c25b68b4 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-c67dc5d9-12b3-3a6a-bde6-9179892dc5c0-4ba885d2 {
    align-self: start;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_607c34b3-14c3-302f-275a-32b3162f80bf-4ba885d2 {
    order: 9999;
  }

  #w-node-_8e3bbef9-a391-f4c4-1554-be0bc9fcd334-4ba885d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8463e384-18ac-f75e-6c85-79d001f09c4a-4ba885d2, #w-node-d96c2180-1ae1-1fb9-df36-3ec001eae35a-a1af52ad, #w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fdf-c25b68b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_82d9fca3-58bc-5f6e-e809-ce463b7ec615-4ba885d2 {
    grid-row: span 1 / span 1;
  }

  #w-node-e1ebb628-e0a0-e27e-2818-d8cdd971832e-4ba885d2 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: stretch;
  }

  #w-node-_05c0abd3-f0df-bd16-d36b-7fe3905d381f-4ba885d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82d9fca3-58bc-5f6e-e809-ce463b7ec615-a1af52ad {
    grid-row: span 1 / span 1;
  }

  #w-node-e1ebb628-e0a0-e27e-2818-d8cdd971832e-a1af52ad {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: stretch;
  }

  #w-node-_354d02d5-10a0-e48f-8edc-ccf8a42cf226-a1af52ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82d9fca3-58bc-5f6e-e809-ce463b7ec615-c25b68b4 {
    grid-row: span 1 / span 1;
  }

  #w-node-e1ebb628-e0a0-e27e-2818-d8cdd971832e-c25b68b4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: stretch;
  }

  #w-node-_8bc765f5-3d70-1aa6-8022-73d8210665aa-c25b68b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89e5559d-6f94-f1cf-ea39-8ce6554b8bcd-4ba885d2 {
    justify-self: center;
  }

  #w-node-_755f8c74-d841-3463-70bb-6ebf4971784c-4ba885d2 {
    order: -9999;
  }

  #w-node-_1169c17a-9dde-8fb6-f87b-9ab978f4aa92-4ba885d2 {
    grid-column: span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_8463e384-18ac-f75e-6c85-79d001f09c4a-4ba885d2, #w-node-_7554f99c-7e92-c807-12a5-3e7e11aa9e71-4ba885d2, #w-node-d96c2180-1ae1-1fb9-df36-3ec001eae348-a1af52ad {
    justify-self: center;
  }

  #w-node-d96c2180-1ae1-1fb9-df36-3ec001eae34a-a1af52ad {
    order: -9999;
  }

  #w-node-d96c2180-1ae1-1fb9-df36-3ec001eae34c-a1af52ad {
    grid-column: span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-d96c2180-1ae1-1fb9-df36-3ec001eae35a-a1af52ad, #w-node-d96c2180-1ae1-1fb9-df36-3ec001eae363-a1af52ad, #w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fcd-c25b68b4 {
    justify-self: center;
  }

  #w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fcf-c25b68b4 {
    order: -9999;
  }

  #w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fd1-c25b68b4 {
    grid-column: span 1 / span 1;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fdf-c25b68b4, #w-node-_7d2eb24e-f2f6-1d26-bac8-487e2e939fe8-c25b68b4 {
    justify-self: center;
  }
}


