@font-face {
  font-family: Abcmonumentgrotesk;
  src: url('../fonts/ABCMonumentGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: "Open Sans", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Abcmonumentgrotesk, Arial, sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---opacity--neutral-darkest-15: #08090c26;
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-5: #08090c0d;
  --_primitives---colors--neutral-darkest: #08090c;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--big-stone-dark: #141e32;
  --_primitives---colors--big-stone: #1a263f;
  --_primitives---colors--jordy-blue: #9eb9f9;
  --_primitives---colors--emerald-lightest: #effaf3;
  --_primitives---colors--blue-dianne-darkest: #091719;
  --_primitives---colors--neutral-lighter: #d9dada;
  --_primitives---colors--emerald: #5fd087;
  --color-scheme-2--accent: var(--_primitives---colors--big-stone);
  --_primitives---colors--neutral-darker: #202124;
  --_primitives---opacity--neutral-darkest-60: #08090c99;
  --_primitives---colors--big-stone-lightest: #e8e9eb;
  --_primitives---opacity--white-60: #fff9;
  --_primitives---opacity--neutral-darkest-30: #08090c4d;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---opacity--neutral-darkest-15);
  --_ui-styles---radius--medium: 32px;
  --color-scheme-1--foreground: var(--_primitives---colors--white);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 24px;
  --_primitives---colors--emerald-light: #8fdeab;
  --_ui-styles---radius--large: 40px;
  --color-scheme-1--accent: var(--_primitives---colors--big-stone);
  --color-scheme-2--background: var(--_primitives---colors--emerald-lightest);
  --color-scheme-2--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-3--background: var(--_primitives---colors--jordy-blue-lighter);
  --color-scheme-3--text: var(--_primitives---colors--neutral-darkest);
  --color-scheme-4--background: var(--_primitives---colors--neutral-lightest);
  --color-scheme-4--text: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--blue-dianne-dark: #1a3f44;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--blue-dianne: #214f56;
  --_primitives---colors--big-stone-darkest: #070b12;
  --_primitives---colors--blue-dianne-darker: #0d1f22;
  --_primitives---colors--emerald-darkest: #1c3e28;
  --_primitives---colors--emerald-dark: #4ca66c;
  --_primitives---colors--neutral-lightest: #f2f2f2;
  --_primitives---colors--neutral-light: #b4b5b6;
  --_primitives---colors--neutral: #838485;
  --_primitives---colors--neutral-dark: #525254;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-10: #08090c1a;
  --_primitives---opacity--neutral-darkest-20: #08090c33;
  --_primitives---opacity--neutral-darkest-40: #08090c66;
  --_primitives---opacity--neutral-darkest-50: #08090c80;
  --color-scheme-2--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-2--foreground: var(--_primitives---colors--emerald-lightest);
  --color-scheme-3--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-3--accent: var(--_primitives---colors--big-stone);
  --color-scheme-3--foreground: var(--_primitives---colors--jordy-blue-lighter);
  --color-scheme-4--border: var(--_primitives---opacity--neutral-darkest-15);
  --color-scheme-4--accent: var(--_primitives---colors--big-stone);
  --color-scheme-4--foreground: var(--_primitives---colors--neutral-lightest);
  --_primitives---colors--big-stone-lighter: #d1d3d8;
  --_primitives---colors--big-stone-darker: #0a0f19;
  --_primitives---colors--jordy-blue-lightest: #f5f8fe;
  --_primitives---colors--big-stone-light: #5e6778;
  --_primitives---colors--jordy-blue-lighter: #ebf1fd;
  --_primitives---colors--jordy-blue-light: #bbcefa;
  --_primitives---colors--jordy-blue-dark: #7e94c7;
  --_primitives---colors--jordy-blue-darker: #3f4a63;
  --_primitives---colors--jordy-blue-darkest: #2f374a;
  --_primitives---colors--blue-dianne-lightest: #e8edee;
  --_primitives---colors--blue-dianne-lighter: #d2dbdd;
  --_primitives---colors--blue-dianne-light: #638388;
  --_primitives---colors--emerald-lighter: #dff5e7;
  --_primitives---colors--emerald-darker: #265336;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-formrecaptcha {
  margin-bottom: 8px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.025rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.015rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.0125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  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 {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  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 {
  text-decoration: underline;
}

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

.max-width-medium {
  width: 100%;
  max-width: 35rem;
  margin-top: -81px;
}

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

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

.container-large {
  width: 100%;
  max-width: 80rem;
  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: 48rem;
}

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

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

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

.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-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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 98px;
  padding-bottom: 10px;
}

.margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .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-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-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-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 {
  font-size: 1.125rem;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  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 {
  letter-spacing: -.03rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  letter-spacing: -.0125rem;
  font-size: 1.25rem;
  font-weight: 400;
  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;
}

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  letter-spacing: -.015rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.heading-style-h1 {
  letter-spacing: -.035rem;
  text-shadow: none;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  cursor: pointer;
  border-radius: 4px;
  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:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_checkbox-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_checkbox-icon.is-alternate.w--redirected-checked {
  background-color: var(--_primitives---colors--white);
}

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

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

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

.form_field-label.is-alternate {
  color: var(--_primitives---colors--white);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid var(--_primitives---colors--big-stone-dark);
  background-color: var(--_primitives---colors--big-stone);
  box-shadow: 0 3px 0 0 var(--_primitives---colors--big-stone-dark);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: .25rem;
  padding: .425rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button:hover {
  box-shadow: 0 0 0 0 var(--_primitives---colors--big-stone-dark);
  transform: translate(0, 3px);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
}

.button.is-link:hover {
  text-decoration: underline;
  transform: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--white);
}

.button.is-link.is-alternate:hover {
  box-shadow: 0 2px 5px 0 var(--_primitives---opacity--transparent);
  transform: none;
}

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

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

.button.is-secondary {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---colors--jordy-blue);
  box-shadow: 0 3px 0 0 var(--_primitives---opacity--neutral-darkest-15);
  color: var(--_primitives---colors--emerald-lightest);
  -webkit-text-stroke-color: var(--_primitives---colors--blue-dianne-darkest);
}

.button.is-secondary:hover {
  box-shadow: 0 0 0 0 var(--_primitives---opacity--neutral-darkest-15);
}

.button.is-secondary.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: 0 3px 0 0 var(--_primitives---opacity--white-20);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-alternate:hover {
  box-shadow: 0 0 0 0 var(--_primitives---opacity--white-20);
}

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

.button.is-alternate {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--white);
  box-shadow: 0 3px 0 0 var(--_primitives---colors--neutral-lighter);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-alternate:hover {
  box-shadow: 0 0 0 0 var(--_primitives---colors--neutral-lighter);
  transform: translate(0, 3px);
}

.button.alamo-sur {
  background-color: var(--_primitives---colors--emerald);
  box-shadow: 0 3px 6px -3px var(--_primitives---colors--big-stone-dark);
  border-width: 0;
  border-radius: 20px;
  padding-top: .225rem;
  padding-bottom: .225rem;
}

.button.cta {
  border-width: 2px;
  border-color: var(--_primitives---colors--emerald);
  background-color: var(--color-scheme-2--accent);
  box-shadow: none;
  opacity: 1;
  color: var(--_primitives---colors--emerald);
  cursor: auto;
  border-radius: 20px;
  padding: .225rem 1.4rem;
  font-size: 1rem;
  font-weight: 400;
}

.button.andes {
  background-color: var(--_primitives---colors--jordy-blue);
  box-shadow: 0 3px 6px -3px var(--_primitives---colors--big-stone-dark);
  color: var(--_primitives---colors--neutral-darker);
  border-width: 0;
  border-radius: 20px;
  padding-top: .225rem;
  padding-bottom: .225rem;
}

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

.heading-style-h4 {
  letter-spacing: -.02rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.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 {
  letter-spacing: -.025rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--emerald-lightest);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 12px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .2s;
}

.form_input:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  color: var(--_primitives---colors--white);
  height: auto;
  min-height: 11.25rem;
  padding-top: 0;
  padding-bottom: 0;
}

.form_input.is-select-input {
  background-image: none;
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.form_input.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-20);
}

.form_input.is-alternate:focus {
  border-color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.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;
  color: var(--_primitives---opacity--neutral-darkest-30);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

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

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

.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(--_primitives---colors--neutral-darkest);
}

.icon-embed-xxsmall {
  color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall.andes {
  color: var(--_primitives---colors--jordy-blue);
}

.icon-embed-xsmall {
  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(--_primitives---colors--neutral-darkest);
}

.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: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  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;
  transition: all .2s;
}

.form_radio-icon:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--_primitives---colors--neutral-darkest);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
}

.form_radio-icon.is-alternate:hover {
  background-color: var(--_primitives---opacity--white-10);
}

.form_radio-icon.is-alternate.w--redirected-checked {
  border-width: 6px;
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

.text-align-center {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.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 {
  letter-spacing: -.035rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.text-rich-text h4 {
  letter-spacing: -.02rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.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(--color-scheme-1--text);
  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;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

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

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

.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: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  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 {
  margin-bottom: 116px;
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global.alamosur {
  background-color: #004940;
  margin-bottom: auto;
  padding-bottom: 212px;
}

.padding-global.andes {
  background-color: #062d65;
}

.padding-global.alamosur-copy {
  background-color: #004940;
  margin-bottom: auto;
  padding-bottom: 212px;
}

.padding-global.andes {
  background-color: #004940;
  margin-bottom: auto;
  padding-bottom: 38px;
}

.padding-section-medium {
  padding-top: 2.6rem;
}

.dudas-frecuentes {
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.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;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  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 {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

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

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: var(--_primitives---opacity--transparent);
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .625rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--transparent);
  font-weight: 500;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 8px;
  flex: none;
  padding: .625rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  font-weight: 500;
}

.slider-arrow {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.color-scheme-2 {
  background-color: var(--color-scheme-2--background);
  color: var(--color-scheme-2--text);
}

.color-scheme-3 {
  background-color: var(--color-scheme-3--background);
  color: var(--color-scheme-3--text);
}

.color-scheme-4 {
  background-color: var(--color-scheme-4--background);
  color: var(--color-scheme-4--text);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list {
  background-color: #1233a4;
}

.navbar2_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_component.color-scheme-1 {
  background-color: var(--color-scheme-1--accent);
  background-image: linear-gradient(#0e30a3, #2d47ad);
}

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

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar2_link.header-white {
  color: var(--color-scheme-1--background);
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  background-image: linear-gradient(to bottom, var(--_primitives---colors--jordy-blue), var(--_primitives---colors--jordy-blue));
  border-radius: 13px;
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  background-image: linear-gradient(#0433661f, #0433661f), url('../images/HERO.png');
  background-position: 0 0, 63%;
  background-size: auto, cover;
  border-radius: 0;
  margin: -11px;
  position: absolute;
  inset: 0%;
}

.header88_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  margin: 0;
  position: absolute;
  inset: 0%;
}

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

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

.section_header88 {
  position: relative;
}

.header88_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header88_card.text-color-white {
  margin: -7px -26px;
  padding-top: 0;
  padding-bottom: 0;
}

.seccion--us.color-scheme-1 {
  margin: 164px 110px;
}

.layout42_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 37px;
  margin-bottom: 37px;
  display: grid;
}

.layout4_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 58px;
  padding-top: 60px;
  display: grid;
  overflow: visible;
}

.layout4_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout4_image {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/alamo.png');
  background-position: 0 0;
  background-size: auto;
  border: 0 solid #05d380;
  width: 100%;
  height: 100%;
}

.layout4_content-left.andes {
  color: var(--color-scheme-1--foreground);
}

.layout4_content-left.alamo-sur, .layout4_content-left.andes {
  color: var(--color-scheme-1--background);
}

.layout4_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.gallery18_slider {
  background-color: var(--_primitives---opacity--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.gallery18_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.gallery18_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery18_lightbox-link {
  width: 100%;
}

.section_gallery18 {
  overflow: hidden;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.faq10_component {
  margin-bottom: -116px;
  padding-bottom: 96px;
}

.faq10_answer {
  overflow: hidden;
}

.faq10_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq10_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.faq10_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: -117px;
  display: grid;
}

.faq10_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq10_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.section_faq10.color-scheme-4 {
  margin-top: -133px;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 413px;
  display: grid;
}

.error-text {
  color: #e23939;
}

.contact1_component {
  color: var(--_primitives---colors--white);
}

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

.section_contact1.color-scheme-1 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#258bd8, #0092ff87 21%, #84cbff40 42%, #fff0), url('../images/ampliacion-imagen-de-contacto-nueva.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-clip: border-box;
}

.contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

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

.footer4_bottom-wrapper {
  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: flex;
}

.footer4_component.color-scheme-1 {
  margin-top: -113px;
  margin-bottom: auto;
  padding-bottom: 0;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

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

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.image {
  font-size: 6%;
}

.header-white {
  color: var(--color-scheme-1--background);
}

.content-holder {
  height: 100%;
  position: relative;
}

.content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content.c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #7cddee;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  inset: 0%;
}

.content.b {
  background-color: #2fca66;
  border-radius: 20px;
}

.content.a {
  background-color: #05d380;
  border-radius: 20px;
}

.content.c {
  color: var(--_primitives---colors--big-stone-darkest);
  background-color: #42d575;
  border-radius: 20px;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.content.a-copy {
  background-color: #05d380;
  border-radius: 20px;
}

.photo {
  background-image: url('../images/DSC09843-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.photo.b {
  background-image: url('../images/DSC09220.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
}

.photo.a {
  background-image: url('../images/DSC09900-1.jpg');
  background-position: 43%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  display: block;
}

.photo.c {
  background-image: url('../images/woman-in-bikini-at-the-swimming-pool-2025-02-10-09-56-30-utc-1.jpg');
  border-radius: 15px;
}

.photo.a {
  background-image: url('../images/DSC09222-1-min.jpg');
  background-position: 43%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.photo.a-copy {
  background-image: url('../images/DeWatermark.ai_1744294590842.png');
  background-position: 43%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
}

.photo.c-copy {
  background-image: url('../images/DeWatermark.ai_1744294175343.png');
  border-radius: 15px;
}

.photo.b-copy {
  background-image: url('../images/004685b9642e46b2beee16b1cf5bc724.png');
  background-position: 50%;
  border-radius: 9px;
}

.photo.d {
  background-image: url('../images/04e.png');
  border-radius: 15px;
}

.content-section {
  display: flex;
  position: relative;
}

.content-section.pro, .content-section.andes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  padding: 131px;
}

.info {
  flex: 1;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.renders {
  flex: 1;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.info-2 {
  flex: 1;
  height: 269vh;
  position: sticky;
  top: 0;
}

.padding-section-large {
  margin-top: 141px;
  padding-bottom: 3.3rem;
  padding-left: 0;
  padding-right: 0;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #1a263f;
  border: 1px solid #1a263f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: #141e32;
  border-color: #141e32;
}

.button-2.is-secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #03040c;
  background-color: #03040c0d;
  border-color: #0000;
}

.button-2.is-secondary:hover {
  background-color: #03040c26;
}

.button-2.is-link {
  color: #03040c;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link:hover {
  text-decoration: underline;
}

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

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

.layout22_image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.info-3 {
  flex: 1;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section {
  margin: 59px;
}

.code-embed {
  margin: 86px 1px 1px;
  display: block;
}

.section-2 {
  margin-top: 64px;
}

.code-embed-2 {
  position: sticky;
}

.div-block, .whatsapp-container {
  position: relative;
}

.code-embed-3 {
  position: sticky;
}

.wa-wrap {
  z-index: 999;
  aspect-ratio: 1;
  color: #fff;
  background-color: #0cc143;
  border-radius: 100%;
  margin-bottom: 4.3rem;
  margin-right: 1.5rem;
  padding: .3rem .3rem .3rem .4rem;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.heading {
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  padding-right: 1px;
  font-size: 3rem;
}

.text-span {
  color: var(--_primitives---colors--blue-dianne-darker);
  font-size: 3.3rem;
  line-height: 1.9;
}

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

.text-block-2 {
  color: var(--_primitives---colors--big-stone-lightest);
}

.tabs-menu-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.tab-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--_primitives---colors--emerald-darkest);
  -webkit-text-fill-color: inherit;
  background-color: #05d380;
  background-clip: border-box;
  border-radius: 17px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .2s;
}

.tab-2:hover {
  color: #fff;
  background-color: #b86126;
}

.tab-2.w--current {
  color: #fff;
  text-align: left;
  background-color: #166948;
  display: inline-block;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.tipologias-lista-li {
  margin-bottom: .8rem;
  padding-left: 0;
}

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

.tab-der {
  width: 55%;
  margin-top: 26px;
  padding-left: 60px;
  padding-right: 60px;
}

.models-andes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.tab-contenedor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
}

.tipo-small {
  font-size: .8rem;
  line-height: 1.2;
  display: block;
}

.tipologias-lista {
  padding-left: 0;
}

.tab-izq {
  color: var(--_primitives---colors--white);
  align-items: center;
  width: 40%;
  display: flex;
}

.heading-2 {
  color: var(--color-scheme-1--foreground);
}

.text-block-3 {
  color: var(--_primitives---colors--white);
}

.image-2 {
  vertical-align: baseline;
  padding-top: 84px;
  padding-bottom: 84px;
}

.heading-3, .heading-4 {
  color: var(--color-scheme-1--background);
  text-align: center;
}

.code-embed-4 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 94px;
  margin-right: -116px;
  display: block;
}

.columns {
  margin: 59px auto;
  padding: 0;
}

.column {
  color: var(--_primitives---colors--white);
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  text-align: right;
  margin-top: 11px;
  margin-left: -84px;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  margin-left: -78px;
  display: flex;
}

.section-4 {
  background-image: linear-gradient(#0d3878, #0d3878), linear-gradient(#1133a4, #3954bd);
  margin-bottom: 130px;
}

.bold-text {
  text-align: center;
  text-transform: capitalize;
  margin-left: 0;
}

.heading-5 {
  text-align: left;
  text-transform: lowercase;
}

.div-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 28px;
  display: inline-grid;
}

.heading-6 {
  color: var(--_primitives---colors--emerald);
  text-align: right;
  font-size: 2.8rem;
  line-height: 1;
}

.padding-global-copy {
  margin-bottom: 116px;
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global-copy.alamosur {
  background-color: #004940;
  margin-bottom: auto;
  padding-bottom: 212px;
}

.padding-global-copy.andes {
  background-color: #0d3878;
  background-image: linear-gradient(#0d3878, #0d3878 55%, #0f3778 86%);
  margin-bottom: auto;
  padding-bottom: 212px;
}

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

.dudas-frecuentes-andes {
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.layout4_component-andes {
  color: var(--_primitives---colors--neutral-darkest);
}

.layout4_content-andes {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 58px;
  padding-top: 60px;
  display: grid;
  overflow: visible;
}

.layout4_image-wrapper-copy {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.text-span-2 {
  color: var(--_primitives---colors--jordy-blue);
}

.text-span-3 {
  color: var(--_primitives---colors--emerald);
}

.div-block-4-andes {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 59px 81px 59px 0;
  display: inline-grid;
}

.tabs-menu-2-copy {
  text-align: center;
  mix-blend-mode: normal;
  margin-top: 10px;
  margin-bottom: 40px;
}

.text-block-4, .text-block-5 {
  color: var(--_primitives---colors--white);
}

.tab-2-copy {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--_primitives---colors--neutral-darkest);
  background-color: #2657fe;
  border-radius: 17px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .2s;
}

.tab-2-copy:hover {
  color: #fff;
  background-color: #b86126;
}

.tab-2-copy.w--current {
  color: #fff;
  text-align: left;
  background-color: #6680da;
  display: inline-block;
}

.code-embed-4-copy {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 94px;
  margin-right: -116px;
  display: block;
}

.text-span-4 {
  font-size: 2.7rem;
}

.text-span-5 {
  color: var(--_primitives---colors--emerald);
}

.bold-text-2 {
  color: var(--_primitives---colors--jordy-blue);
}

.div-block-5 {
  display: block;
}

.image-3 {
  max-width: 117%;
  margin-left: -91px;
}

.paragraph-2 {
  font-size: 1.6rem;
}

.navbar {
  background-image: linear-gradient(to bottom, var(--_primitives---colors--emerald-dark), var(--_primitives---colors--emerald-dark));
  border-radius: 11px;
  padding: .5rem 1rem;
}

.navbar.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.content-copy.c-copy {
  background-color: #2657fe;
  border-radius: 20px;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.content-copy.b-copy {
  background-color: #4c7beb;
  border-radius: 20px;
}

.content-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-copy.c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #7cddee;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  inset: 0%;
}

.content-copy.b {
  background-color: #31b660;
  border-radius: 20px;
}

.content-copy.a {
  background-color: #05d380;
  border-radius: 20px;
}

.content-copy.c {
  border-radius: 20px;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.content-copy.a-copy {
  background-color: #2657fe;
  border-radius: 20px;
}

.content-copy-copy.c, .content-copy-copy.d {
  border-radius: 20px;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.content-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-copy-copy.c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #7cddee;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  inset: 0%;
}

.content-copy-copy.b {
  background-color: #31b660;
  border-radius: 20px;
}

.content-copy-copy.a {
  background-color: #05d380;
  border-radius: 20px;
}

.content-copy-copy.c {
  border-radius: 20px;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.content-copy-copy.a-copy {
  background-color: #2657fe;
  border-radius: 20px;
}

.content-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-3.c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #7cddee;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  inset: 0%;
}

.content-3.b {
  background-color: #31b660;
  border-radius: 20px;
}

.content-3.a {
  background-color: #05d380;
  border-radius: 20px;
}

.content-3.c {
  border-radius: 20px;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.content-3.c-copy {
  background-color: #2657fe;
  border-radius: 20px;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.image-4 {
  margin-top: -12px;
}

.heading-7, .heading-8, .heading-9 {
  color: var(--_primitives---colors--white);
}

.form_field-telefono {
  margin-top: 22px;
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-telefono.is-alternate {
  color: var(--_primitives---colors--white);
}

.recaptcha {
  clear: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-right: 0;
  position: relative;
}

.button-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid var(--_primitives---colors--big-stone-dark);
  background-color: var(--_primitives---colors--big-stone);
  box-shadow: 0 3px 0 0 var(--_primitives---colors--big-stone-dark);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: .25rem;
  padding: .425rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button-copy:hover {
  box-shadow: 0 0 0 0 var(--_primitives---colors--big-stone-dark);
  transform: translate(0, 3px);
}

.button-copy.is-link {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
}

.button-copy.is-link:hover {
  text-decoration: underline;
  transform: none;
}

.button-copy.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: none;
  color: var(--_primitives---colors--white);
}

.button-copy.is-link.is-alternate:hover {
  box-shadow: 0 2px 5px 0 var(--_primitives---opacity--transparent);
  transform: none;
}

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

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

.button-copy.is-secondary {
  border-color: var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---colors--jordy-blue);
  box-shadow: 0 3px 0 0 var(--_primitives---opacity--neutral-darkest-15);
  color: var(--_primitives---colors--emerald-lightest);
  -webkit-text-stroke-color: var(--_primitives---colors--blue-dianne-darkest);
}

.button-copy.is-secondary:hover {
  box-shadow: 0 0 0 0 var(--_primitives---opacity--neutral-darkest-15);
}

.button-copy.is-secondary.is-alternate {
  border-color: var(--_primitives---opacity--white-20);
  background-color: var(--_primitives---opacity--transparent);
  box-shadow: 0 3px 0 0 var(--_primitives---opacity--white-20);
  color: var(--_primitives---colors--white);
}

.button-copy.is-secondary.is-alternate:hover {
  box-shadow: 0 0 0 0 var(--_primitives---opacity--white-20);
}

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

.button-copy.is-alternate {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--white);
  box-shadow: 0 3px 0 0 var(--_primitives---colors--neutral-lighter);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-copy.is-alternate:hover {
  box-shadow: 0 0 0 0 var(--_primitives---colors--neutral-lighter);
  transform: translate(0, 3px);
}

.button-copy.alamo-sur {
  background-color: var(--_primitives---colors--emerald);
  box-shadow: 0 3px 6px -3px var(--_primitives---colors--big-stone-dark);
  border-width: 0;
  border-radius: 20px;
  padding-top: .225rem;
  padding-bottom: .225rem;
}

.button-copy.cta {
  border-width: 2px;
  border-color: var(--_primitives---colors--emerald);
  background-color: var(--color-scheme-2--accent);
  box-shadow: none;
  opacity: 1;
  color: var(--_primitives---colors--emerald);
  cursor: auto;
  border-radius: 20px;
  padding: .225rem 1.4rem;
  font-size: 1rem;
  font-weight: 400;
}

.button-copy.andes {
  background-color: var(--_primitives---colors--jordy-blue);
  box-shadow: 0 3px 6px -3px var(--_primitives---colors--big-stone-dark);
  color: var(--_primitives---colors--neutral-darker);
  border-width: 0;
  border-radius: 20px;
  padding-top: .225rem;
  padding-bottom: .225rem;
}

.slide-nav {
  border-radius: 20px;
}

.image-5 {
  margin-top: 0;
  padding: 0;
}

.slide {
  padding: 0;
}

.slide-2 {
  background-image: url('../images/Modelo-A---PB-PERSPECTIVA.png');
  background-position: 0 0;
  background-size: auto;
}

.slider {
  background-color: #fff;
  border-radius: 20px;
}

.slide-nav-2 {
  border-radius: 0;
  width: 423px;
  padding: 0;
  font-size: .5rem;
  line-height: 1.1;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-6 {
  border-radius: 0;
  margin-top: 24px;
}

.mask {
  border-radius: 20px;
}

.image-7 {
  max-width: 112%;
  margin-top: 6px;
  margin-left: -12px;
  padding-left: 0;
}

.image-8 {
  max-width: 109%;
  margin-top: 17px;
  margin-left: -15px;
}

.slide-3 {
  padding: 0;
}

.text-span-6 {
  -webkit-text-fill-color: transparent;
  background-color: #9eb9f9;
  -webkit-background-clip: text;
  background-clip: text;
}

@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-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.quiz {
    color: var(--color-scheme-1--background);
  }

  .heading-style-h2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    font-size: 2.75rem;
    display: flex;
  }

  .heading-style-h2.contactanos {
    color: var(--color-scheme-1--background);
    justify-content: center;
    align-items: center;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .form_checkbox-label {
    margin-top: -440px;
  }

  .form_field-label {
    color: var(--color-scheme-1--background);
  }

  .button {
    margin-top: -265px;
  }

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

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

  .form_input {
    border-color: var(--_primitives---colors--emerald-lightest);
    color: var(--_primitives---colors--big-stone-lightest);
  }

  .form_input.is-text-area {
    margin-bottom: 207px;
  }

  .button-group {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    padding-top: 87px;
    padding-bottom: 87px;
    display: flex;
  }

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

  .dudas-frecuentes {
    padding: 6rem 53px;
  }

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .text-style-tagline.contacto {
    color: var(--_primitives---colors--emerald-light);
    font-size: 1.1rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header88_card-content {
    margin-top: -145px;
  }

  .layout42_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout4_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-bottom: -8px;
    padding-top: 0;
    padding-left: 37px;
    padding-right: 37px;
  }

  .faq10_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .contact1_form {
    margin-top: -10px;
    padding-bottom: 136px;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .content-section {
    display: none;
  }

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

  .layout22_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .tab-contenedor {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    margin-left: 93px;
    margin-right: -74px;
  }

  .dudas-frecuentes-andes {
    padding: 6rem 53px;
  }

  .layout4_content-andes {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-bottom: -8px;
    padding-top: 0;
    padding-left: 37px;
    padding-right: 37px;
  }

  .navbar {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .form_field-telefono {
    color: var(--color-scheme-1--background);
  }

  .button-copy {
    margin-top: -265px;
  }

  .image-6 {
    margin-top: 82px;
  }

  .image-7 {
    max-width: 141%;
    margin-top: 57px;
    margin-left: -42px;
  }

  .image-8 {
    max-width: 104%;
    margin-top: 84px;
    margin-left: -1px;
  }
}

@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 {
    font-size: 1rem;
  }

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

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

  .dudas-frecuentes {
    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;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .header88_card-content {
    margin-top: -73px;
  }

  .header88_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .layout42_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout4_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .faq10_list.first-col {
    border-bottom-style: none;
  }

  .faq10_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .faq10_icon-wrapper {
    width: 1.75rem;
  }

  .faq10_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

  .layout22_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .tab-der {
    width: 100%;
  }

  .tab-contenedor {
    flex-direction: column;
  }

  .tab-izq {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-2 {
    padding-left: 214px;
    padding-right: 214px;
  }

  .code-embed-4 {
    margin: 45px 15px 15px;
  }

  .paragraph {
    margin-top: 34px;
  }

  .dudas-frecuentes-andes {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout4_content-andes {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .code-embed-4-copy {
    margin: 45px 15px 15px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

  .margin-top.margin-xxlarge {
    margin-top: 7.3rem;
  }

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

  .margin-bottom.margin-xxlarge {
    padding-top: 58px;
    padding-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-top.padding-medium {
    text-align: center;
  }

  .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-align: center;
    margin-top: -11px;
    font-size: 1rem;
  }

  .text-size-medium.nosotros {
    text-align: center;
    margin-top: 17px;
  }

  .text-size-medium.quiz {
    margin-bottom: 7.2rem;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 2.25rem;
  }

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

  .icon-embed-medium {
    width: 2.3rem;
    height: 2.4rem;
  }

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

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

  .form_checkbox-icon {
    margin-top: -436px;
  }

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

  .button {
    justify-content: center;
    align-items: center;
    margin-top: -239px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.alamo-sur, .button.andes {
    margin-top: auto;
    margin-bottom: auto;
    padding: .125rem .725rem;
  }

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

  .heading-style-h4.aparte {
    font-size: 2.4rem;
    line-height: 1.2;
  }

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

  .heading-style-h3 {
    text-align: center;
    margin-top: 7.9rem;
    font-size: 2rem;
  }

  .heading-style-h3.nosotros {
    margin-top: 1.7rem;
  }

  .button-group {
    padding-top: 21px;
    padding-bottom: 1px;
  }

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

  .form_field-wrapper {
    margin-top: 0;
  }

  .text-rich-text h1 {
    font-size: 2.5rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

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

  .dudas-frecuentes {
    margin-top: 0;
    padding: 0 18px;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .text-style-tagline {
    text-align: left;
    padding-left: 76px;
  }

  .menu-icon2_line-bottom {
    color: var(--_primitives---colors--white);
    border: 1px solid #fff;
  }

  .navbar2_component.color-scheme-1 {
    border: 1px solid #0000;
  }

  .menu-icon2_line-top {
    background-color: var(--_primitives---colors--white);
    border: 1px solid #fff;
  }

  .menu-icon2 {
    border: 0 solid #fff0;
  }

  .navbar2_link.header-white {
    color: var(--_primitives---colors--blue-dianne-dark);
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: var(--_primitives---colors--white);
    text-align: left;
  }

  .menu-icon2_line-middle {
    background-color: var(--_primitives---colors--white);
  }

  .image-overlay-layer {
    background-image: linear-gradient(#2daf1e00, #2daf1e00), url('../images/8086c993-3c4f-4e70-a2da-ed94bcdfc940.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    border-radius: 0;
    margin-left: auto;
    margin-right: 0;
    inset: 2%;
  }

  .header88_background-image-wrapper {
    background-image: linear-gradient(#00000080, #00000080);
    margin-left: -53px;
    margin-right: -53px;
  }

  .header88_card-content {
    margin-top: -57px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .header88_card.text-color-white {
    margin: -24px -11px -136px;
  }

  .header88_component {
    border-radius: 0;
    margin-top: -24px;
    padding: 23px;
  }

  .seccion--us.color-scheme-1 {
    margin: -1px;
  }

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

  .layout4_content {
    grid-template-columns: 1fr;
    padding: 34px 13px 13px;
  }

  .layout4_item-list {
    grid-template-columns: 1fr;
  }

  .layout4_image {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    width: 110%;
    padding: 0;
    overflow: visible;
  }

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

  .contact1_form {
    grid-row-gap: 1.5rem;
    padding-bottom: 182px;
  }

  .contact1_component {
    margin-left: 25px;
    margin-right: 25px;
  }

  .image {
    max-width: 231%;
    padding: 0;
  }

  .header-white {
    color: var(--_primitives---colors--blue-dianne);
  }

  .content.c {
    inset: 0%;
    inset: 0%;
  }

  .content-section.pro, .content-section.andes {
    overflow: visible;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-section-large {
    margin-top: 0;
  }

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

  .code-embed {
    border-radius: 10px;
    margin-left: -63px;
    margin-right: -63px;
  }

  .container {
    border-radius: 13px;
    display: block;
  }

  .section-3 {
    overflow: visible;
  }

  .wa-wrap {
    margin-bottom: 1rem;
    margin-right: 1rem;
    padding: .4rem;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    padding-left: 10px;
    display: flex;
  }

  .tab-2 {
    flex: 1;
    min-width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-2.w--current {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-der {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-contenedor {
    padding-left: 0;
  }

  .tab-izq {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
  }

  .div-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-top: -8.3rem;
  }

  .heading-4 {
    margin-bottom: -3.4rem;
  }

  .code-embed-4 {
    margin: -5px -1px -1px 0;
  }

  .columns, .column {
    text-align: center;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 2.4rem;
    margin-left: 0;
    padding: 24px;
  }

  .div-block-3 {
    margin-left: 0;
  }

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

  .column-2 {
    padding-left: 0;
  }

  .dudas-frecuentes-andes {
    margin-top: 0;
    padding: 0 18px;
  }

  .layout4_content-andes {
    grid-template-columns: 1fr;
    padding: 34px 13px 13px;
  }

  .section-3-andes {
    overflow: visible;
  }

  .div-block-4-andes {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin: 14px 0 0;
  }

  .tabs-menu-2-copy {
    flex-wrap: wrap;
    padding-left: 10px;
    display: flex;
  }

  .tab-2-copy {
    flex: 1;
    min-width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-2-copy.w--current {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-4-copy {
    margin: -5px -1px -1px 0;
  }

  .text-span-5 {
    color: var(--_primitives---colors--emerald);
  }

  .content-copy.c {
    inset: 0%;
    inset: 0%;
  }

  .content-copy.c-copy, .content-copy.c, .content-copy.c, .content-copy.c, .content-copy.c, .content-copy-copy.c, .content-copy-copy.c, .content-copy-copy.d, .content-copy-copy.c, .content-copy-copy.c, .content-3.c, .content-3.c, .content-3.c-copy {
    inset: 0%;
  }

  .recaptcha {
    margin-top: -234px;
    margin-bottom: 0;
    position: static;
    inset: 49% 0% auto 8%;
  }

  .button-copy {
    justify-content: center;
    align-items: center;
    margin-top: -134px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-copy.alamo-sur, .button-copy.andes {
    margin-top: auto;
    margin-bottom: auto;
    padding: .125rem .725rem;
  }

  .div-block-6 {
    padding-bottom: 100px;
  }

  .image-6 {
    max-width: 105%;
    margin-top: 54px;
    margin-left: -7px;
  }

  .image-7 {
    max-width: 118%;
    margin-top: 35px;
    margin-left: -15px;
  }

  .image-8 {
    max-width: 114%;
    margin-top: 65px;
    margin-left: -14px;
  }
}

#w-node-ad270746-518b-7439-1d9d-422d4799359c-fa2b9dda, #w-node-f75ee5dd-c91b-2cb5-fb82-328d13c6b607-fa2b9dda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a78919d-b692-e7a8-f3f8-a385ae5b36da-fa2b9dda {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4a78919d-b692-e7a8-f3f8-a385ae5b36db-fa2b9dda, #w-node-_4a78919d-b692-e7a8-f3f8-a385ae5b36dc-fa2b9dda {
  align-self: center;
}

#w-node-_4a78919d-b692-e7a8-f3f8-a385ae5b36dd-fa2b9dda, #w-node-_9826ce5c-134f-2177-81c7-43aa593ec861-fa2b9dda {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1cb5476-a2a4-314d-4586-3073b191bd1a-fa2b9dda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c87ccd16-dfd0-ae67-fb7a-186b563b5522-fa2b9dda {
  place-self: auto center;
}

#w-node-a1cb5476-a2a4-314d-4586-3073b191bd23-fa2b9dda {
  justify-self: center;
}

#w-node-d264678b-3fa9-cd9c-ddc4-5ba73be9a269-3be9a263 {
  justify-self: start;
}

#w-node-d264678b-3fa9-cd9c-ddc4-5ba73be9a276-3be9a263 {
  justify-self: end;
}

#w-node-_133cd628-d169-2819-a657-316a42dfed11-42dfed0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_133cd628-d169-2819-a657-316a42dfed13-42dfed0f {
  justify-self: center;
}

#w-node-_133cd628-d169-2819-a657-316a42dfed22-42dfed0f {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-fa2b9de2 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-fa2b9de2 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-fa2b9de2 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-fa2b9de2 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-fa2b9de2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-fa2b9de2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-fa2b9de2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-fa2b9de2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-fa2b9de2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-fa2b9de2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-fa2b9de2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-fa2b9de2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-fa2b9de2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-fa2b9de2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-fa2b9de2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-fa2b9de2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-fa2b9de2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-fa2b9de2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-fa2b9de2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-fa2b9de2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-fa2b9de2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-fa2b9de2, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-fa2b9de2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-fa2b9de2, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-fa2b9de2 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-fa2b9de2, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-fa2b9de2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-fa2b9de2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-fa2b9de2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-fa2b9de2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-fa2b9de2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-fa2b9de2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-fa2b9de2 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-fa2b9de2 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-fa2b9de2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-fa2b9de2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-fa2b9de2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-fa2b9de2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-fa2b9de2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-fa2b9de2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-fa2b9de2, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-fa2b9de2, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-fa2b9de2, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-fa2b9de2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-fa2b9de2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-fa2b9de2 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-fa2b9de2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-fa2b9de2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-fa2b9de2 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-fa2b9de2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-fa2b9de2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-fa2b9de2 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-fa2b9de2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-fa2b9de2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-fa2b9de2 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-fa2b9de2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-fa2b9de2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-fa2b9de2 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-fa2b9de2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-fa2b9de2, #w-node-ee961e8d-845a-edc3-3307-509470022457-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-fa2b9de2 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-fa2b9de2, #w-node-ee961e8d-845a-edc3-3307-50947002245b-fa2b9de2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-fa2b9de2 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-fa2b9de2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-fa2b9de2, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-fa2b9de2 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-fa2b9de2, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-fa2b9de2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-fa2b9de2 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-fa2b9de2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-fa2b9de2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-fa2b9de2 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-fa2b9de2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-fa2b9de2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-fa2b9de2 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-fa2b9de2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-fa2b9de2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-fa2b9de2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-fa2b9de2 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-fa2b9de2 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-fa2b9de2 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-fa2b9de2 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-fa2b9de2 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-fa2b9de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-fa2b9de2 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a1cb5476-a2a4-314d-4586-3073b191bd23-fa2b9dda {
    align-self: start;
  }

  #w-node-d264678b-3fa9-cd9c-ddc4-5ba73be9a269-3be9a263, #w-node-d264678b-3fa9-cd9c-ddc4-5ba73be9a276-3be9a263 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d264678b-3fa9-cd9c-ddc4-5ba73be9a284-3be9a263 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c87ccd16-dfd0-ae67-fb7a-186b563b5522-fa2b9dda {
    place-self: auto center;
  }

  #w-node-a1cb5476-a2a4-314d-4586-3073b191bd23-fa2b9dda {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-d264678b-3fa9-cd9c-ddc4-5ba73be9a269-3be9a263 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Abcmonumentgrotesk';
  src: url('../fonts/ABCMonumentGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}