@font-face {
  font-family: Dmsans Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --dar-blue-segzza: #000;
  --link-color--link-primary\<deleted\|relume-variable-link-color-1\>: var(--base-color-neutral--black);
  --text-color--text-primary: #002c14;
  --blue-segzza: var(--secondary);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black);
  --secondary: #000;
  --base-color-brand--primary: #c3f53d;
  --base-color-neutral--black: black;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --blue-claro: #e9f1f8;
  --base-color-brand--white: white;
  --base-color-brand--black: black;
  --text-color--text-white: #fff;
  --laranja: #f60;
  --background-color--background-white: #fff;
  --background-color--background-alternate\<deleted\|relume-variable-background-color-4\>: var(--base-color-neutral--black);
  --link-color--link-alternate\<deleted\|relume-variable-link-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --background-color--background-primary: #f2f5f6;
  --background-color--background-tertiary\<deleted\|relume-variable-background-color-3\>: var(--base-color-neutral--neutral-light\<deleted\|relume-variable-color-neutral-5\>);
  --text-color--text-gray: #454744;
  --background-color--background-success\<deleted\|relume-variable-background-color-6\>: var(--base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>);
  --text-color--text-success\<deleted\|relume-variable-text-color-4\>: var(--base-color-system--success-green\<deleted\|relume-variable-system-color-1\>);
  --background-color--background-error\<deleted\|relume-variable-background-color-8\>: var(--base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>);
  --text-color--text-error\<deleted\|relume-variable-text-color-5\>: var(--base-color-system--error-red\<deleted\|relume-variable-system-color-5\>);
  --roxin: #e0e1f3;
  --blue-seco: #0a0a0a;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --transparent-segzza: #e8e8e845;
  --untitled-ui--white: white;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50-2: #f9f5ff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary500: #9e77ed;
  --lightgrey: #ececec;
  --laranja-claro: #ffe0d3;
  --cinza-segzza: #e8e8e8;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary300: #d6bbfb;
  --base-color-neutral--neutral-light\<deleted\|relume-variable-color-neutral-5\>: #aaa;
  --base-color-system--success-green-light\<deleted\|relume-variable-system-color-2\>: #ecfdf3;
  --base-color-system--success-green\<deleted\|relume-variable-system-color-1\>: #027a48;
  --base-color-system--error-red-light\<deleted\|relume-variable-system-color-6\>: #fef3f2;
  --base-color-system--error-red\<deleted\|relume-variable-system-color-5\>: #b42318;
}

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

.w-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: var(--dar-blue-segzza);
  letter-spacing: -.03em;
  font-family: Instrument Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.02em;
  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: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

p {
  color: var(--dar-blue-segzza);
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
  padding-bottom: 1rem;
}

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

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

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

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

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

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

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

.max-width-large.space-1rem {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utility_component {
  background-image: url('../images/english-mastiff-svgrepo-com.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: scroll;
  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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
  padding: 0;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.is-cta {
  max-width: 13.75rem;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1.5rem;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1.5rem;
  padding: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium {
  width: auto;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom3 {
  padding: 2rem 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  color: var(--blue-segzza);
  font-size: 1.125rem;
}

.text-size-medium.text-color-white.is-hero {
  padding-left: 3rem;
  padding-right: 3rem;
}

.text-size-medium.text-color-white.is-hero.text-align-center {
  font-size: 1.4rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

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

.heading-style-h1 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h1.text-color-white {
  letter-spacing: -.04em;
  text-transform: none;
  font-size: 3rem;
  font-weight: 600;
  line-height: .9;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px solid var(--secondary);
  background-color: var(--base-color-brand--primary);
  color: var(--secondary);
  text-align: center;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button.w--current {
  background-color: #f89698;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--secondary);
  color: var(--blue-claro);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 14rem;
  padding: .7rem 1rem .7rem 1.2rem;
  display: flex;
}

.button.is-icon:hover {
  background-color: var(--dar-blue-segzza);
}

.button.is-secondary {
  border-color: var(--base-color-brand--primary);
  color: var(--base-color-brand--primary);
  background-color: #0000;
  transition: all .2s;
}

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

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button.is-secondary.is-small {
  border-color: var(--base-color-brand--primary);
  color: var(--base-color-brand--primary);
}

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

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  color: var(--base-color-neutral--black);
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-form {
  background-color: var(--blue-segzza);
  color: var(--base-color-brand--white);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: .2rem 1rem;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.button.is-shadow {
  background-color: var(--secondary);
  color: var(--blue-claro);
  border-style: none;
  border-width: 0;
}

.button.is-shadow:hover {
  box-shadow: 0 1px 0 0 var(--base-color-brand--black);
}

.button.is-icon-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--secondary);
  color: var(--blue-claro);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  padding: .5rem 1rem;
  display: flex;
}

.button.is-icon-copy:hover {
  background-color: var(--dar-blue-segzza);
}

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

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

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

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

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  color: var(--secondary);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form_input {
  border: 1px solid var(--base-color-brand--white);
  color: var(--text-color--text-primary);
  background-color: #ffffff7d;
  border-radius: 2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .3rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: none;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

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

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

.background-color-white {
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
}

.text-weight-semibold {
  background-color: var(--laranja);
  color: var(--base-color-neutral--black);
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  max-width: 11rem;
  padding: .3rem .6rem;
  font-size: .7rem;
  font-weight: 600;
  display: flex;
}

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

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

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--base-color-brand--black);
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  color: #e8e8e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-white);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-align-center.is-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-align-center.is-cta-copy {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.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 figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-white);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

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

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

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

.padding-section-large.is-mobile {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate\<deleted\|relume-variable-background-color-4\>);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate\<deleted\|relume-variable-link-color-3\>);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|relume-variable-background-color-3\>);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate\<deleted\|relume-variable-background-color-4\>);
}

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-white);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  padding: 0;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|relume-variable-background-color-6\>);
  color: var(--text-color--text-success\<deleted\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|relume-variable-background-color-8\>);
  color: var(--text-color--text-error\<deleted\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  color: var(--text-color--text-white);
  padding: .5rem 1rem;
  font-weight: 500;
}

.navbar1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--text-color--text-white);
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
}

.navbar1_component {
  background-color: var(--secondary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-list.w--open {
  background-color: var(--secondary);
  border-radius: .55rem;
  padding: .5rem;
}

.navbar1_link {
  color: var(--text-color--text-white);
  padding: .5rem 0;
  font-weight: 500;
}

.navbar1_link.w--current {
  color: var(--base-color-neutral--black);
}

.home_hero-header_image {
  width: 100%;
  height: 100%;
}

.header {
  background-color: var(--secondary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.home_hero-header_component {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_service-list_component {
  flex-direction: column;
  align-items: center;
}

.home_service-list_list {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

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

.home_features-list_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.home_features-list_item {
  color: var(--base-color-brand--white);
  background-color: #070f8c;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}

.home_features-list_item.is-phone {
  grid-column-gap: 3.7rem;
  grid-row-gap: 3.7rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_features-list_item.is-phone:hover {
  background-color: #3a4b9d;
}

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

.home_feature-3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.home_feature-3_item {
  display: flex;
}

.home_feature-3_image {
  width: 100%;
  height: 100%;
}

.section_home_feature-3 {
  display: block;
}

.home_feature-3_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.home_feature-3_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.section_faq {
  background-color: var(--base-color-brand--white);
}

.home_cta-2_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.home_cta-2_icon-wrapper {
  align-self: flex-start;
  width: auto;
  display: flex;
}

.home_cta-2_accordion {
  background-color: #00000008;
  border: 1px solid #070f8c08;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: all .2s;
}

.home_cta-2_accordion:hover {
  background-color: #070f8c14;
}

.home_cta-2_accordion:active {
  border-color: var(--secondary);
}

.faq_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.home_cta-2_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.home_cta-2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_home_cta {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--white);
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  margin-bottom: -5rem;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 10svh 5rem #04084640;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer2_social-link {
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer2_social-link:hover {
  color: #2e700c;
  border-radius: 50rem;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.success-message {
  background-color: var(--base-color-brand--primary);
  color: var(--base-color-brand--black);
  border-radius: 6px;
  margin-top: .5rem;
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 900;
}

.footer2_link {
  color: var(--link-color--link-primary\<deleted\|relume-variable-link-color-1\>);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer2_form {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.footer2_component {
  background-color: var(--blue-claro);
  padding-top: 5rem;
}

.line-divider {
  background-color: var(--secondary);
  width: 100%;
  height: 1px;
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer2_logo-link {
  padding-left: 0;
}

.icon-embed-custom {
  color: var(--base-color-brand--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.3rem;
  height: 2.2rem;
  display: flex;
}

.icon-embed-custom.is-styleguide {
  color: var(--secondary);
}

.section_home_logos {
  z-index: 60;
  background-color: var(--base-color-brand--white);
  border-top-left-radius: 6.25rem;
  border-top-right-radius: 6.25rem;
  position: absolute;
  bottom: -9%;
  left: 0%;
  right: 0%;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.logo2_content-left {
  max-width: 20rem;
}

.eye-brow-cta {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffff4f;
  border-radius: 50rem;
  margin-bottom: 1.5rem;
  padding: .25rem .9rem .25rem .25rem;
  display: flex;
}

.is-my-logo {
  height: 50px;
}

.is-lgogo-wrapper {
  max-width: 540px;
  display: flex;
  overflow: hidden;
}

.ismylogo-lsit {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #a3a1a1;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  left: -167px;
}

.companies-logo.f {
  height: 2rem;
}

.companies-logo.r {
  height: 2.7rem;
}

.companies-logo.spacex {
  height: 2.3rem;
}

.companies-logo.micros {
  height: 2.2rem;
}

.companies-logo.webf {
  height: 3rem;
}

.comanies-logo-list {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  position: absolute;
  overflow: hidden;
}

.loop-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
  overflow: hidden;
}

.companies-logos {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.companies-logos-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  overflow: hidden;
}

.hero-eye-button {
  background-color: var(--secondary);
  color: var(--base-color-brand--white);
  border-radius: 20rem;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
}

.cta-heading-and-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--text-color--text-white);
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.eyebrow-cta {
  color: var(--base-color-brand--white);
  padding: .25px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 20px;
}

.icon-embed-custom-2 {
  color: var(--base-color-brand--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.button-2 {
  color: #002c15;
  text-align: center;
  background-color: #c3f53c;
  border: 1px solid #c3f53c;
  border-radius: 50rem;
  padding: .625rem 1.125rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.button-2.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5625rem;
  font-size: 1.125rem;
  line-height: 28px;
  transition: all .2s;
  display: inline-flex;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.home_3_portfolio-list_image-wrapper {
  color: #c3f53c;
  text-align: center;
  background-color: #070f8c;
  border-radius: 2rem;
  width: 100%;
  height: 626px;
  padding: 3rem;
  line-height: 1.528;
  position: relative;
  overflow: hidden;
}

.image-2 {
  position: absolute;
  inset: auto -8% -12% auto;
}

.custom-underline {
  background-color: var(--roxin);
  color: var(--secondary);
  text-transform: uppercase;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  max-width: 9rem;
  padding: .1rem;
  display: flex;
}

.custom-underline.is-brand-color {
  color: var(--base-color-brand--primary);
}

.mim-width-1 {
  min-width: 3rem;
}

.image-3 {
  position: absolute;
  top: -59px;
  right: 25px;
}

.feature_list-image-wrapper {
  width: 29.375rem;
  margin-left: 1rem;
  position: relative;
}

.section_home_feature-card {
  background-color: var(--secondary);
  color: var(--text-color--text-white);
  display: block;
}

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

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

.testimonial17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial17_content {
  border: .1875rem solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.testimonial17_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial17_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.section_home_feature-get-started {
  background-color: var(--background-color--background-white);
  display: block;
}

.home_cta-2_accordion-test {
  background-color: #f2f5f7;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.icon-numb {
  background-color: var(--secondary);
  color: var(--blue-claro);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section_cta1 {
  background-color: var(--base-color-brand--white);
  color: var(--background-color--background-white);
  display: block;
}

.cta1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: var(--secondary);
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem;
  display: grid;
}

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

.section_map {
  display: block;
}

.pricing6_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing6_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: 1rem;
  display: flex;
}

.icon-embed-custom-5 {
  color: #aee221;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  height: 100vh;
}

.icon-embed-custom-6 {
  background-color: var(--dar-blue-segzza);
  color: var(--base-color-brand--primary);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  display: flex;
}

.text-block-4 {
  font-size: 1rem;
}

.icon-embed-xsmall-is-contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.is-plus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-custom-8 {
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: #c3f53d00;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s;
}

.tab-link:hover {
  box-shadow: 0 1px 0 0 var(--base-color-brand--black);
}

.tab-link.w--current {
  border: 1px solid var(--secondary);
  background-color: var(--base-color-brand--primary);
  color: var(--secondary);
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.tab-link.w--current:hover {
  box-shadow: none;
}

.navbar_link-wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.underline {
  background-color: var(--base-color-brand--primary);
  width: 100%;
  height: .2rem;
  position: absolute;
  inset: auto 0% 10%;
}

.heading-2 {
  color: var(--secondary);
  letter-spacing: -.04em;
}

.heading-2.text-color-white {
  color: var(--base-color-brand--white);
}

.heading-2.text-align-center {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.portfolio-link {
  transition: all .2s;
}

.portfolio-link:hover {
  color: #8b4c26;
}

.button-text {
  color: #0000009c;
  letter-spacing: -.03em;
  text-transform: none;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-size: .85rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.logo-image {
  height: 3rem;
}

.navbar-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  height: 100%;
  display: grid;
}

.button-3 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3.white-button {
  z-index: 50;
  background-color: #fff;
  border-radius: 3em;
  padding: .5rem 1.3rem;
}

.button-3.white-button.menu-button {
  background-color: #99e0a2;
  border-radius: 1rem;
  min-width: 9rem;
  padding-left: .6rem;
  padding-right: .6rem;
}

.nav-link {
  color: #000;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.text-size-regular-2 {
  font-size: 1rem;
  line-height: 1.2;
}

.text-size-regular-2.text-color-white {
  color: #fff;
  text-transform: none;
  font-size: .9rem;
}

.button-text-2 {
  color: #000;
  letter-spacing: -.03em;
  text-transform: none;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-size: .9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.button-text-2.text-color-white {
  color: #fff;
  font-size: .9rem;
  line-height: 1.5;
}

.navbar-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.link-underline {
  background-color: #dbfe52;
  width: 100%;
  height: .125rem;
}

.link-underline.is-green {
  background-color: #464f54;
}

.navbar-wrapper-copy {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.nav_fixed {
  z-index: 99999;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container-2 {
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .7rem 1rem;
  display: flex;
}

.nav_component-2 {
  z-index: 10;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_menu-2 {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.link_animated {
  overflow: hidden;
  transform: translate(0);
}

.link_animated.nav {
  background-color: #fff0;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  padding: 0;
  text-decoration: none;
  display: block;
}

.button-background {
  background-color: #ea634e;
  border-radius: 70%;
  width: 150%;
  min-width: 4.5rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.nav-menu-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

.image-8 {
  transform-style: preserve-3d;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  background-color: #ffffff14;
  justify-content: center;
  align-items: stretch;
  height: 4rem;
  display: none;
  position: fixed;
  inset: 0 0% auto;
}

.nav-menu {
  justify-content: flex-start;
  display: flex;
}

.nav_logo-2 {
  display: flex;
}

.nav_logo-2.w--current {
  justify-content: center;
  align-items: center;
}

.page-padding-copy {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.brand-logo-image {
  width: 8rem;
}

.button-wrapper {
  z-index: auto;
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1rem;
  padding-right: 0;
  line-height: 2;
  display: flex;
  position: static;
  overflow: hidden;
}

.navbar-bg-color {
  z-index: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.navbar-button-wrapper {
  margin-left: 1.25rem;
}

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

.navbar-link {
  color: #fff;
  letter-spacing: -.03em;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.navbar-link.w--current {
  color: var(--blue-claro);
}

.text-size-small-2 {
  justify-content: center;
  align-items: center;
  min-height: 1rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.text-size-small-2.text-color-black {
  color: var(--base-color-brand--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.navbar-container {
  background-color: #fff0;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.navbar-right-side {
  align-items: center;
  display: flex;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-4.is-navbar {
  z-index: 50;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: .7rem;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-4.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.navbar {
  z-index: 900;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.column.is-hero-second {
  max-width: 34rem;
}

.button-underline {
  background-color: #ffffff40;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  display: block;
  position: relative;
}

.background-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-image.hero {
  height: 110%;
}

.icon-1x1-small-second {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-underline-progress {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.display {
  color: #fff;
  letter-spacing: -.1rem;
  font-family: Guton Vf;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

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

.container.is-hero {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  min-height: 100vh;
  padding-top: 16vh;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

.section {
  position: relative;
}

.section.is-hero {
  background-color: #000;
  position: static;
  overflow: hidden;
}

.button-link-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.background-image-overlay {
  z-index: 1;
  background-image: linear-gradient(#1a2e4633, #1a2e4600);
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.background-image-overlay.bottom {
  mix-blend-mode: multiply;
  background-image: linear-gradient(to top, #554a3166, #1a2e4600);
  height: 35%;
  display: block;
  inset: auto 0% 0%;
}

.text-style.title {
  color: #fff;
  letter-spacing: -.01rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.text-style.medium {
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
}

.icon-1x1-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.button5 {
  background-color: var(--laranja);
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  padding: 1.2rem 1.7rem;
  font-weight: 500;
  text-decoration: none;
}

.button5.w--current {
  background-color: var(--laranja);
}

.button5.is-navbar {
  z-index: 50;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.button5.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav_menu-toggle-line {
  background-color: #64626a;
  width: 1.5rem;
  height: 2px;
}

.nav_menu-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: none;
  position: relative;
}

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

.nav_lang-wrapper {
  flex: 1;
}

.nav_menu-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.nav {
  background-color: #fff;
  border: 1px solid #fbf1e5;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .5rem .5rem 1.5rem;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #442781;
  border-radius: 100px;
  flex: none;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: background-color .3s;
}

.button-5:hover {
  background-color: #61459c;
}

.button-5.is-secondary {
  color: #442781;
  background-color: #f6f3fe;
  border: 1px #000;
  transition: background-color .3s;
}

.button-5.is-secondary:hover {
  background-color: #fbf1e5;
}

.nav_logo {
  width: 80%;
}

.nav_lang-icon {
  color: #64626a;
  width: 1.5rem;
}

.nav_lang-list.w--open {
  background-color: #fff;
  border: 1px solid #fbf1e5;
  border-radius: 20px;
  max-height: 14rem;
  padding: 4px;
  overflow: auto;
}

.nav-wrapper {
  z-index: 999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_lang-link {
  color: #64626a;
  cursor: pointer;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .3s, color .3s;
}

.nav_lang-link:hover {
  color: #ff7917;
  background-color: #fefaf6;
  border-radius: 100px;
}

.nav_menu--link {
  color: #64626a;
  padding: .5rem;
  text-decoration: none;
}

.nav_btn-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

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

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

.nav_lang {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 0;
}

.nav_lang.w--open {
  transition: color .3s;
}

.nav_lang.w--open:hover {
  color: #ff7917;
}

.card {
  background-color: #f0f0f0;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.card:hover {
  color: #fff;
  background-color: #070722;
}

.icon-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon-3.mb-20 {
  width: 3rem;
  height: 3rem;
  margin-bottom: 20px;
}

.h3 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.p {
  margin-bottom: 20px;
  font-weight: 400;
}

.p.mb-0 {
  margin-bottom: 0;
}

.p.mb-40 {
  margin-bottom: 40px;
}

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

.wrap_faq_all {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.wrap_faq_q {
  cursor: pointer;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.wrapper_left-text {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapper_left-text.mb-40 {
  margin-bottom: 40px;
}

.wrapper_left-text.flex-gap_20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.h2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.wrap_faq {
  background-color: #f0f0f0;
  border: 2px solid #f0f0f0;
  border-radius: 25px;
}

.wrap_faq_a {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.max-width-large-copy.align-center {
  max-width: 59rem;
}

.uui-text-size-medium {
  color: var(--blue-seco);
  letter-spacing: normal;
  font-size: .9rem;
  line-height: 1.5;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xxsmall {
  color: var(--blue-seco);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall {
  color: #0a2463;
  width: 1.5rem;
  height: 1.5rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-layout88_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dar-blue-segzza);
  color: var(--secondary);
  border: 1px solid #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.uui-layout88_item:hover {
  border: 1px solid var(--blue-claro);
  background-image: radial-gradient(circle farthest-side at 50% 100%, var(--secondary), #fff0);
}

.uui-layout88_item-content {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.uui-layout88_list {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch start;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.icon-featured-square-large {
  background-color: var(--transparent-segzza);
  color: var(--untitled-ui--white);
  border: 1px solid #ffffff38;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .3rem;
  display: flex;
}

.icon-featured-square-large.white {
  background-color: var(--blue-claro);
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.svg-capa {
  border: 1px solid #070f8c24;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .2rem;
  display: flex;
}

.item-box-checklist {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-start;
  align-items: center;
}

.list-itens {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.video-bg-global {
  z-index: 8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-global-copy {
  z-index: 50;
  padding: 4rem 2.5rem;
  position: relative;
}

.background-video {
  z-index: 5;
  filter: brightness(84%);
  width: 100%;
  height: 100%;
}

.color-blue {
  z-index: 6;
  background-color: var(--secondary);
  opacity: .15;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.item-box-checklist-copy {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: var(--base-color-brand--white);
  background-color: #e9f1f845;
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .3rem 1rem .3rem .4rem;
  font-size: .9rem;
}

.item-box-checklist-3 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: var(--secondary);
  background-color: #fff;
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  max-height: none;
  padding: .3rem 1rem .3rem .4rem;
  font-size: .9rem;
  line-height: 1.2;
  display: flex;
  box-shadow: 0 2px 5px #00000014;
}

.button-dark {
  background-color: var(--blue-segzza);
  color: #fff;
  text-align: center;
  border-radius: .8rem;
  padding: 1.1rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.button-dark:hover {
  background-color: var(--laranja);
}

.button-dark.is-navbar {
  z-index: 50;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-dark.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

._100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.text-demo-button {
  background-color: #fff;
  border-radius: 100em;
  padding: .625em 1.25em;
  font-size: 1.625em;
  line-height: 1;
  transition: color .15s, background-color .15s;
}

.text-demo-button:hover {
  color: #fff;
  background-color: #340824;
}

.svg-faq {
  background-color: var(--secondary);
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
}

.svg-icon {
  filter: saturate(0%) invert();
  width: 1.2rem;
  height: 1.2rem;
}

.uui-text-size-medium-2 {
  color: var(--dar-blue-segzza);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-heading-xsmall {
  color: var(--secondary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  color: var(--secondary);
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout66_item-text-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-layout66_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-layout66_item {
  background-color: var(--transparent-segzza);
  border: 1px solid #0000;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.6rem;
  transition: all .2s;
  display: flex;
}

.uui-layout66_item:hover {
  background-color: #e9f1f8;
  border: 1px solid #fff;
}

.uui-layout66_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.uui-layout66_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 80rem;
  display: grid;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-icon-featured-outline-large {
  border: .5rem none var(--untitled-ui--primary50-2);
  background-color: var(--blue-claro);
  color: var(--untitled-ui--primary600);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-layout66_image {
  object-fit: cover;
  object-position: 70% 50%;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.uui-layout66_image-wrapper {
  background-color: var(--untitled-ui--gray50);
  width: 100%;
  height: 100%;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.center-elements {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._100--align {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

._100--align.left {
  justify-content: flex-start;
  align-items: center;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout94_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-layout94_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-layout94_item {
  background-color: var(--untitled-ui--gray50);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.icon-featured-square-large-2 {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-space-xxlarge-2 {
  width: 100%;
  min-height: 5rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.grid_values {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  align-items: start;
  position: relative;
}

.value-item {
  background-color: #070722;
  border: 1px solid #303030;
  border-radius: 25px;
  padding: 40px;
  transition: color .2s, background-color .2s;
}

.value-item:hover {
  color: #070722;
  background-color: #fcfcfc;
}

.image_stretch {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
}

.image_stretch.sticky {
  position: sticky;
  top: 100px;
}

.svg-icon--copy {
  width: 1.7rem;
  height: 1.7rem;
}

.elements-centered {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.max-width-large-copy.space-1rem {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-heading-xxsmall-copy {
  color: var(--blue-claro);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.uui-text-size-medium-copy {
  color: var(--blue-claro);
  letter-spacing: normal;
  font-size: .9rem;
  line-height: 1.5;
}

.svg-plans {
  width: 2rem;
  height: 2rem;
}

.button-copy {
  border: 1px solid var(--secondary);
  background-color: var(--roxin);
  color: var(--secondary);
  text-align: center;
  border-radius: 50rem;
  width: 100%;
  padding: .6rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-copy:hover {
  background-color: var(--base-color-brand--white);
}

.button-copy.w--current {
  background-color: var(--roxin);
}

.button-copy.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-copy.is-link.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button-copy.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-copy.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--secondary);
  color: var(--blue-claro);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 14rem;
  padding: .7rem 1rem .7rem 1.2rem;
  display: flex;
}

.button-copy.is-icon:hover {
  background-color: var(--dar-blue-segzza);
}

.button-copy.is-secondary {
  border-color: var(--base-color-brand--primary);
  color: var(--base-color-brand--primary);
  background-color: #0000;
  transition: all .2s;
}

.button-copy.is-secondary:hover {
  background-color: var(--base-color-brand--primary);
  color: var(--secondary);
}

.button-copy.is-secondary.is-alternate {
  color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button-copy.is-secondary.is-small {
  border-color: var(--base-color-brand--primary);
  color: var(--base-color-brand--primary);
}

.button-copy.is-secondary.is-small:hover {
  color: var(--secondary);
}

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

.button-copy.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-copy.is-alternate {
  border-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  background-color: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  color: var(--base-color-neutral--black);
}

.button-copy.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button-copy.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button-copy.is-form {
  background-color: var(--blue-segzza);
  color: var(--base-color-brand--white);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: .2rem 1rem;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.button-copy.is-shadow {
  background-color: var(--secondary);
  color: var(--blue-claro);
  border-style: none;
  border-width: 0;
}

.button-copy.is-shadow:hover {
  box-shadow: 0 1px 0 0 var(--base-color-brand--black);
}

.button-copy.is-icon-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--secondary);
  color: var(--blue-claro);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12rem;
  padding: .5rem 1rem;
  display: flex;
}

.button-copy.is-icon-copy:hover {
  background-color: var(--dar-blue-segzza);
}

.uui-layout88_item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--transparent-segzza);
  color: var(--secondary);
  border: 1px solid #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.uui-layout88_item-2:hover {
  border: 1px solid var(--blue-claro);
  background-color: var(--laranja);
}

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

.max-width-large-3.space-1rem {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h3-2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.faq_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.home_cta-2_icon-wrapper-2 {
  align-self: flex-start;
  width: auto;
  display: flex;
}

.button-6 {
  color: #c8d2f0;
  text-align: center;
  background-color: #001161;
  border: 1px solid #00042e;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-6.w--current {
  background-color: #f89698;
}

.button-6.is-shadow {
  color: #f4f4f6;
  border-radius: .8rem;
}

.button-6.is-shadow:hover {
  box-shadow: 0 1px #000;
}

.text-size-medium-2 {
  color: #00042e;
  font-size: 1.125rem;
}

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

.margin-bottom-copy.margin-small {
  margin: 0 0 1.5rem;
}

.section_faqs {
  background-color: var(--lightgrey);
  display: block;
}

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

.home_cta-2_accordion-2 {
  background-color: #f2f4f8;
  border: 1px solid #070f8c08;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: all .2s;
}

.home_cta-2_accordion-2:hover {
  background-color: #c8d2f096;
}

.home_cta-2_accordion-2:active {
  border-color: #070f8c;
}

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

.svg-faq-2 {
  background-color: #070f8c;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
}

.text-size-medium-3 {
  color: #070f8c;
  font-size: 1.125rem;
}

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

.mini {
  color: #ffffffab;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2;
}

.group-infos {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer2_component-2 {
  background-color: #00042e;
}

.conatc {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.footer2_social-link-2 {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer2_social-link-2:hover {
  color: #2e700c;
  border-radius: 50rem;
}

.line-divider-2 {
  background-color: #00042e;
  width: 100%;
  height: 1px;
}

.success-message-2 {
  color: #000;
  background-color: #001161;
  border-radius: 6px;
  margin-top: .5rem;
  padding: 1.5rem;
  font-size: 1.1rem;
  font-weight: 900;
}

.footer2_top-wrapper-2 {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.form_input-2 {
  color: #c8d2f0;
  background-color: #313131;
  border: 1px #000;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #c8d2f0;
}

.button-7 {
  color: #c8d2f0;
  text-align: center;
  background-color: #001161;
  border: 1px solid #00042e;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-7.w--current {
  background-color: #f89698;
}

.button-7.is-form {
  background-color: #313131;
  border-style: none;
  border-radius: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-7.is-form:hover {
  color: #00042e;
  background-color: #c8d2f0;
}

.footer2_link-2 {
  color: #c8d2f0ab;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.footer2_link-2:hover {
  color: #fff;
}

.footer2_social-list-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.grey-text {
  color: #ffffff96;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: .1rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1em;
}

.footer2_legal-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.img-zap {
  opacity: .84;
  flex: none;
  width: 1.4rem;
  height: 1.4rem;
}

.img-zap.ajustfsd {
  width: 1.4rem;
}

.footer2_form-2 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #313131;
  border-radius: .9rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.max-w-40rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 38rem;
  display: flex;
}

.text-size-tiny-copy {
  color: #c8d2f0;
  font-size: .75rem;
}

.info-contact-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fff0;
  border: 1px solid #0000;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: -1rem;
  padding: 1rem 2.2rem 1rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.info-contact-wrapper:hover {
  background-color: #ffffff30;
  border: 1px solid #ffffff3b;
}

.footer2_credit-text-2 {
  color: #c8d2f0;
  font-size: .875rem;
}

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

.v-flex {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-8 {
  font-size: 1rem;
}

.footer2_right-wrapper-copy {
  flex-direction: column;
  display: none;
}

.footer2_logo-link-2 {
  width: 6rem;
  padding-left: 0;
}

.icon-embed-xsmall-2 {
  color: #f2f4f8;
  -webkit-text-stroke-color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-2:hover {
  color: #c8d2f0;
}

.text-weight-semibold-copy {
  color: #f2f4f8;
  font-size: 2.1rem;
  font-weight: 600;
}

.footer2_left-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: ". . Area"
  / 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  display: flex;
}

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

.image-9 {
  width: 100%;
  height: 100%;
}

.white-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.a-paragraph-small.text-color-white {
  font-size: 1.1rem;
  font-weight: 600;
}

.a-pricing-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.a-pricing-card {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.a-pricing-card.cad-special {
  background-color: #001161;
  padding: 2.4rem;
}

.a-h3-heading {
  color: #001161;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.a-h3-heading.a-weight-bold {
  font-weight: 700;
}

.a-h3-heading.a-weight-bold.card-special {
  color: #f4f4f6;
}

.a-margin-bottom-08 {
  margin-bottom: 0;
}

.a-prcing-feature-wrap {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  transition: color .2s;
  display: flex;
}

.a-pricing-feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-right: 3rem;
  display: flex;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-section-regular {
  padding: 0 2.5rem 2rem;
  position: relative;
}

.a-margin-bottom-64 {
  margin-bottom: 2rem;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-button-primary-square {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #001161;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f4f4f6;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-square:hover {
  color: #c8d2f0;
  background-color: #00042e;
}

.a-button-primary-square:active {
  background-color: #7788f8;
}

.f-sub-heading-small {
  color: #ffffffe8;
  letter-spacing: -.03em;
  text-transform: none;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.img-ctt-warpper {
  border-radius: 1rem;
  flex: none;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}

.grey-text-2 {
  color: #ffffff96;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
}

.contact-wrapper-mob {
  width: 50%;
  max-width: 28rem;
}

.f-content-list-wrapper-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  max-width: none;
  margin-bottom: 0;
  display: flex;
}

.group-infos-2 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: column;
  display: flex;
}

.f-content-list-item-large {
  grid-column-gap: 1rem;
  background-color: #0041ff4d;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .2rem 2rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-content-list-item-large:hover {
  background-color: #042177;
}

.info-contact-wrapper-2 {
  color: #fff;
  background-color: #0041ff4d;
  border: 1px solid #0000;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.info-contact-wrapper-2:hover {
  background-color: #042177;
  border: 1px solid #042177;
}

.f-content-icon-square {
  color: #160042;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.white-text-2 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.contact-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.balon-txt {
  color: #042177;
  text-transform: none;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.icon-ctt {
  width: 2rem;
  height: 2rem;
}

.info-img-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0041ff4d;
  border: 1px solid #ffffff17;
  border-radius: .7rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .2s;
  display: flex;
}

.info-img-contact:hover {
  background-color: #02020200;
}

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

.flex-contact-wrapper {
  flex-flow: column;
  display: flex;
}

.a-paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.a-paragraph-small-2.text-color-white {
  color: #ffffffeb;
  font-size: 1rem;
  line-height: 1.3;
}

.max-width-large-copy.space-1rem {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.form-segzza {
  width: 100%;
}

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

.max-width-large-copy-copy.space-1rem {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 47rem;
  display: flex;
}

.a-pricing-card-copy {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  padding: 40px 32px 32px;
  display: flex;
}

.a-pricing-card-copy.cad-special {
  background-color: #001161;
  padding: 2.4rem;
}

.wpp-wrapper {
  z-index: 999;
  width: 4rem;
  height: 4rem;
  position: fixed;
  inset: auto 2% 2% auto;
}

.wpp-block {
  background-color: #32d851;
  border: 2px #f0ff3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .2rem;
  transition: all .2s;
  display: flex;
}

.wpp-block:hover {
  border: 1px solid var(--secondary);
  background-color: var(--laranja);
  transform: scale(1.1);
}

.wpp-img {
  filter: brightness(450%);
  width: 100%;
  height: 100%;
}

.text-size-medium-2-copy {
  color: #00042e;
  font-size: 1.125rem;
}

.text-size-medium-2-copy.text-align-center {
  text-align: left;
}

.link, .link-2 {
  color: #fff;
}

.bg-video-header {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.italics {
  letter-spacing: -.02em;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--laranja);
  text-decoration-color: var(--laranja);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 400;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-gallery-3.fill-down {
  object-position: 50% 90%;
}

.waves-image-gallery-3.scale-x {
  object-position: 50% 60%;
  transform: scale(1.1);
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: var(--lightgrey);
  color: #000;
  border: 1px solid #ff4d0000;
  border-radius: 2em;
  flex-direction: column;
  padding: 40px 2.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.walsh-rounded-box:hover {
  border-color: var(--laranja);
  background-color: #fff;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-heading-xsmall {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.walsh-profile-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

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

.walsh-main-paragraph {
  letter-spacing: 0;
  line-height: 1.4;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-main-grid-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial-img {
  object-fit: cover;
  border-radius: 1em;
  width: 80%;
  height: 14rem;
}

.walsh-quote-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-paragraph-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-flex-col-wide {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-circle-image-small {
  background-color: #dfdfdf;
  border-radius: 200px;
  flex: none;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

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

.heading-style-h2-2.text-color-white {
  letter-spacing: -.04em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
  line-height: 1;
}

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

.text-size-regular-3.text-color-white.max-width-small {
  z-index: 2;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  position: relative;
}

.h2-services-wrapper {
  z-index: 2;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.servicos-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.servico-1 {
  cursor: pointer;
  background-color: #ff5a5a00;
  background-image: linear-gradient(#00000036, #00000036), url('../images/luxry_1luxry.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1em;
  width: 50%;
  height: 32rem;
  text-decoration: none;
  transition: background-color .6s;
  overflow: hidden;
}

.servico-1:hover {
  background-color: #13131300;
}

.servico-2 {
  cursor: pointer;
  background-color: #00ff85;
  background-image: linear-gradient(#0000 58%, #000), url('../images/bg-rios-header-1_1bg-rios-header (1).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1em;
  width: 50%;
  height: 32rem;
  text-decoration: none;
  transition: background-color .3s;
  overflow: hidden;
}

.servico-2:hover {
  background-color: #0f186000;
}

.tag-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000000f;
  border: .01em solid #ffffff5e;
  border-radius: 1em;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-wrapper.white {
  padding: 0;
}

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

.text-size-small-3.text-color-white.text-style-allcaps.text-weight-semibold.text-size-tiny {
  letter-spacing: 0;
  font-size: .7rem;
}

.text-size-small-3.text-color-white.text-style-allcaps.text-weight-semibold.text-size-tiny.text-color-black {
  color: #060a2a;
}

.service-desc-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6%;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.iconplay {
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  font-size: 20px;
}

.btn-text-1 {
  color: #2c0b47;
  letter-spacing: -.03em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
}

.btn-text-1.secondary {
  color: #f5f1eb;
}

.hero__btn-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  color: #000;
  background-color: #f5f1eb;
  border-radius: 4rem;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  padding: .2rem 1.2rem .2rem .2rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero__btn-copy:hover {
  box-shadow: none;
  background-color: #6df2f9;
}

.f-avatar-group-2 {
  justify-content: flex-start;
  display: flex;
}

.hero-btn-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.regular-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.circle-btn {
  background-color: #171927;
  border-radius: 100%;
  padding: .4rem;
}

.f-avatar-group-s {
  z-index: 1;
  background-color: #e4e6f1;
  border: 2px solid #f5f1eb;
  border-radius: .8rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: -8px;
  transition: all .2s;
  position: relative;
  box-shadow: 23px 23px 48px #38327c0f;
}

.f-avatar-group-s:hover {
  z-index: 2;
  transform: scale(1.2);
}

.stars {
  width: 1.5rem;
}

.stars-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: none;
  display: flex;
}

.f-avatar-image-2 {
  object-fit: cover;
  border-radius: .6rem;
  width: 100%;
  height: 100%;
}

.hero__btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  box-shadow: none;
  color: #000;
  background-color: #f5f1eb;
  border-radius: 4rem;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  padding: .4rem 1.2rem .4rem .8rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.hero__btn:hover {
  box-shadow: none;
  background-color: #6df2f9;
}

.hero__btn.secondary {
  background-color: #2c0b47;
  display: none;
}

.hero__btn.secondary:hover {
  background-color: #ff5100;
}

.vertica-stars {
  flex-flow: column;
  display: flex;
}

.hero__btns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.list_testimonials-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.footer2_top-wrapper-3 {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer2_left-wrapper-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: ". . Area"
  / 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  display: flex;
}

.footer2_link-3 {
  color: #c8d2f0ab;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.footer2_link-3:hover {
  color: #fff;
}

.white-text-3 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.footer2_social-link-3 {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer2_social-link-3:hover {
  color: #2e700c;
  border-radius: 50rem;
}

.conatc-2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer2_credit-text-3 {
  color: #868686;
  letter-spacing: 0;
  font-size: .8rem;
  text-decoration: none;
}

.line-divider-3 {
  background-color: #000934;
  width: 100%;
  height: 1px;
}

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

.footer2_social-list-3 {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.info-contact-wrapper-3 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fff0;
  border: 1px solid #0000;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: -1rem;
  padding: 1rem 2.2rem 1rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.info-contact-wrapper-3:hover {
  background-color: #ffffff30;
  border: 1px solid #ffffff3b;
}

.copyrighttext {
  letter-spacing: -.02em;
  text-transform: none;
  font-size: .875rem;
}

.copyrighttext.text-weight-normal {
  color: #ecfdf3;
}

.copyrighttext.text-weight-normal.text-color-white2 {
  color: #f2f4f8;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .8rem;
}

.footer2_link-list-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.heading_pill {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff36;
  border: 1px solid #ffffff30;
  border-radius: .5rem;
  padding: .2rem .8rem;
}

.heading_pill.green-bg-copy {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: #fff0;
  border-style: none;
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: .1rem .5rem .1rem 0;
  display: inline-flex;
}

.icon-embed-xsmall-3 {
  color: #f2f4f8;
  -webkit-text-stroke-color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall-3:hover {
  color: #c8d2f0;
}

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

.maxw-h-footer {
  max-width: 25rem;
}

.mini-circle {
  background-color: #000934;
  border-radius: 100%;
  width: .6rem;
  height: .6rem;
}

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

.grey-text-3 {
  color: #ffffff96;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: .1rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1em;
}

.group-infos-3 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-10 {
  width: 100%;
  height: 100%;
}

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

.faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-icon {
  box-shadow: none;
  opacity: .58;
  filter: brightness(0%) invert();
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  padding: 0;
  display: flex;
}

.refound-link {
  color: #2c0b47;
  background-color: #6df2f9;
  border-radius: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  transition: all .2s;
}

.refound-link:hover {
  color: #6df2f9;
  background-color: #2c0b47;
}

.faq-top_question {
  letter-spacing: -.03em;
  font-size: 1.5rem;
  font-weight: 600;
}

.faq-item {
  z-index: 2;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ffffff24;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 1rem 1rem 1rem 2rem;
  transition: all .2s;
  display: flex;
}

.faq-item:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--laranja);
  padding: 1.4rem 1rem 1.4rem 2rem;
}

.faq-item:active {
  background-color: #ffffff5e;
}

.faq-buttom {
  padding-right: 4rem;
  display: flex;
  overflow: hidden;
}

.faq_wrapper {
  max-width: 58.75rem;
}

.faq_wrapper.align-center {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 40rem;
  display: flex;
}

.faq-model {
  background-color: #2c0b47;
  border: 1px solid #0000001c;
  border-radius: .7rem;
  padding: .3rem;
  box-shadow: 0 0 5px #00000008;
}

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

.text-size-medium-4.text-color-white {
  color: #2c0b47;
  letter-spacing: -.02em;
  font-size: 1.1rem;
  line-height: 1.5;
}

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

.button-text-wrapper-2 {
  z-index: 10;
  flex-direction: column;
  height: 1.5rem;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_component-3 {
  z-index: 10;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.nav-menu-list-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

.page-padding-copy-2 {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.nav_container-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff91;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .4rem .5rem 1rem;
  display: flex;
}

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

.button-8 {
  color: #c8d2f0;
  text-align: center;
  background-color: #464f54;
  border: 1px solid #464f54;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-8:hover {
  color: #000;
  background-color: #f2f4f8;
}

.button-8.w--current:hover {
  color: #001161;
  background-color: #f2f4f8;
}

.button-8.is-shadow-copy {
  color: #f4f4f6;
  border-radius: 4rem;
  padding: .6rem .9rem;
  font-size: .9rem;
}

.button-8.is-shadow-copy:hover {
  color: #464f54;
  background-color: #f2f4f8;
}

.nav_logo-3 {
  text-decoration: none;
  display: flex;
}

.nav_logo-3.w--current {
  justify-content: center;
  align-items: center;
}

.links-wrapper {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex: 0 auto;
  display: flex;
}

.navbar-wrapper-copy-2 {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

.nav-mobile {
  -webkit-backdrop-filter: blur(3rem);
  backdrop-filter: blur(3rem);
  background-color: #ffffff14;
  justify-content: center;
  align-items: stretch;
  height: 4rem;
  display: none;
  position: fixed;
  inset: 0 0% auto;
}

.nav-link-2 {
  color: #000;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.text-size-regular-4 {
  letter-spacing: -.03em;
  font-size: .9rem;
  line-height: 1.2;
}

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

.menu-burger {
  transform-style: preserve-3d;
}

.btn-nav {
  background-color: var(--blue-segzza);
  color: #fff;
  text-align: center;
  border-radius: .7rem;
  padding: .6rem .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.btn-nav:hover {
  background-color: var(--laranja);
}

.btn-nav.is-navbar {
  z-index: 50;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: visible;
}

.btn-nav.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text-block-9 {
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: none;
}

.bg-video-header-copy {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bullet {
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 0 .5rem;
  display: inline-flex;
}

.tag-consult {
  background-color: var(--laranja);
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: .5rem;
  padding: .5rem .6rem;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1;
}

.text-size-regular-5 {
  color: #d9e5ff;
  letter-spacing: -.02em;
  font-size: 1rem;
  line-height: 1.5em;
}

.text-size-regular-5.text-color-grey {
  color: #2c0b47;
  padding-top: .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.image-6 {
  border-radius: 0;
}

.features-component-layout {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.image-11 {
  max-width: 100%;
}

.image-5 {
  border-radius: 0;
}

.flex-aling-inine {
  flex-flow: column;
  justify-content: space-between;
  height: 90%;
  display: flex;
}

.layout-wrapper {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1.4rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 1.4rem;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.layout-wrapper:hover {
  background-color: var(--laranja-claro);
  border-color: #ffffff6b;
  transform: rotate(-2deg)scale(1.01);
}

.layout-wrapper:active {
  transform: rotate(-2deg)scale(.95);
}

.layout-wrapper.vertical {
  flex-flow: column;
  display: flex;
}

.featured-icon-wrapper {
  border: 1px #ffffff9e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  padding: 0;
  display: flex;
}

.heading-style-h3-3 {
  letter-spacing: -.04em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3-3.text-color-white {
  color: var(--dar-blue-segzza);
  letter-spacing: -.04em;
  -webkit-text-stroke-width: 1px;
  text-transform: none;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.section_grid {
  background-color: var(--transparent-segzza);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.italics-h1 {
  letter-spacing: -.05em;
  text-decoration: none;
  -webkit-text-decoration-color: var(--laranja);
  text-decoration-color: var(--laranja);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 400;
}

.it {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.it-copy {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.7rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.italics-h2 {
  letter-spacing: -.05em;
  text-decoration: none;
  -webkit-text-decoration-color: var(--laranja);
  text-decoration-color: var(--laranja);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 400;
}

.video-about-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 23rem;
  display: flex;
}

.video-wrapper-about {
  width: 33%;
  height: 100%;
}

.video-abouts {
  z-index: 3;
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.feedbacks-google-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.max-width-large-copy.space-1rem {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

._100--align-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.elements-left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.max-width-medium-copy {
  width: 100%;
  max-width: 29rem;
  padding-bottom: 1rem;
}

.text-size-medium-5 {
  color: #464f54;
  font-size: 1.125rem;
}

.button-9 {
  color: #c8d2f0;
  text-align: center;
  background-color: #464f54;
  border: 1px solid #464f54;
  border-radius: 50rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.button-9:hover {
  color: #000;
  background-color: #f2f4f8;
}

.button-9.w--current:hover {
  color: #001161;
  background-color: #f2f4f8;
}

.button-9.is-white {
  color: #464f54;
  background-color: #f2f4f8;
  border-radius: 6rem;
}

.button-9.is-white:hover {
  color: #fff;
  background-color: #464f54;
  border-color: #f2f4f8;
}

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

._3k {
  background-color: var(--laranja);
  border-radius: 1.3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  display: flex;
}

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

.heading-style-h3-copy-copy {
  letter-spacing: -.05em;
  font-family: Instrument Sans, sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 600;
  line-height: .8;
}

.text-size-medium-5-copy {
  color: #464f54;
  font-size: 1.125rem;
}

.text-size-medium-5-copy.text-color-white.text-align-center {
  color: var(--secondary);
  letter-spacing: -.04em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.section_bio {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.heading-style-h5-2 {
  font-size: clamp(1.25rem, 1.036rem + 1.071vw, 2rem);
  line-height: 1.5;
}

.about-rich-text {
  max-width: 90%;
}

.heading-3 {
  font-weight: 500;
}

.image-12 {
  width: 100%;
  height: 100%;
}

.figure {
  width: 10rem;
  height: 12.5rem;
}

.text-size-medium-bio {
  color: var(--blue-segzza);
  text-align: left;
  padding-top: 1rem;
  font-size: 1.125rem;
}

.text-size-medium-bio.text-color-white.is-hero {
  padding-left: 3rem;
  padding-right: 3rem;
}

.text-size-medium-bio.text-color-white.is-hero.text-align-center {
  font-size: 1.4rem;
}

.max-wid-bio {
  width: 100%;
  max-width: 44rem;
}

.max-wid-bio.space-1rem {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.photo-about {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.img-wrapper-about {
  width: 15rem;
  height: 9rem;
}

.img-about-clinet {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.bio-warpper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-bio {
  color: var(--secondary);
  letter-spacing: -.04em;
}

.h2-bio.text-color-white {
  color: var(--base-color-brand--white);
}

.h2-bio.text-align-center {
  color: var(--base-color-brand--white);
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.video-bio-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  height: 26rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.video-bio {
  z-index: 3;
  object-fit: cover;
  border-radius: .7rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  z-index: 5;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 15rem;
  display: flex;
  position: relative;
}

.bio-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.video-bio-blocks {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  width: 100%;
  display: flex;
}

.video-bio-wrapper-h {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.video-h-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  display: flex;
}

.italics-h1-copy {
  letter-spacing: -.05em;
  text-decoration: none;
  -webkit-text-decoration-color: var(--laranja);
  text-decoration-color: var(--laranja);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 400;
}

.bg-mobile {
  width: 100%;
  height: 100%;
  display: none;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium {
    text-align: center;
    font-size: 1rem;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

  .icon-embed-large {
    width: 4rem;
    height: 4rem;
  }

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

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

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

  .padding-section-large.is-mobile {
    padding-top: 2rem;
  }

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

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

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

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

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

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

  .menu-icon1_line-middle {
    background-color: var(--base-color-brand--primary);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon1_line-top {
    background-color: var(--base-color-brand--primary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--secondary);
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--base-color-brand--primary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home_service-list_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_features-list_list {
    grid-template-columns: 1fr 1fr;
  }

  .home_features-list_item {
    height: 100%;
  }

  .home_feature-3_component {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_feature-3_image {
    object-fit: cover;
    height: 400px;
  }

  .home_feature-3_image.is-globe {
    height: 100%;
  }

  .home_feature-3_image.is-app {
    height: 400px;
  }

  .home_feature-3_image.is-getting-started {
    height: 100%;
  }

  .faq_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .button-2.is-icon {
    padding: .5rem 1.2rem;
  }

  .home_3_portfolio-list_image-wrapper {
    height: 600px;
    padding: 2rem 1rem;
  }

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

  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    min-height: auto;
    padding: 3rem 2.5rem;
  }

  .cta1_content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta1_image-wrapper {
    object-fit: cover;
  }

  .cta1_image {
    object-fit: contain;
    height: 320px;
  }

  .pricing6_tabs-menu {
    overflow: visible;
  }

  .tab-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: .9rem;
    font-weight: 600;
  }

  .tab-link.w--current {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_link-wrapper {
    margin-left: 0;
  }

  .underline {
    display: none;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .button-text.mobile-var_menu {
    color: #fff;
    font-size: 1.4rem;
  }

  .menu-button-icon {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 100%;
    display: flex;
  }

  .navbar-component {
    opacity: .98;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff4a;
    border-radius: 1rem;
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .nav-link {
    padding: 1rem;
  }

  .link-underline.is-green {
    background-color: #f2f7f2;
  }

  .nav-menu-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-auto-flow: row;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0 0 0 1rem;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #e4eff3;
    border-bottom: 1px solid #e4eff3;
  }

  .page-padding-copy {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navbar-menu {
    background-color: var(--dar-blue-segzza);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-button-wrapper {
    margin-left: 0;
  }

  .navbar-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .text-size-small-2 {
    font-size: 1rem;
  }

  .navbar-right-side {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.is-navbar {
    margin-right: 6rem;
    display: flex;
  }

  .brand-logo {
    flex: 0 auto;
  }

  .container {
    max-width: 728px;
  }

  .text-style.medium {
    font-size: 1.4rem;
  }

  .nav_menu-toggle {
    cursor: pointer;
    display: flex;
  }

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

  .nav_menu-wrapper {
    background-color: #fff;
    border: 1px solid #fefaf6;
    border-radius: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    height: 60vh;
    margin-top: 11vh;
    padding: 2rem;
    display: none;
    position: absolute;
    inset: 0% 2.5rem 0% auto;
  }

  .nav_btn-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav_menu {
    flex-direction: column;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout88_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-dark {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .uui-layout66_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-layout66_image {
    object-fit: cover;
    width: 100%;
    height: auto;
    position: sticky;
    top: 3rem;
  }

  .uui-layout66_image-wrapper {
    position: relative;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-layout94_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-space-xxlarge-2 {
    min-height: 4.5rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .image_stretch {
    max-height: 500px;
  }

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

  .faq_component-2 {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .button-6.is-shadow {
    width: 100%;
  }

  .text-size-medium-2 {
    text-align: left;
    font-size: 1rem;
  }

  .text-size-medium-2.text-align-center {
    text-align: center;
  }

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

  .section_faqs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .text-size-medium-3 {
    text-align: center;
    font-size: 1rem;
  }

  .text-size-medium-3.text-weight-bold {
    color: #001161;
    text-align: left;
    line-height: 1.3;
  }

  .mini, .conatc {
    text-decoration: none;
  }

  .footer2_top-wrapper-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_social-list-2 {
    margin-bottom: 2rem;
  }

  .footer2_logo-link-2 {
    width: 7rem;
  }

  .footer2_left-wrapper-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_bottom-wrapper-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .white-text {
    text-decoration: none;
  }

  .a-pricing-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary-square {
    display: flex;
  }

  .contact-wrapper-mob {
    width: 100%;
    max-width: none;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

  .white-text-2 {
    text-decoration: none;
  }

  .balon-txt {
    font-size: 1.2rem;
  }

  .info-img-contact {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .menu-icon {
    color: var(--blue-claro);
    font-size: 2rem;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    padding: .8rem;
    overflow: visible;
  }

  .menu-button-2.w--open {
    background-color: var(--dar-blue-segzza);
  }

  .text-size-medium-2-copy {
    text-align: left;
    font-size: 1rem;
  }

  .text-size-medium-2-copy.text-align-center {
    text-align: center;
  }

  .italics {
    font-size: 3rem;
  }

  .walsh-main-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .footer2_top-wrapper-3 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper-3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .white-text-3 {
    text-decoration: none;
  }

  .conatc-2 {
    font-size: 1.4rem;
    text-decoration: none;
  }

  .footer2_social-list-3 {
    margin-bottom: 2rem;
  }

  .maxw-h-footer {
    max-width: 28rem;
  }

  .footer2_bottom-wrapper-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-menu-2 {
    background-color: var(--secondary);
    border-top: 1px solid #e4eff3;
    border-bottom: 1px solid #e4eff3;
    border-radius: 1rem;
    margin-top: .5rem;
    margin-left: 1rem;
    padding-right: 4rem;
  }

  .nav_component-3 {
    display: none;
  }

  .nav-menu-list-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 2rem;
    flex-direction: column;
    grid-auto-flow: row;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: 2rem;
  }

  .page-padding-copy-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-8.is-shadow-copy {
    background-color: var(--secondary);
    border-radius: .7rem;
    justify-content: center;
    align-items: center;
    padding: .7rem 1rem;
    display: flex;
  }

  .button-8.is-shadow-copy:hover {
    background-color: var(--laranja);
    color: var(--base-color-brand--white);
    border-color: #fff0;
  }

  .menu-button-3 {
    justify-content: center;
    align-items: center;
    padding: 0 0 0 1rem;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: #c8c8c800;
  }

  .nav-mobile {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    display: flex;
  }

  .nav-link-2 {
    color: var(--base-color-brand--white);
    padding: 1rem;
  }

  .btn-nav {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-size-regular-5 {
    font-size: .9rem;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .video-about-wrapper {
    height: 20rem;
  }

  .text-size-medium-5 {
    text-align: left;
    font-size: 1rem;
  }

  .heading-style-h3-copy, .heading-style-h3-copy-copy {
    font-size: 1.9rem;
  }

  .text-size-medium-5-copy {
    text-align: left;
    font-size: 1rem;
  }

  .about-rich-text {
    max-width: 100%;
  }

  .text-size-medium-bio {
    text-align: left;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium {
    text-align: left;
    font-size: 1rem;
  }

  .text-size-medium.text-color-white.is-hero.text-align-center {
    text-align: center;
    line-height: 1.6;
  }

  .text-size-medium.text-style-muted {
    font-size: .75rem;
  }

  .text-size-medium.is-cta, .text-size-medium.text-align-center {
    text-align: center;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .home_service-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_features-list_list {
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .home_feature-3_image-wrapper {
    height: 380px;
  }

  .home_feature-3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_feature-3_image {
    object-fit: contain;
  }

  .home_cta-2_list-grid {
    padding-bottom: 2rem;
  }

  .home_cta-2_icon-wrapper {
    width: 1.75rem;
  }

  .faq_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_cta-2_question {
    padding: 1rem 1.25rem;
  }

  .home_cta-2_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_home_cta {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .footer2_link-list {
    flex: none;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .logo2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo2_content-left {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .companies-logo.f {
    height: 1.5rem;
  }

  .companies-logo.r {
    height: 2.1rem;
  }

  .companies-logo.spacex, .companies-logo.micros {
    height: 1.8rem;
  }

  .companies-logo.webf {
    height: 2.6rem;
  }

  .home_3_portfolio-list_image-wrapper {
    height: 500px;
    padding: 3rem;
  }

  .image-2 {
    bottom: -29%;
    right: -2%;
  }

  .feature_list-image-wrapper {
    width: 43rem;
  }

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

  .testimonial17_content {
    padding: 1.5rem;
  }

  .testimonial17_client {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial17_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .cta1_component {
    grid-row-gap: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cta1_content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .pricing6_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding-left: 0;
    display: grid;
  }

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

  .heading-2.text-align-center {
    font-size: 2rem;
    line-height: 1;
  }

  .button-text.mobile-var_menu {
    color: #fff;
    font-size: 1.4rem;
  }

  .menu-button-icon {
    width: 1.75rem;
  }

  .navbar-component {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    grid-template-columns: auto 1fr;
    padding-right: 1rem;
  }

  .button-3.white-button.menu-button {
    display: none;
  }

  .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_component-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .nav_menu-2 {
    grid-column-gap: 1.4rem;
  }

  .link_animated.nav, .link_animated.nav.w--current {
    display: block;
  }

  .nav-menu-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .navbar-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    display: none;
  }

  .page-padding-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link {
    font-size: 1.5rem;
  }

  .button-4.is-navbar {
    margin-right: 5rem;
  }

  .display {
    letter-spacing: 0;
    font-size: 4rem;
  }

  .button5 {
    width: 100%;
  }

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

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heading-xxsmall {
    font-size: 1.5rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-layout88_item {
    padding: 3rem;
  }

  .uui-layout88_list {
    grid-template-columns: 1fr;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-layout66_item-list {
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .uui-layout66_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-3 {
    width: 100%;
  }

  .uui-layout94_list {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout94_component {
    align-items: stretch;
  }

  .uui-layout94_item {
    padding: 1.5rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xxlarge-2 {
    min-height: 3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .elements-centered {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-copy {
    width: auto;
  }

  .uui-layout88_item-2 {
    padding: 1.5rem;
  }

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

  .faq_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_cta-2_icon-wrapper-2 {
    flex: none;
    width: 2rem;
    height: 2rem;
  }

  .text-size-medium-2 {
    text-align: left;
    font-size: 1rem;
  }

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

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .svg-faq-2 {
    flex: none;
  }

  .text-size-medium-3 {
    text-align: left;
    font-size: 1rem;
  }

  .mini {
    color: #fff;
  }

  .conatc {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
  }

  .footer2_top-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .footer2_link-2 {
    flex: none;
    font-size: 1rem;
    line-height: 1.1;
  }

  .footer2_social-list-2 {
    margin-bottom: 1rem;
  }

  .grey-text {
    font-size: .7rem;
  }

  .footer2_legal-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    display: block;
  }

  .img-zap.ajustfsd {
    width: 1rem;
    height: 1rem;
  }

  .footer2_credit-text-2 {
    margin-top: 1rem;
  }

  .footer2_left-wrapper-2 {
    grid-column-gap: 1.5rem;
  }

  .footer2_bottom-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    padding-bottom: 1rem;
    display: flex;
  }

  .image-9 {
    display: block;
  }

  .white-text {
    color: #fff;
    font-size: 1rem;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-sub-heading-small {
    color: #fffffff5;
    font-weight: 400;
  }

  .white-text-2 {
    color: #fff;
  }

  .balon-txt {
    font-size: 1rem;
  }

  .menu-button-2.w--open {
    z-index: 999;
  }

  .text-size-medium-2-copy {
    text-align: left;
    font-size: 1rem;
  }

  .bg-video-header {
    display: none;
  }

  .walsh-rounded-box {
    grid-row-gap: 1rem;
    padding: 1.8rem;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

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

  .heading-style-h2-2.text-color-white {
    font-size: 3rem;
  }

  .servicos-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .servico-1, .servico-2 {
    width: 100%;
    height: 27rem;
  }

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

  .hero__btn-copy {
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hero-btn-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .hero__btn {
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hero__btns {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
  }

  .list_testimonials-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer2_top-wrapper-3 {
    grid-row-gap: 3rem;
  }

  .footer2_left-wrapper-3 {
    grid-column-gap: 1.5rem;
    flex-flow: column;
  }

  .white-text-3 {
    color: #fff;
    font-size: 1.5rem;
  }

  .conatc-2 {
    color: #fff;
  }

  .footer2_credit-text-3 {
    margin-top: 1rem;
  }

  .padding-global-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer2_social-list-3 {
    grid-row-gap: .75rem;
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .copyrighttext {
    font-size: .75rem;
  }

  .maxw-h-footer {
    max-width: 32rem;
  }

  .footer2_bottom-wrapper-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .faq-top_question {
    font-size: 1.2rem;
  }

  .text-size-medium-4.text-color-white {
    font-size: 1.1rem;
  }

  .nav-menu-2 {
    background-color: #252525;
    border-radius: 1rem;
    margin-top: 1rem;
    padding-right: 3rem;
  }

  .button-text-wrapper-2 {
    flex: 0 auto;
    height: auto;
    display: block;
    position: relative;
    overflow: visible;
  }

  .nav_component-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: none;
  }

  .nav-menu-list-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 2rem;
  }

  .page-padding-copy-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff54;
    border-radius: 1rem;
    width: 95%;
    padding: .5rem 0;
  }

  .nav_container-3 {
    display: none;
  }

  .nav_menu-3 {
    grid-column-gap: 1.4rem;
  }

  .button-8.is-shadow-copy {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    line-height: 1em;
    display: flex;
  }

  .menu-button-3.w--open {
    justify-content: center;
    align-items: center;
  }

  .nav-mobile {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: .5rem;
    display: flex;
  }

  .nav-link-2 {
    opacity: 1;
    padding: .7rem 5rem .7rem 1rem;
    font-size: 2rem;
  }

  .features-component-layout {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

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

  .italics-h1 {
    font-size: 2.2rem;
  }

  .italics-h2 {
    font-size: 1.7rem;
  }

  .video-about-wrapper {
    height: 17rem;
  }

  .max-width-large-copy.space-1rem {
    width: 100%;
  }

  .elements-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-5 {
    text-align: left;
    font-size: 1rem;
  }

  .text-size-medium-5.text-color-white.text-align-center {
    text-align: center;
  }

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

  .text-size-medium-5-copy {
    text-align: left;
    font-size: 1rem;
  }

  .text-size-medium-5-copy.text-color-white.text-align-center {
    text-align: center;
  }

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

  .about_grid {
    flex-flow: column;
    display: flex;
  }

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

  .text-size-medium-bio.text-color-white.is-hero.text-align-center {
    text-align: center;
    line-height: 1.6;
  }

  .text-size-medium-bio.text-style-muted {
    font-size: .75rem;
  }

  .text-size-medium-bio.is-cta, .text-size-medium-bio.text-align-center {
    text-align: center;
  }

  .bio-warpper {
    max-width: none;
  }

  .h2-bio.text-align-center {
    font-size: 2rem;
    line-height: 1;
  }

  .video-h-wrapper {
    width: 40%;
  }

  .italics-h1-copy {
    font-size: 2.2rem;
  }

  .bg-mobile {
    object-fit: cover;
    display: block;
    position: relative;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-medium.text-color-white {
    font-size: .9rem;
  }

  .text-size-medium.text-color-white.is-hero {
    text-align: center;
  }

  .text-size-medium.text-color-white.is-hero.text-align-center {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .heading-style-h1.text-color-white {
    font-size: 1.6rem;
  }

  .button-group.is-center {
    width: 100%;
  }

  .icon-embed-xsmall {
    display: block;
  }

  .text-align-center {
    width: 100%;
  }

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

  .padding-section-large.is-mobile {
    padding-top: 2rem;
  }

  .header {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .home_hero-header_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .home_features-list_list {
    grid-template-columns: 1fr;
  }

  .home_features-list_item.is-phone {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    flex-flow: column;
  }

  .home_feature-3_component, .faq_component {
    grid-template-columns: 1fr;
  }

  .footer2_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .section_home_logos {
    border-radius: 2rem 2rem 0 0;
    position: static;
  }

  .eye-brow-cta {
    padding: .1rem .3rem .1rem .1rem;
  }

  .hero-eye-button, .eyebrow-cta {
    font-size: .7rem;
  }

  .icon-embed-custom-2 {
    width: 1rem;
    height: 1rem;
  }

  .home_3_portfolio-list_image-wrapper {
    height: 430px;
    padding: 1rem;
  }

  .image-2 {
    right: 5px;
  }

  .image-3 {
    inset: -131px 0% 0%;
  }

  .feature_list-image-wrapper {
    width: 8rem;
    top: 0;
  }

  .cta1_component {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 2rem 1rem;
  }

  .cta1_image {
    display: none;
  }

  .pricing6_tabs-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 291px;
    overflow: scroll;
  }

  .icon-embed-xsmall-is-contact {
    display: none;
  }

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

  .heading-2.text-align-center {
    font-size: 1.5rem;
  }

  .text-block-7 {
    min-width: 70px;
  }

  .button-text.mobile-var_menu {
    color: #ffffffed;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1;
  }

  .logo-image {
    height: 2.5rem;
  }

  .navbar-component {
    align-items: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-3.white-button.menu-button {
    display: none;
  }

  .navbar-right {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .navbar-wrapper-copy {
    background-color: #00092c;
    border-radius: 1rem;
    width: 90%;
  }

  .nav_container-2 {
    padding: 0;
  }

  .nav_component-2, .link_animated.nav.w--current {
    display: none;
  }

  .nav-menu-list {
    background-color: #00092c;
    border-radius: 1rem;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-8 {
    filter: invert();
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .menu-button {
    padding-left: 0;
  }

  .navbar-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    padding-top: 1%;
    display: flex;
  }

  .nav-menu {
    background-color: #fff0;
    border-top-style: none;
    border-bottom-style: none;
    border-radius: 1rem;
    width: auto;
    max-width: 100%;
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    overflow: hidden;
  }

  .page-padding-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .navbar-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
  }

  .button-4.is-navbar {
    margin-right: 0;
    display: none;
  }

  .display {
    letter-spacing: -.09rem;
    font-size: 3rem;
  }

  .container {
    max-width: none;
  }

  .text-style.title {
    font-size: 1.2rem;
  }

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

  .nav_menu-wrapper {
    width: auto;
    height: 60vh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: 2%;
    left: 1rem;
    right: 1rem;
  }

  .nav_logo {
    width: 100%;
  }

  .uui-heading-xxsmall {
    font-size: 1.2rem;
  }

  .uui-layout88_item {
    padding: 1.5rem;
  }

  .padding-global-copy {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-layout66_item-list {
    grid-template-columns: 1fr;
  }

  ._100--align.left {
    padding-bottom: .3rem;
  }

  .elements-centered {
    padding-left: 0;
    padding-right: 0;
  }

  .button-copy {
    width: 100%;
  }

  .max-width-large-3 {
    max-width: 50rem;
  }

  .heading-style-h3-2 {
    text-align: center;
  }

  .faq_component-2 {
    grid-template-columns: 1fr;
  }

  .home_cta-2_icon-wrapper-2 {
    flex: none;
    width: 2rem;
    height: 2rem;
  }

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

  .margin-bottom-copy.margin-small {
    margin-bottom: 0;
  }

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

  .padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .svg-faq-2 {
    flex: none;
  }

  .mini {
    color: #ffffff9e;
    font-size: .9rem;
    text-decoration: none;
  }

  .group-infos {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .conatc {
    color: #fff;
    font-size: 8svw;
    text-decoration: none;
  }

  .footer2_top-wrapper-2 {
    grid-row-gap: 48px;
  }

  .footer2_social-list-2 {
    margin-bottom: 0;
  }

  .footer2_legal-list-2 {
    display: block;
  }

  .img-zap {
    width: 1.3rem;
    height: 1.3rem;
  }

  .img-zap.ajustfsd {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer2_form-2 {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .info-contact-wrapper {
    color: #fff;
    margin-left: 0;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 0;
  }

  .info-contact-wrapper:hover {
    background-color: #fff0;
    border-color: #fff0;
  }

  .footer2_credit-text-2 {
    margin-top: 0;
  }

  .padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .v-flex {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .icon-embed-xsmall-2 {
    display: block;
  }

  .footer2_left-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer2_bottom-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .white-text {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
  }

  .a-paragraph-small, .a-paragraph-small.text-color-white {
    line-height: 1.4;
  }

  .a-pricing-card {
    padding: 1rem;
  }

  .a-prcing-feature-wrap {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .a-icon-regular {
    width: 1.2rem;
    height: 1.2rem;
  }

  .a-pricing-feature {
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .a-section-regular {
    padding: 0 1rem;
  }

  .a-button-primary-square {
    width: 100%;
    font-weight: 600;
    line-height: 1.2em;
  }

  .f-sub-heading-small {
    font-size: .8rem;
  }

  .img-ctt-warpper {
    width: 3rem;
    height: 3rem;
  }

  .contact-wrapper-mob {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .f-content-list-item-large {
    padding-left: 0;
    padding-right: 0;
  }

  .info-contact-wrapper-2 {
    color: #fff;
  }

  .white-text-2 {
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
  }

  .contact-container {
    width: 100%;
  }

  .balon-txt {
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 1.2rem;
    font-size: .9rem;
  }

  .info-img-contact {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-color: #ffffff17;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
  }

  .a-paragraph-small-2 {
    line-height: 1.4;
  }

  .a-paragraph-small-2.text-color-white {
    font-size: .9rem;
    line-height: 1.4;
  }

  .form-segzza {
    width: auto;
  }

  .a-pricing-card-copy.cad-special {
    padding: 1.2rem;
  }

  .wpp-wrapper {
    right: 3%;
  }

  .wpp-block:hover {
    background-color: #042177;
    border-color: #00ff60;
  }

  .italics {
    font-size: 1.7rem;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .walsh-rounded-box {
    border-radius: 1rem;
    padding: 1rem;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-heading-xsmall {
    font-size: 1.2rem;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .testimonial-img {
    width: 100%;
  }

  .walsh-paragraph-wrapper {
    grid-row-gap: .25rem;
  }

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

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

  .servicos-wrapper {
    flex-direction: column;
  }

  .servico-1, .servico-2 {
    width: 100%;
  }

  .hero__btn-copy {
    align-self: center;
    overflow: visible;
  }

  .f-avatar-group-2 {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }

  .hero-btn-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
  }

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

  .f-avatar-group-s {
    width: 2.4rem;
    height: 2.4rem;
  }

  .stars {
    width: 1.2rem;
  }

  .hero__btn {
    align-self: center;
    width: 100%;
    overflow: visible;
  }

  .vertica-stars {
    justify-content: center;
    align-items: flex-start;
    width: 44%;
  }

  .hero__btns {
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 100%;
  }

  .list_testimonials-wrapper {
    width: 100%;
  }

  .footer2_top-wrapper-3 {
    grid-row-gap: 48px;
  }

  .footer2_left-wrapper-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer2_link-3 {
    font-size: 1rem;
  }

  .white-text-3 {
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
  }

  .conatc-2 {
    color: #fff;
    font-size: 1.7rem;
    text-decoration: none;
  }

  .footer2_credit-text-3 {
    margin-top: 0;
  }

  .padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer2_social-list-3 {
    margin-bottom: 0;
  }

  .info-contact-wrapper-3 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    color: #fff;
    background-color: #ffffff1f;
    margin-left: 0;
    padding: .8rem;
  }

  .info-contact-wrapper-3:hover {
    background-color: var(--laranja);
    border-color: #fff0;
  }

  .copyrighttext {
    font-size: .9rem;
  }

  .icon-embed-xsmall-3 {
    display: block;
  }

  .grey-text-3 {
    font-size: .7rem;
  }

  .footer2_bottom-wrapper-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .faq-icon {
    width: 1.3rem;
  }

  .faq-top_question {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .faq-item {
    flex-direction: column;
    justify-content: space-between;
    padding: .8rem 1rem;
  }

  .faq-item:hover {
    padding: 1rem;
  }

  .faq-buttom {
    padding-right: 1rem;
  }

  .faq_wrapper.align-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .text-size-medium-4.text-color-white {
    font-size: 1rem;
  }

  .nav-menu-2 {
    border-top-style: none;
    border-bottom-style: none;
    border-radius: 1rem;
    width: auto;
    max-width: 100%;
    margin-top: 5%;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    overflow: hidden;
  }

  .nav_component-3 {
    display: none;
  }

  .nav-menu-list-2 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    border-radius: 1rem;
    max-width: 100%;
  }

  .page-padding-copy-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .nav_container-3 {
    padding: 0;
  }

  .button-8.is-shadow-copy {
    font-size: .9rem;
    display: none;
  }

  .menu-button-3 {
    padding-left: 0;
  }

  .navbar-wrapper-copy-2 {
    border-radius: 1rem;
    width: 90%;
  }

  .nav-mobile {
    z-index: 999999999;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-top: 2%;
    display: flex;
    position: fixed;
  }

  .nav-link-2 {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-right: 1rem;
  }

  .menu-burger {
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .bullet {
    font-size: 1.1rem;
  }

  .text-size-regular-5 {
    font-size: .9rem;
  }

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

  .features-component-layout {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .layout-wrapper {
    padding: 24px;
  }

  .heading-style-h3-3.text-color-white {
    margin-bottom: .5rem;
    font-size: 1.6rem;
  }

  .italics-h1 {
    font-size: 1.7rem;
  }

  .italics-h2 {
    font-size: 1.8rem;
  }

  .video-about-wrapper {
    flex-direction: row;
    height: 9rem;
  }

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

  .text-size-medium-5.text-color-white {
    font-size: .9rem;
  }

  .text-size-medium-5.text-color-white.text-align-center {
    text-align: center;
  }

  .button-9.is-white {
    line-height: 1.4;
  }

  ._3k {
    border-radius: 1rem;
    padding: 1rem;
  }

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

  .text-size-medium-5-copy.text-color-white {
    font-size: .9rem;
  }

  .text-size-medium-5-copy.text-color-white.text-align-center {
    text-align: center;
    font-size: 1.4rem;
  }

  .padding-section-small-copy {
    width: 100%;
  }

  .text-size-medium-bio {
    font-size: 1.1rem;
  }

  .text-size-medium-bio.text-color-white {
    font-size: .9rem;
  }

  .text-size-medium-bio.text-color-white.is-hero {
    text-align: center;
  }

  .text-size-medium-bio.text-color-white.is-hero.text-align-center {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .img-wrapper-about {
    height: 5rem;
  }

  .h2-bio {
    font-size: 2rem;
  }

  .h2-bio.text-align-center {
    font-size: 1.6rem;
  }

  .video-bio-wrapper {
    justify-content: center;
    align-items: center;
    height: 17rem;
  }

  .video-bio {
    border-radius: .5rem;
  }

  .div-block-7 {
    max-width: 13rem;
  }

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

  .video-bio-blocks {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .video-h-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    width: 30%;
  }

  .italics-h1-copy {
    font-size: 1.9rem;
  }

  .bg-mobile {
    width: 100%;
    height: 100%;
  }
}

#w-node-c5d89933-ddfe-847c-f9c7-5d67c2f4c663-6e92b30f, #w-node-c5d89933-ddfe-847c-f9c7-5d67c2f4c665-6e92b30f, #w-node-c5d89933-ddfe-847c-f9c7-5d67c2f4c668-6e92b30f, #w-node-c5d89933-ddfe-847c-f9c7-5d67c2f4c66a-6e92b30f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c5d89933-ddfe-847c-f9c7-5d67c2f4c66d-6e92b30f, #w-node-c5d89933-ddfe-847c-f9c7-5d67c2f4c66f-6e92b30f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c5d89933-ddfe-847c-f9c7-5d67c2f4c671-6e92b30f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c5d89933-ddfe-847c-f9c7-5d67c2f4c673-6e92b30f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d8cc84f8-738b-266e-588a-b544e4e609b1-6e92b30f {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-d8cc84f8-738b-266e-588a-b544e4e609ba-6e92b30f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62daa183-671e-12c2-b866-bf7366c314a9-66c31474 {
  justify-self: start;
}

#w-node-_62daa183-671e-12c2-b866-bf7366c314c6-66c31474 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a5f24d7-b590-2135-f11b-772b5b524b67-5b524b39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-6e92b312 {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-6e92b312, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-6e92b312, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-6e92b312, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-6e92b312, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-6e92b312, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-6e92b312, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-6e92b312, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-6e92b312, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-6e92b312, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-6e92b312, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-6e92b312 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-6e92b312 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-6e92b312 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-6e92b312, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-6e92b312, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-6e92b312 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-6e92b312, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-6e92b312, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-6e92b312 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-6e92b312, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-6e92b312, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-6e92b312 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-6e92b312, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-6e92b312, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-6e92b312 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-6e92b312, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-6e92b312, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-6e92b312 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-6e92b312, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-6e92b312, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-6e92b312 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-6e92b312, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-6e92b312, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-6e92b312 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-6e92b312, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-6e92b312, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-6e92b312 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-6e92b312, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-6e92b312 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-6e92b312 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-6e92b312 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-6e92b312, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-6e92b312, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-6e92b312, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-6e92b312, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-6e92b312, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-6e92b312, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-6e92b312 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-6e92b312, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-6e92b312, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-6e92b312 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-6e92b312, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-6e92b312, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-6e92b312 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-6e92b312, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-6e92b312, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-6e92b312 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-6e92b312, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-6e92b312, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-6e92b312 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-6e92b312, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-6e92b312, #w-node-ee961e8d-845a-edc3-3307-509470022457-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-6e92b312 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-6e92b312, #w-node-ee961e8d-845a-edc3-3307-50947002245b-6e92b312, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-6e92b312 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-6e92b312, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-6e92b312, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-6e92b312 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-6e92b312, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-6e92b312, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-6e92b312 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-6e92b312, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-6e92b312, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-6e92b312 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-6e92b312, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-6e92b312, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-6e92b312 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-6e92b312, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-6e92b312, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-6e92b312 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-6e92b312 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-6e92b312 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-6e92b312 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-6e92b312 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-6e92b312 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-6e92b312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-6e92b312 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d8cc84f8-738b-266e-588a-b544e4e609b1-6e92b30f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62daa183-671e-12c2-b866-bf7366c314c7-66c31474 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d8cc84f8-738b-266e-588a-b544e4e609a1-6e92b30f, #w-node-d8cc84f8-738b-266e-588a-b544e4e609a9-6e92b30f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62daa183-671e-12c2-b866-bf7366c314c7-66c31474 {
    justify-self: end;
  }

  #w-node-_5a5f24d7-b590-2135-f11b-772b5b524b7b-5b524b39 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}