:root {
  --color-3: #343434;
  --color-1: #252525;
  --white: white;
  --white-smoke: #f9f9f9;
  --color-2: #525252;
  --color-1-light: rgba(85, 81, 255, .06);
  --black: black;
  --silver: #c1c1c1;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--color-3);
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

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

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.6;
}

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

li {
  background-image: url('../images/special-bullet.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  margin-bottom: .25rem;
  padding-left: 1.75rem;
}

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

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

blockquote {
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-vertical.padding-main-hero {
  padding-top: 50svh;
  padding-bottom: 10svh;
}

.padding-vertical.footer-legal-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical.padding-inside-hero {
  padding-top: 18svh;
  padding-bottom: 9svh;
  position: relative;
}

.padding-vertical.padding-section-large.clar-top {
  padding-top: 0;
}

.padding-vertical.padding-section-large.clear-bottom {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--color-1);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1.75em;
  display: flex;
}

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.max-width-full.relative-z-1 {
  position: relative;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.heading-style-h3 {
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.text-rich-text li {
  background-image: none;
  padding-left: 0;
}

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

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-size: 2em;
  display: inline-block;
}

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input:focus {
  border: 1px solid var(--color-1);
  background-color: var(--white-smoke);
}

.form_input::-ms-input-placeholder {
  text-transform: uppercase;
}

.form_input::placeholder {
  text-transform: uppercase;
}

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

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

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

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

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

.text-style-link {
  color: var(--color-2);
  font-weight: 500;
  text-decoration: underline;
}

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

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

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

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

.page-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.button {
  border: .125rem solid var(--color-1);
  background-color: var(--color-1);
  color: #fff;
  text-align: center;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.button:hover {
  filter: brightness(80%);
}

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

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

.button.is-form-submit {
  background-color: var(--white);
  color: var(--color-1);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

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

.button.is-secondary {
  border: .125rem solid var(--color-1);
  color: var(--color-1);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary:hover {
  background-color: rgba(189, 189, 189, .3);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-color: var(--color-1);
  background-color: var(--color-1);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button.is-icon:hover {
  filter: brightness(85%);
}

.button.is-icon.contrast {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color-3);
}

.button.is-icon.is-secundary {
  color: var(--color-1);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-icon.is-secundary:hover {
  background-color: rgba(85, 81, 255, .3);
}

.button.is-icon.is-secundary.is-light {
  border-color: var(--white);
  color: var(--white);
}

.button.is-icon.is-secundary.is-light:hover {
  background-color: var(--white);
  color: var(--color-1);
}

.button.is-icon.is-text {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
}

.button.is-icon.is-small {
  font-size: 1rem;
}

.button.is-nav {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding-left: .25rem;
  padding-right: .25rem;
}

.button.btn-nav {
  z-index: 1;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  padding: .75rem 0;
  font-size: .875rem;
  position: relative;
}

.button.btn-nav.dropper {
  background-color: rgba(0, 0, 0, 0);
  padding-right: 2rem;
}

.button.btn-nav.dropper:hover {
  background-color: rgba(0, 0, 0, 0);
}

.button.is-modal-nav {
  color: var(--color-1);
  text-align: left;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  padding: .25em 1em;
  font-size: 1.5em;
}

.button.is-modal-nav.cta {
  background-color: var(--white);
  color: var(--color-1);
  border-style: solid;
  border-width: 3px;
  border-radius: .5rem;
  margin-left: 1em;
  padding: .55rem 2rem;
}

.button.is-footer-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 1rem;
  text-decoration: none;
}

.button.contrast {
  border-color: var(--color-2);
  background-color: var(--white);
  color: var(--color-1);
}

.button.is-chat {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--color-1);
  border: 1px solid #f3f3f3;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, .2);
}

.button.dropper {
  background-color: var(--white);
  color: var(--color-1);
  text-align: left;
  border-style: none;
  border-radius: 0;
  padding: .75rem .6rem .75rem 1rem;
  font-size: .875rem;
}

.button.dropper:hover {
  background-color: var(--white-smoke);
  filter: none;
}

.button.btn-dropp {
  background-color: var(--white);
  color: var(--color-1);
  text-align: left;
  border-style: none;
  border-radius: 0;
  padding: 1rem;
  font-size: .875rem;
}

.button.btn-dropp:hover {
  background-color: var(--white-smoke);
  filter: none;
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

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

.element-padding {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.element-padding.small-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.element-padding.medium-gap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.element-padding.tiny-gap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.element-padding.regular-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.element-padding.large-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.element-padding.huge-gap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.element-padding.full-width {
  width: 100%;
  align-items: stretch;
}

.element-padding.x-small-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.element-padding.align-center {
  text-align: center;
  align-items: center;
}

.main-nav {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.main-nav_bar {
  height: 4rem;
  min-height: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  z-index: 2;
  width: 11.25rem;
  position: relative;
}

.nav-buttons--cta {
  z-index: 1;
  grid-column-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-1_mobile-nav {
  z-index: 1;
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.main-nav_buttons {
  z-index: 1;
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.main-nav_buttons.align-end {
  justify-content: flex-end;
}

.brgr {
  width: 2.125rem;
  height: 1.4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brgr-pleca {
  width: 100%;
  height: .125rem;
  background-color: var(--color-1);
}

.flex-element {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-element.large-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-element.small-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-element.huge-gap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-element.start-to-end {
  justify-content: space-between;
  align-items: flex-start;
}

.flex-element.start-to-end.keep {
  justify-content: flex-start;
  align-items: center;
}

.flex-element.justify-end {
  justify-content: flex-end;
}

.flex-element.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.flex-element.align-top {
  align-items: flex-start;
}

.flex-element.revieew-stars {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #f7dd00;
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.flex-element.link-text-review {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-element.wrap {
  flex-wrap: wrap;
}

.flex-element.align-center {
  justify-content: center;
}

.font-icon {
  text-transform: lowercase;
  font-family: Materialicons, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.font-icon.font-color-1 {
  color: var(--color-1);
}

.font-icon.icon-1x1-large {
  font-size: 2.5rem;
}

.font-icon.large {
  font-size: 3em;
}

.grid {
  min-height: 3rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

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

.grid._3-grid.fix-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
}

.grid._3-grid.stretched {
  align-items: start;
}

.grid._3-grid.stretch {
  align-items: stretch;
}

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

.grid._4-grid.stretch {
  align-items: stretch;
}

.grid._4-grid.logos-servicios, .grid._4-grid.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.grid._2-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid._2-grid.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.grid._2-grid.cta-form {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-columns: .5fr 1fr;
}

.grid._2-grid.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.grid._2-grid.stretch {
  align-items: stretch;
}

.grid._2-grid.small-gap, .grid._2-grid.logos-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.grid._5-grid.mensajerias-fix {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

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

.footer {
  color: var(--white);
  background-color: #000;
}

.main-nav-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-nav_cta {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-1 {
  z-index: 100;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-1.fixed {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-logo {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
}

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

.button-dropper-icon {
  margin-right: .5rem;
}

.drpr-megamenu-full {
  background-color: #f9f9f9;
}

.drpr-megamenu-full.w--open {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.megamenu-full {
  background-color: #f9f9f9;
  padding-top: 70px;
}

.button-dropdown {
  z-index: 0;
  position: relative;
}

.drpr-megamenu.w--open {
  width: 100vw;
  position: fixed;
  left: 0%;
  right: 0%;
}

.megamenu {
  background-color: #f9f9f9;
}

.nav-bg {
  z-index: 0;
  background-color: #e8e8e8;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-2_brand-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.nav-2 {
  z-index: 100;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-2_main-nav-buttons {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
  position: relative;
}

.main-nav_cta-brgr {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: none;
  position: relative;
}

.nav-3 {
  z-index: 100;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-3-left {
  text-align: left;
  flex: 1;
}

.nav-3-center {
  text-align: center;
  flex: 1;
}

.nav-3-right {
  flex: 1;
}

.nav-3-movile-nav {
  display: none;
}

.nav-bg-onscroll {
  z-index: 0;
  background-color: var(--white);
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero {
  position: relative;
}

.hero-card-content {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-right: 30%;
  display: flex;
}

.hero-card-content.centered {
  max-width: 80%;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-card-content.right {
  text-align: right;
  align-items: flex-end;
}

.hero-card-content.main-h {
  padding-right: 0%;
}

.hero-card-content.less-padd {
  padding-right: 20%;
}

.color-1 {
  width: 100%;
  min-height: 12rem;
  background-color: var(--color-1);
}

.color-2 {
  width: 100%;
  min-height: 12rem;
  background-color: var(--color-2);
}

.color-3 {
  width: 100%;
  min-height: 12rem;
  background-color: var(--color-3);
}

.simple-card {
  background-color: var(--white);
  border-radius: .25rem;
}

.text-label {
  color: var(--color-1);
  text-transform: uppercase;
  flex: none;
  font-size: 1em;
}

.simple-card_image {
  object-fit: cover;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.simple-card_content {
  padding: 1.5rem 2.25rem 2.5rem;
}

.simple-card_content.is-service {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: .5rem;
  padding: 1.5rem;
}

.heading {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.heading.vertical {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.heading.clar {
  margin-bottom: 0;
}

.heading-title {
  width: 100%;
  max-width: 50%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.heading-title.fix {
  max-width: 100%;
  min-width: auto;
  padding-bottom: 2rem;
}

.heading-title.half {
  max-width: 50%;
  min-width: auto;
}

.heading-subtitle {
  max-width: 60%;
}

.mobile-nav-system-wrpr {
  width: 50%;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.movile-nav-component {
  z-index: 1;
  height: 100svh;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.movile-nav_header {
  justify-content: space-between;
  align-items: center;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: block;
}

.movile-nav_body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  display: flex;
}

.mobile-nav_footer {
  color: var(--color-1);
  text-align: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
}

.btn-close {
  width: 3rem;
  height: 3rem;
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.compo-mobile-nav {
  z-index: 999;
  height: 100svh;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(52, 52, 52, .8), rgba(52, 52, 52, .8));
  justify-content: flex-end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.compo-mobile-shade {
  z-index: 0;
  height: 100%;
  background-color: var(--color-3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.compo-mobile-nav_wrpr {
  width: 100%;
  max-width: 50%;
}

.decorative-bar {
  width: 100%;
  height: .25rem;
  position: relative;
}

.decorative-bar_color {
  width: 50%;
  height: 100%;
  background-color: var(--color-2);
}

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

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

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

.social-link {
  width: 2rem;
  height: 2rem;
  background-color: var(--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.map-card {
  width: 100%;
  height: 24rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.g-map {
  height: 100%;
}

.address {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  flex-direction: column;
  font-style: normal;
  display: flex;
}

.footer-legal {
  font-size: .75rem;
}

.avatar {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--white-smoke);
  border-radius: 999rem;
  position: relative;
  overflow: hidden;
}

.lightbox {
  position: relative;
  overflow: hidden;
}

.hover {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(rgba(52, 52, 52, .5), rgba(52, 52, 52, .5));
  justify-content: center;
  align-items: center;
  transition: opacity .4s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover:hover {
  opacity: 1;
}

.hover-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
}

.special-bullets ul {
  padding-left: 0;
  font-size: .875rem;
}

.special-bullets li {
  background-image: url('../images/special-bullet_1.svg');
  background-position: 0 3px;
  background-size: .8rem;
  margin-bottom: .75rem;
  padding-left: 1.3rem;
}

.special-bullets.smaller {
  font-size: .8rem;
}

.accordion {
  border: 1px solid var(--color-1);
}

.accordion-header {
  height: 3.75rem;
  color: var(--color-1);
  justify-content: space-between;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  text-decoration: none;
  display: flex;
}

.accordion-content-wrpr {
  height: 0;
  position: relative;
  overflow: hidden;
}

.accordion-content {
  background-color: var(--color-1-light);
  padding: 1.5rem;
}

.accordion-icon {
  width: 2rem;
  height: 2rem;
  perspective: 1000px;
  transform-origin: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
  transform: perspective(1000px);
}

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

.slide-card {
  min-height: 42.5rem;
  color: var(--white);
  align-items: center;
  display: flex;
  position: relative;
}

.slider-arrow {
  width: 3rem;
  height: 3rem;
  background-color: var(--color-1);
  border-radius: 999rem;
  font-size: 1rem;
}

.slider-arrow.left {
  margin-left: 1rem;
}

.slider-arrow.right {
  margin-right: 1rem;
}

.slider-nav {
  height: 3.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-card_background {
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-photo-2179483.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-in {
  background-color: var(--white);
  color: var(--color-3);
  position: relative;
  overflow: hidden;
}

.mobile-accordion {
  width: 100%;
}

.mobile-accordion_header {
  color: var(--color-1);
  justify-content: center;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.movile-accordion_icon {
  font-size: 1.75em;
}

.mobile-accordion_body {
  height: 0;
  position: relative;
  overflow: hidden;
}

.mobile-accordion_nav-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 1.5em .5em;
  font-size: .8em;
  display: flex;
}

.heading-medium {
  font-size: 1.2rem;
}

.heading-large {
  font-size: 1.4rem;
}

.heading-small {
  font-size: .8rem;
}

.heading-xsmall {
  font-size: .6rem;
}

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

.fw--text-image-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 80vh;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fw--text-image-block_content-card {
  width: 100%;
  max-width: 60%;
}

.fw-image-block {
  position: relative;
}

.box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 4px solid var(--color-3);
  background-color: var(--white);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  display: flex;
}

.box.align-right {
  text-align: right;
  align-items: flex-end;
}

.box.align-center {
  width: 100%;
  text-align: center;
  border-width: 4px;
  border-radius: 1rem;
}

.box.background-color-1 {
  background-color: var(--color-1);
  color: var(--white);
  border-style: none;
}

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

.box.data-box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.box.tipo-2 {
  border-style: none;
  border-width: 1px;
  border-radius: .5rem;
  padding: 1.5rem;
}

.icon-1x1-custom-1 {
  font-size: 4em;
  display: inline-block;
}

.tabs-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.tab-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white-smoke);
  color: #858585;
  border-radius: .5rem;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.5rem;
  display: flex;
}

.tab-button.w--current {
  background-color: var(--color-1);
  color: var(--white);
}

.google-reviews {
  width: 100%;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #343434;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 1rem;
  padding: .7rem 1rem;
  display: flex;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.google-logo {
  width: 1.8rem;
  background-color: #f4f4f4;
  border-radius: 999rem;
  margin-bottom: 2px;
  padding: .35rem;
}

.review-link {
  color: #5424af;
  font-weight: 600;
  text-decoration: underline;
}

.hero-brands-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-with-logo {
  max-width: 16.666%;
  flex: none;
}

.hero-brands {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.hero-brands.no-margin {
  margin-top: 2svh;
}

.land-link {
  background-color: var(--color-1);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 99rem;
  padding: .15rem .65rem;
  font-size: .875rem;
  text-decoration: none;
}

.text-label-icon {
  max-width: 1.5rem;
}

.our-brand-logo {
  flex: none;
}

.hero-bg {
  z-index: 0;
  height: 100%;
  background-color: #b99a9a;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.floted-block {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-chat {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--color-1);
  border-radius: .8rem;
  padding: .7rem;
}

.chat-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.button-icon {
  width: 1rem;
}

.data-num {
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.data-num.smaller {
  font-size: 2.5rem;
}

.data-label {
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
}

.logistic-en-numeros {
  background-color: var(--white-smoke);
}

.framed {
  height: 100%;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(0, 0, 0, .2);
}

.framed.height-120 {
  height: 60svh;
  position: relative;
  overflow: hidden;
}

.image-100 {
  max-width: none;
  object-fit: contain;
}

.filosofia {
  background-color: var(--white-smoke);
  position: relative;
  overflow: hidden;
}

.filosofia-img {
  width: 125%;
  min-height: 18.75rem;
  background-image: url('../images/filosofia.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.filosofia-corte {
  min-height: 8rem;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.filosofia-corte.bottom {
  min-height: 6rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-m-v {
  background-color: var(--color-1);
  color: var(--white);
  padding: 5rem;
}

.box-valores {
  padding: 5rem;
}

.contato-cta {
  background-image: linear-gradient(52deg, var(--color-1), rgba(37, 37, 37, .9)), url('../images/contact-CTA-bg.jpg');
  color: var(--white);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 6rem;
}

.contato-cta.clear {
  margin-top: 0;
}

.white-label {
  filter: invert();
}

.lets-talk-block {
  width: 100%;
  display: flex;
}

.soporte-avatar {
  position: relative;
}

.soporte-avatar-green {
  width: 1rem;
  height: 1rem;
  background-color: #55e0b5;
  border-radius: 999rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.soprote-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 1rem;
  padding-left: 1.5rem;
  display: flex;
}

.form-input-select {
  min-height: 3rem;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 0;
  display: block;
}

.input-select {
  width: 100%;
  min-height: 3rem;
  border-bottom: 1px solid var(--white);
  background-color: rgba(0, 0, 0, .3);
  display: block;
}

.dark-logo {
  filter: invert();
}

.drop-menu {
  width: 20rem;
  background-color: var(--white);
  border-radius: .25rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.hero-in-pleca {
  height: .625rem;
  background-color: var(--color-1);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-in-bg {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-max {
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
}

.hero-shade {
  z-index: 1;
  background-image: linear-gradient(to top, var(--white), rgba(255, 255, 255, .85));
  opacity: .8;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-shade.home {
  background-image: linear-gradient(to top, var(--white), rgba(255, 255, 255, .7) 53%);
  opacity: 1;
}

.amazon-spn {
  width: 8rem;
  max-width: none;
}

.how-we-help-img {
  width: 300%;
  height: 100%;
  background-color: var(--white-smoke);
  margin-left: -200%;
  position: relative;
}

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

.full-height-content {
  height: 100%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.clients-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.clients-slider-pager {
  height: 1.875rem;
  margin-bottom: -40px;
}

.clients-slider-pager.small {
  font-size: .7rem;
}

.leyend-block {
  background-color: var(--color-1);
  color: var(--white);
}

.leyend-block.background-color-white {
  background-color: var(--white);
  color: var(--black);
}

.cta {
  background-color: var(--color-1);
  color: var(--white);
  background-image: linear-gradient(rgba(37, 37, 37, .9), rgba(37, 37, 37, .9)), url('../images/cta-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.low-case {
  text-transform: none;
}

.almacenes {
  position: relative;
}

.locations-tabs {
  grid-row-gap: 2rem;
  flex-direction: row;
  display: flex;
}

.location-tabs-content {
  flex: 1;
}

.location-tabs-nav {
  width: 200px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.location-tab-btn {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--silver);
  color: #858585;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .75rem;
  display: flex;
}

.location-tab-btn.w--current {
  background-color: var(--color-1);
  color: var(--white);
}

.location-tab-map {
  border-radius: .5rem;
  flex-direction: column;
  margin-left: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-tab-address {
  text-align: right;
  padding: .5rem;
}

.flexed {
  background-color: var(--white-smoke);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.2rem;
  display: flex;
}

.unsplash-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.agendar-llamada {
  background-color: var(--white-smoke);
}

.serv-icon {
  width: auto;
  max-width: 4rem;
}

.serv-icon.fix {
  width: auto;
  height: 3rem;
  max-width: none;
}

.proceso-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f2f2f2;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.process-img {
  width: 8rem;
  max-width: none;
}

.process-arrow {
  width: 4rem;
}

.solution-prov {
  max-width: 12.5rem;
}

.logos-slide, ._2-brands-slide {
  width: 33.3333%;
}

.vdbg {
  height: 100%;
}

.pack-slide {
  width: 33.3333%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-vertical.padding-main-hero {
    padding-top: 20svh;
  }

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

  .button.btn-nav {
    font-size: 1rem;
  }

  .button.is-modal-nav.btn-cta {
    background-color: var(--color-1);
    color: var(--white);
    border-radius: .55rem;
    padding-top: .45em;
    padding-bottom: .45em;
  }

  .button.is-modal-nav.inside {
    text-align: center;
  }

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

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

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

  .nav-buttons--cta {
    display: none;
  }

  .nav-1_mobile-nav {
    display: flex;
  }

  .main-nav_buttons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .brgr {
    width: 2rem;
    height: 1.5rem;
  }

  .brgr-pleca {
    height: .25rem;
  }

  .grid.t-brake-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.t-brake-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.t-brake-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid.t-brake-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid._3-grid, .grid._4-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid._4-grid.stretch {
    grid-template-columns: 1fr 1fr;
  }

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

  .text-logo {
    font-size: 2rem;
  }

  .nav-2_nav-buttons, .nav-2_main-nav-buttons {
    display: none;
  }

  .simple-card_content {
    padding: 1.75rem 1.5rem 2rem;
  }

  .heading-title {
    max-width: 50%;
  }

  .movile-nav-component {
    height: 100vh;
  }

  .compo-mobile-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .compo-mobile-nav_wrpr {
    height: 100%;
    max-width: 70%;
  }

  .mobile-accordion_body {
    height: 0;
  }

  .mobile-accordion_nav-content {
    text-align: center;
  }

  .fw--text-image-block_content-card {
    max-width: 80%;
  }

  .work-with-logo {
    width: 16.66%;
    flex: none;
  }

  .land-link.large {
    font-size: 1.25rem;
  }

  .floted-block {
    padding-right: 1rem;
  }

  .filosofia-img {
    width: 120%;
    background-position: 100%;
  }

  .box-m-v, .box-valores {
    padding: 3rem;
  }

  .location-tabs-nav {
    width: 150px;
  }

  .proceso-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .process-img {
    width: 6rem;
  }

  ._2-brands-slide {
    width: 50%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

  .padding-vertical.padding-main-hero {
    padding-bottom: 10svh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button {
    align-self: center;
  }

  .button.is-chat {
    align-self: flex-end;
  }

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

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .grid.ml-brake-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.ml-brake-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.ml-brake-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid.ml-brake-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

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

  .grid._3-grid.stretched {
    grid-template-columns: 1fr;
  }

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

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

  .grid._2-grid.cta-form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid._2-grid.hero {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid._5-grid.mensajerias-fix {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.fix-import {
    grid-template-columns: 1fr;
  }

  .nav-3-left {
    display: none;
  }

  .nav-3-center {
    text-align: left;
  }

  .nav-3-right {
    display: none;
  }

  .nav-3-movile-nav {
    display: block;
  }

  .hero-card-content {
    max-width: 100%;
    padding-right: 0%;
  }

  .mobile-nav-system-wrpr {
    width: 100%;
  }

  .form-card {
    grid-template-columns: 1fr;
  }

  .fw--text-image-block_content-card {
    max-width: 80%;
  }

  .hero-brands-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
  }

  .work-with-logo {
    width: auto;
    max-width: 32%;
  }

  .hero-brands {
    margin-top: 10svh;
  }

  .img-max {
    align-self: flex-start;
  }

  .how-we-help-img {
    width: 100%;
    height: 12.5rem;
    align-items: flex-start;
    margin-left: 0%;
    display: none;
  }

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

  .process-img {
    width: 4rem;
  }

  .logos-slide, .pack-slide {
    width: 50%;
  }
}

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

  h2 {
    font-size: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button.is-modal-nav {
    font-size: 1.25rem;
  }

  .button.contrast {
    align-self: flex-start;
  }

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

  .flex-element.start-to-end {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .flex-element.start-to-end.keep {
    flex-direction: row;
  }

  .flex-element.vertical-on-mov {
    flex-direction: column;
  }

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

  .grid.mp-brake-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.mp-brake-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.mp-brake-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid._3-grid, .grid._4-grid {
    grid-template-columns: 1fr;
  }

  .grid._4-grid.mp-brake-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid._4-grid.stretch {
    grid-template-columns: 1fr;
  }

  .grid._4-grid.logos-servicios, .grid._4-grid.no-gap {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid._2-grid.mp-brake-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid._2-grid.cta-form {
    grid-template-columns: 1fr;
  }

  .grid._2-grid.logos-gap, .grid._5-grid.mensajerias-fix {
    grid-template-columns: 1fr 1fr;
  }

  .main-nav_cta {
    display: none;
  }

  .hero-card-content {
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

  .hero-card-content.centered {
    max-width: 100%;
    align-items: stretch;
  }

  .hero-card-content.less-padd {
    padding-right: 0%;
  }

  .text-label {
    font-size: .75em;
  }

  .heading {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  .heading-title {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    align-items: center;
  }

  .heading-title.half {
    max-width: 100%;
    text-align: center;
  }

  .heading-subtitle {
    width: 100%;
    max-width: 100%;
  }

  .movile-nav_header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .compo-mobile-nav_wrpr {
    max-width: 100%;
  }

  .map-card {
    height: 12rem;
  }

  .sandbox {
    display: block;
  }

  .fw--text-image-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .flex-center-all {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fw-image-block {
    height: 50vh;
  }

  .tab-button {
    width: 100%;
    text-align: center;
  }

  .work-with-logo {
    max-width: 45%;
  }

  .text-label-icon {
    max-width: 1rem;
  }

  .framed.height-120.enfoque {
    height: 40svh;
  }

  .filosofia-img {
    width: 100%;
  }

  .box-m-v {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lets-talk-block {
    flex-direction: column;
  }

  .soporte-avatar {
    width: 6rem;
  }

  .soprote-info {
    padding-left: 0;
  }

  .locations-tabs {
    flex-direction: column;
  }

  .location-tabs-nav {
    width: 100%;
  }

  .location-tab-map {
    margin-left: 0;
  }

  .flexed {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .proceso-flex {
    flex-flow: column wrap;
    padding: 1rem;
  }

  .process-arrow {
    width: 3rem;
    height: 2.5rem;
    transform: rotate(90deg);
  }

  ._2-brands-slide {
    width: 100%;
  }
}

#intro-img.w-node-_07b10309-57c1-01d2-5a2d-7be971399511-c3bc24da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#intro.w-node-d294c776-bba2-0b12-6209-e076b8c03e9d-c3bc24da {
  align-self: end;
}

#w-node-_6a9eb3c6-d1c6-39b4-6ed0-05c0d5272b52-c3bc24da, #w-node-_6a9eb3c6-d1c6-39b4-6ed0-05c0d5272b54-c3bc24da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#serv-mex.w-node-_6a9eb3c6-d1c6-39b4-6ed0-05c0d5272b5c-c3bc24da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9d3e3748-eacf-0242-5c1a-caf5f219e6e3-c3bc24da {
  align-self: end;
}

#w-node-_1970f7aa-6e74-40b5-b37e-fda81c4342a5-c3bc24da, #w-node-a9cf158c-15fa-1719-3cea-4d631bcd54fc-c3bc24da, #w-node-e455681e-fafa-c034-ade9-1281d4237be8-c3bc24da, #w-node-_75da384e-a438-41f0-bcc3-7b88f9d22e2b-c3bc24da, #w-node-_92f72a74-e128-331d-6e22-70e45405a8a3-c3bc24da, #w-node-_696d6f51-3984-552f-d3b1-c901188762f5-c3bc24da, #w-node-_6d2eeee5-2279-0f4f-3cd2-be1383d4dfff-c3bc24da, #w-node-_5512a9da-0425-a9c8-ca58-2127c78cd94c-c78cd946, #w-node-eda4bb6e-6e91-cfa9-2fc3-2802406b66ce-c78cd946 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5512a9da-0425-a9c8-ca58-2127c78cd970-c78cd946, #w-node-_5512a9da-0425-a9c8-ca58-2127c78cd976-c78cd946 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5512a9da-0425-a9c8-ca58-2127c78cd978-c78cd946 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_47b43b48-4bb7-fc4f-d294-73d683216482-c78cd946, #w-node-f8bcaf16-1d8c-edc0-b522-eafa8930e48f-8930e47e, #w-node-f8bcaf16-1d8c-edc0-b522-eafa8930e497-8930e47e, #w-node-f8bcaf16-1d8c-edc0-b522-eafa8930e49f-8930e47e, #w-node-_76a6ea2b-f02f-818c-4f04-b706bf0d8415-c3bc24df, #w-node-_76a6ea2b-f02f-818c-4f04-b706bf0d8419-c3bc24df, #w-node-_76a6ea2b-f02f-818c-4f04-b706bf0d841d-c3bc24df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-c3bc24df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-c3bc24df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-c3bc24df, #w-node-f2a9ef96-f1fe-6b29-0d47-ef612d441b1a-c3bc24df, #w-node-c2d2cdd3-1da5-7907-158d-0b7cca39eef8-c3bc24df, #w-node-c1606103-2e65-0a47-e5e1-8c14787740bf-c3bc24df, #w-node-_1f145791-1122-6ff6-6f70-ce4db0b48428-c3bc24df, #w-node-_08bf2913-6520-a0d5-b198-689a83edf72f-c3bc24df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbec-c3bc24df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

#w-node-_4ebb1ef0-2663-7556-b953-c72e2d3e31b1-d2133bbd, #w-node-_4ebb1ef0-2663-7556-b953-c72e2d3e31b2-d2133bbd, #w-node-_4ebb1ef0-2663-7556-b953-c72e2d3e31b3-d2133bbd, #w-node-_4ebb1ef0-2663-7556-b953-c72e2d3e31b4-d2133bbd, #w-node-_4ebb1ef0-2663-7556-b953-c72e2d3e31b5-d2133bbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a644018-61c5-f370-9890-8c3488e48847-de5a7392 {
  align-self: center;
}

#w-node-_0a644018-61c5-f370-9890-8c3488e48848-de5a7392, #w-node-a3a81704-9e7b-973d-f5f0-34875c05d877-de5a7392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1039223-4783-40d1-0f46-cfe486d19092-de5a7392 {
  align-self: center;
}

#w-node-f1039223-4783-40d1-0f46-cfe486d19093-de5a7392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0da6dd5-3f3b-6a61-44b1-7e4632896f48-de5a7392 {
  align-self: center;
}

#w-node-b0da6dd5-3f3b-6a61-44b1-7e4632896f49-de5a7392, #w-node-_3689c42c-e519-7dbd-e755-e21f8ae7123f-de5a7392, #w-node-e43b4e10-0642-214d-a1fc-c769a517c3a6-de5a7392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef5c9a3d-bcb6-85ab-813e-4f8579188966-de5a7392 {
  align-self: center;
}

#w-node-ef5c9a3d-bcb6-85ab-813e-4f8579188967-de5a7392, #w-node-ddacbbf5-717e-1e93-ed51-5a138295fc21-de5a7392, #w-node-ddacbbf5-717e-1e93-ed51-5a138295fc20-de5a7392, #w-node-ddacbbf5-717e-1e93-ed51-5a138295fc22-de5a7392, #w-node-ddacbbf5-717e-1e93-ed51-5a138295fc23-de5a7392, #w-node-_2d6f93b6-b0e8-4168-7766-76b71295a3f2-de5a7392, #w-node-_1273a83f-bbc0-7d42-aabe-bc4e2c92ee0c-de5a7392 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fea124e8-f0be-3928-b054-f4b2ae0bc6f9-5b5a63fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_085ae074-0070-25cc-8065-596a1de41a63-5b5a63fb, #w-node-_38b3143e-4d96-63e6-b758-8794715fea89-0899b937, #w-node-_38b3143e-4d96-63e6-b758-8794715feaab-0899b937 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38b3143e-4d96-63e6-b758-8794715feaad-0899b937, #w-node-_38b3143e-4d96-63e6-b758-8794715feab3-0899b937 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38b3143e-4d96-63e6-b758-8794715feab5-0899b937 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_07b10309-57c1-01d2-5a2d-7be971399511-c6f78490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d294c776-bba2-0b12-6209-e076b8c03e9d-c6f78490 {
  align-self: end;
}

#w-node-_6a9eb3c6-d1c6-39b4-6ed0-05c0d5272b52-c6f78490, #w-node-_6a9eb3c6-d1c6-39b4-6ed0-05c0d5272b54-c6f78490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a9eb3c6-d1c6-39b4-6ed0-05c0d5272b5c-c6f78490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_489b10e1-33d2-7c70-68a4-c832c66b9418-c6f78490, #w-node-_489b10e1-33d2-7c70-68a4-c832c66b9420-c6f78490, #w-node-_489b10e1-33d2-7c70-68a4-c832c66b9428-c6f78490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d3e3748-eacf-0242-5c1a-caf5f219e6e3-c6f78490 {
  align-self: end;
}

#w-node-_1970f7aa-6e74-40b5-b37e-fda81c4342a5-c6f78490, #w-node-a9cf158c-15fa-1719-3cea-4d631bcd54fc-c6f78490, #w-node-e455681e-fafa-c034-ade9-1281d4237be8-c6f78490, #w-node-_75da384e-a438-41f0-bcc3-7b88f9d22e2b-c6f78490, #w-node-_92f72a74-e128-331d-6e22-70e45405a8a3-c6f78490, #w-node-_696d6f51-3984-552f-d3b1-c901188762f5-c6f78490, #w-node-_6d2eeee5-2279-0f4f-3cd2-be1383d4dfff-c6f78490, #w-node-_56ba7bb6-4eef-3443-1b80-a24612f0fa7d-12f0fa77, #w-node-_1ff70665-9f86-2078-28a9-b81379442d12-12f0fa77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56ba7bb6-4eef-3443-1b80-a24612f0faa1-12f0fa77, #w-node-_56ba7bb6-4eef-3443-1b80-a24612f0faa7-12f0fa77 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56ba7bb6-4eef-3443-1b80-a24612f0faa9-12f0fa77 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_252ce3c4-cdb5-d718-1cdf-1f9d1a1a60a2-12f0fa77, #w-node-_885a2785-8096-1b5d-27b4-fca1fe52f4fc-a69d34ae, #w-node-bf08cc91-a034-121f-5d6f-30ab189bfce4-a69d34ae, #w-node-a62e1d2a-7d48-90a1-eb69-4a21b3801789-a69d34ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a644018-61c5-f370-9890-8c3488e48847-e7358e5f {
  align-self: center;
}

#w-node-_0a644018-61c5-f370-9890-8c3488e48848-e7358e5f, #w-node-a3a81704-9e7b-973d-f5f0-34875c05d877-e7358e5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1039223-4783-40d1-0f46-cfe486d19092-e7358e5f {
  align-self: center;
}

#w-node-f1039223-4783-40d1-0f46-cfe486d19093-e7358e5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0da6dd5-3f3b-6a61-44b1-7e4632896f48-e7358e5f {
  align-self: center;
}

#w-node-b0da6dd5-3f3b-6a61-44b1-7e4632896f49-e7358e5f, #w-node-_3689c42c-e519-7dbd-e755-e21f8ae7123f-e7358e5f, #w-node-e43b4e10-0642-214d-a1fc-c769a517c3a6-e7358e5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef5c9a3d-bcb6-85ab-813e-4f8579188966-e7358e5f {
  align-self: center;
}

#w-node-ef5c9a3d-bcb6-85ab-813e-4f8579188967-e7358e5f, #w-node-ddacbbf5-717e-1e93-ed51-5a138295fc21-e7358e5f, #w-node-ddacbbf5-717e-1e93-ed51-5a138295fc20-e7358e5f, #w-node-ddacbbf5-717e-1e93-ed51-5a138295fc22-e7358e5f, #w-node-ddacbbf5-717e-1e93-ed51-5a138295fc23-e7358e5f, #w-node-_2d6f93b6-b0e8-4168-7766-76b71295a3f2-e7358e5f, #w-node-_1273a83f-bbc0-7d42-aabe-bc4e2c92ee0c-e7358e5f, #w-node-_804693b1-e3fc-f2d5-fb4e-213c63cf608a-e72f5744 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c56bfe12-97bb-89f1-e2de-ccdfc4a56433-478e4e24 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe649d94-f7c6-c267-f9d5-71e5b11984e0-478e4e24, #w-node-bc811e86-8a7b-970b-5a0a-5fe53f2f5062-478e63cc, #w-node-bc811e86-8a7b-970b-5a0a-5fe53f2f5084-478e63cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc811e86-8a7b-970b-5a0a-5fe53f2f5086-478e63cc, #w-node-bc811e86-8a7b-970b-5a0a-5fe53f2f508c-478e63cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc811e86-8a7b-970b-5a0a-5fe53f2f508e-478e63cc {
  grid-area: 4 / 1 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_5512a9da-0425-a9c8-ca58-2127c78cd978-c78cd946, #w-node-_38b3143e-4d96-63e6-b758-8794715feab5-0899b937, #w-node-_56ba7bb6-4eef-3443-1b80-a24612f0faa9-12f0fa77, #w-node-bc811e86-8a7b-970b-5a0a-5fe53f2f508e-478e63cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5512a9da-0425-a9c8-ca58-2127c78cd970-c78cd946, #w-node-_5512a9da-0425-a9c8-ca58-2127c78cd976-c78cd946, #w-node-_5512a9da-0425-a9c8-ca58-2127c78cd978-c78cd946, #w-node-fea124e8-f0be-3928-b054-f4b2ae0bc6f9-5b5a63fb, #w-node-_38b3143e-4d96-63e6-b758-8794715feaad-0899b937, #w-node-_38b3143e-4d96-63e6-b758-8794715feab3-0899b937, #w-node-_38b3143e-4d96-63e6-b758-8794715feab5-0899b937, #w-node-_56ba7bb6-4eef-3443-1b80-a24612f0faa1-12f0fa77, #w-node-_56ba7bb6-4eef-3443-1b80-a24612f0faa7-12f0fa77, #w-node-_56ba7bb6-4eef-3443-1b80-a24612f0faa9-12f0fa77, #w-node-c56bfe12-97bb-89f1-e2de-ccdfc4a56433-478e4e24, #w-node-bc811e86-8a7b-970b-5a0a-5fe53f2f5086-478e63cc, #w-node-bc811e86-8a7b-970b-5a0a-5fe53f2f508c-478e63cc, #w-node-bc811e86-8a7b-970b-5a0a-5fe53f2f508e-478e63cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3a81704-9e7b-973d-f5f0-34875c05d877-de5a7392, #w-node-e43b4e10-0642-214d-a1fc-c769a517c3a6-de5a7392, #w-node-a3a81704-9e7b-973d-f5f0-34875c05d877-e7358e5f, #w-node-e43b4e10-0642-214d-a1fc-c769a517c3a6-e7358e5f {
    order: 9999;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}