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

@font-face {
  font-family: "Urbangrotesktrial Bf 657281 A 9 Ca 800";
  src: url('../fonts/UrbanGroteskTRIAL-Regular-BF657281a9ca800.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: "Urbangrotesktrial Bf 657281 A 9 Ca 800", Arial, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: "Auten Shany", Arial, sans-serif;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --color-scheme-1--color: #dc9351;
  --_primitives---opacity--transparent: transparent;
  --color-scheme-1--color-2: #51443d;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --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: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-1--color-3: #677c69;
  --color-scheme-1--color-4: #345c66;
  --color-scheme-1--color-6: #6b5a53;
  --color-scheme-1--color-8: #7c9899;
  --color-scheme-1--color-11: #9c5845;
  --color-scheme-1--color-9: #677c69;
  --color-scheme-1--color-13: #83aa86;
  --color-scheme-1--color-5: #fefaf2;
  --color-scheme-1--color-12: #345c66;
  --color-scheme-1--color-10: #666;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --color-scheme-1--color-7: ;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

body {
  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);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  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);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  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 {
  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;
}

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

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

.container-large {
  z-index: 10;
  width: 100%;
  max-width: 85rem;
  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;
}

.main-wrapper {
  overflow: hidden;
}

.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-bottom.margin-xxlarge, .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-family: "Urbangrotesktrial Bf 657281 A 9 Ca 800", Arial, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.text-align-center.text-color-brown {
  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 {
  font-family: var(--_typography---font-styles--heading);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.text-color-white.text-colombia {
  max-width: 445px;
}

.heading-style-h2.text-color-white.text-guatemala {
  max-width: 523px;
}

.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 {
  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 {
  font-family: var(--_typography---font-styles--heading);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-family: Auten Shany, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

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

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

.text-size-tiny {
  font-family: var(--_typography---font-styles--body);
  font-size: .75rem;
}

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

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--color-scheme-1--color);
  background-color: var(--color-scheme-1--color);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: transform .2s;
}

.button:hover {
  transform: translate(0, -7px);
}

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

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

.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(--color-scheme-1--color-2);
  background-color: var(--color-scheme-1--color-2);
  color: var(--_primitives---colors--white);
}

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

.button.is-secondary.is-small.is-alternate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.button.is-secondary.is-icon.is-alternate {
  border-color: var(--color-scheme-1--color);
  color: var(--color-scheme-1--color);
}

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

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-alternate.is-small {
  width: auto;
}

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

.heading-style-h4 {
  font-family: Auten Shany, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

.text-size-regular {
  font-family: "Urbangrotesktrial Bf 657281 A 9 Ca 800", Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

.text-size-regular.text-align-center.text-color-brown {
  font-family: Urbangroteskmebl;
  font-weight: 400;
}

.text-size-regular.text-color-brown {
  display: block;
}

.text-size-regular.text-honduras-1 {
  width: 281px;
}

.text-size-regular.custom-width {
  max-width: 268px;
}

.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 {
  font-family: var(--_typography---font-styles--heading);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.text-color-brown.cafes-text-large {
  width: 100%;
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.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 {
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  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;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.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---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

.text-size-small {
  font-family: var(--_typography---font-styles--body);
  font-size: .875rem;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--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-family: var(--_typography---font-styles--body);
  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 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.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---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  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---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.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(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

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

.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 {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  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;
}

.heading {
  font-family: var(--_typography---font-styles--heading);
  font-weight: 400;
}

.heading-2, .heading-3 {
  font-weight: 400;
}

.heading-4 {
  font-family: Auten Shany, Arial, sans-serif;
  font-weight: 400;
}

.heading-5, .heading-6 {
  font-weight: 400;
}

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

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

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

.img_5686-2 {
  object-fit: cover;
}

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

.heading-style-h1-2 {
  font-family: Auten Shany, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1-2.text-color-white.text-align-center {
  font-weight: 400;
}

.section-ehowe {
  z-index: 210;
  background-image: linear-gradient(350deg, #fff0, #fefaf2 56%), url('../images/pexels-ameer-mohamed-424973045-23234989-2-1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
  overflow: hidden;
}

.section-ehowe.mobile {
  background-image: none;
  background-size: auto;
  display: flex;
}

.navbar1_logo {
  width: 150px;
}

.content-style-5 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 15% 0% auto;
}

.actions-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.slide-nav {
  z-index: 500;
  display: block;
}

.navbar1_dropdown-link {
  color: var(--color-scheme-1--color-2);
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--white);
  align-items: center;
  padding: .5rem 0;
  display: flex;
}

.navbar1_dropdown-toggle.mobile--drop {
  display: none;
}

.button-style-4 {
  grid-column-gap: 8px;
  background-color: #51443d;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.title-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 159px;
  text-decoration: none;
  display: flex;
}

.row {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.right-arrow {
  display: none;
  inset: auto 0% 0%;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  padding: .5rem;
  top: auto;
  left: -94px;
}

.container-3 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  text-decoration: none;
  display: flex;
}

.whrapp-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.navbar1_menu-dropdown.mobile-hidden {
  display: block;
}

.content-style-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.navbar1_component {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  mix-blend-mode: normal;
  background-color: #fff0;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar1_menu-button {
  padding: 0;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.slider {
  z-index: 200;
  height: 100%;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-2.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  font-weight: 400;
}

.container-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.left-arrow {
  display: none;
  inset: auto 0% 0%;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-ornage {
  color: #fff;
  text-align: center;
  background-color: #dc9351;
  border: 1px solid #dc9351;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.icon-embed-xxsmall-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 1rem;
  display: flex;
}

.name {
  color: #51443d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.navbar1_menu-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.navbar1_menu.is-page-height-tablet {
  background-color: #c8c8c800;
}

.button-style-5 {
  color: #ded9d5;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.padding-global-2 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

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

.component-whowe {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 968px;
  padding: 96px 0;
  display: flex;
  position: relative;
}

.component-whowe.mobile {
  height: 150vh;
}

.button-is-transparent {
  border: 1px solid var(--color-scheme-1--background);
  color: var(--_primitives---colors--white);
  text-align: center;
  background-color: #fff0;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

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

.button-is-transparent.is-secondary {
  border-color: var(--color-scheme-1--color-2);
  background-color: var(--color-scheme-1--color-2);
  color: var(--_primitives---colors--white);
}

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

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

.button-is-transparent.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.layout {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1441px;
  height: 364px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 577px;
  text-decoration: none;
  display: flex;
}

.logo-04-1-1 {
  object-fit: cover;
}

.content-style {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: #dc9351;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-explore {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1441px;
  height: 364px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.component-explore {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 96px;
  padding-bottom: 62px;
  display: flex;
  position: static;
  inset: 0%;
}

.sction-explore {
  background-color: #fefaf2;
  height: auto;
  position: relative;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 1648.47px;
  left: 696px;
}

.testimonial {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1441px;
  padding: 48px 64px 96px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.testimonial._19 {
  padding-top: 0;
}

.img_1896-2 {
  object-fit: cover;
  position: absolute;
  top: -341.801px;
  left: 2828.85px;
}

.img_1896-3 {
  object-fit: cover;
  position: absolute;
  top: 1246.17px;
  left: -1330.95px;
}

._65742bd82a805304ab74f300_h4-slide-img-1-1-p-500-1 {
  object-fit: cover;
  position: absolute;
  top: 1681px;
  left: -285px;
}

.frame-1 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-6 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-7 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column {
  grid-row-gap: 16px;
  background-color: #ded9d5b3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 230.375px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.civil_ensign_of_guatemala-1 {
  object-fit: cover;
  border-radius: 100px;
  overflow: hidden;
}

.content-style-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-34 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-35 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-8 {
  color: #51443d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-36 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 366px;
  height: 24px;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #51443d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vector {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #677c69;
}

.frame-46 {
  object-fit: cover;
  overflow: hidden;
}

.content-style-9 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1313px;
  text-decoration: none;
  display: flex;
}

.button-style-6 {
  grid-column-gap: 8px;
  background-color: #dc9351;
  border: 1px solid #dc9351;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-paises {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.section-paises._19 {
  padding-top: 0;
}

.section-paises.roasted-cofee-section.is-hidden, .section-paises.is-hidden {
  display: none;
}

.component-paises {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 96px 0;
  display: flex;
  position: relative;
}

.wrapp-icard-info {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-info {
  justify-content: space-between;
  align-items: flex-start;
  width: 65%;
  max-width: 366px;
  height: 24px;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.card-banderas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ded9d5b3;
  border: 1px solid #ded9d5b3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-banderas:hover {
  border-color: var(--color-scheme-1--color-3);
  transform: translate(0, -2px);
}

.wrapp-cardas {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 5px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.layout-2 {
  grid-row-gap: 80px;
  background-color: #dc9351;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.layout-2._24 {
  padding-left: 0;
}

.container-5 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component {
  grid-column-gap: 80px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 584px;
  display: flex;
  position: relative;
}

.content-style-10 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 567px;
  text-decoration: none;
  display: flex;
}

.frame-45 {
  object-fit: cover;
  overflow: hidden;
}

.content-style-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.heading-9 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-3 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-47 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-8 {
  grid-column-gap: 8px;
  background-color: #51443d;
  border: 1px solid #51443d;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image {
  object-fit: cover;
  height: 810px;
  position: absolute;
  inset: -19% auto 0% -25%;
}

.img_1896-4 {
  object-fit: cover;
  position: absolute;
  top: 2194.41px;
  left: 1198.9px;
}

.text-0 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-1 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

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

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

.div-block-10 {
  background-image: url('../images/Placeholder-Image_1.png');
  background-position: 0 0;
  background-size: cover;
  height: 80vh;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-info-altiplano {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #51443d;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 3rem;
  padding: 12px 24px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--white);
  padding: 0;
}

.nav-link.w--current {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--white);
  text-decoration: underline;
}

.slide-hero {
  width: 100%;
  height: 100vh;
}

.component-hero-1 {
  z-index: 200;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 96px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mask {
  height: 100%;
}

.wrrapper-text-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 950px;
  display: flex;
}

.hero-heading {
  font-weight: 400;
}

.image-3 {
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-16 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-4 {
  z-index: 5;
  height: auto;
  position: absolute;
  inset: 2px 0% auto 1415px;
}

.image-5 {
  position: absolute;
  inset: -1% auto auto 0%;
}

.section-cafes-del_home {
  background-color: var(--color-scheme-1--color);
  position: relative;
  overflow: hidden;
}

.component-cafes_home {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.component-cafes_home.invert {
  position: relative;
}

.wrapper-picture_cafes {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.wrrapper-text-cafes {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-6 {
  object-fit: cover;
  width: 50vw;
  min-width: 50vw;
  height: 808px;
}

.link-block {
  text-decoration: none;
}

.link-offering {
  height: 100%;
  text-decoration: none;
}

.image-7 {
  position: absolute;
  inset: 0 0% -20% auto;
}

.team {
  grid-row-gap: 80px;
  background-color: #fbfbec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
}

.component-people_home {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.card-wrrapper-people_home {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-13 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-people_home {
  object-fit: cover;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.content-style-14 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrrapper-name-people {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name-2 {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.job-title {
  color: #677c69;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-48 {
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  min-height: 200px;
  overflow: hidden;
}

.imagen-de-whatsapp-2025-09-01-a-las-164818_6ba481c5-1 {
  object-fit: cover;
  border-radius: 620.5px;
}

.imagen-de-whatsapp-2025-09-01-a-las-170323_21b6172d-1 {
  object-fit: cover;
  border-radius: 427.5px;
}

.button-style-9 {
  grid-column-gap: 8px;
  background-color: #dc9351;
  border: 1px solid #dc9351;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-people_home {
  grid-row-gap: 80px;
  background-color: #fbfbec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-people_home._1 {
  overflow: visible;
}

.testimonial-2 {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1441px;
  padding: 96px 64px 160px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img_1896-5 {
  object-fit: cover;
  position: absolute;
  top: 2046.14px;
  left: 1945.1px;
}

.section-title-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 577px;
  text-decoration: none;
  display: flex;
}

.content-style-15 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-11 {
  color: #dc9351;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-5 {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.wrrapper--cards-certifications {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.content-style-17 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrrapper-certifications {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 16px;
  object-fit: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 166px;
  height: 224px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-50 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 341px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.frame-51 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 339px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-style-18 {
  grid-row-gap: 32px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-certifications {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.component-certificacions {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-certificactions {
  object-fit: contain;
}

.image-certificactions._1 {
  object-fit: fill;
  width: 330px;
}

.title-certification {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.wrrapper-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.wrrapper-24px.shorth-text {
  max-width: 672px;
}

.image-8 {
  position: absolute;
  inset: -32% auto auto 0%;
}

.section-certification-1 {
  background-color: #fefaf2;
  position: relative;
  overflow: hidden;
}

.section-certification-1._1 {
  overflow: visible;
}

.image-9 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.frame-52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-10 {
  object-fit: cover;
  position: absolute;
  top: 1420px;
  left: 1441px;
}

.frame-53 {
  background-image: linear-gradient(-.12deg, #51443d 0%, #6660 100%);
  position: absolute;
  top: 0;
  left: -25px;
  overflow: hidden;
}

.layout-3 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
}

.container-6 {
  grid-row-gap: 80px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #677c69;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 822px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-title-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 716px;
  height: 413px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 48px;
  left: 53px;
}

.logo-04-1-2 {
  object-fit: cover;
}

.content-style-19 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 716px;
  text-decoration: none;
  display: flex;
}

.heading-12 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-6 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-style-11 {
  grid-column-gap: 8px;
  background-color: #dc9351;
  border: 1px solid #dc9351;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 135px;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.footer {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 751px;
  padding: 62px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-7 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 627px;
  padding: 10px;
  display: flex;
}

.frame-54 {
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #51443d96;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.content-style-20 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.company-logo {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logo-wide-1 {
  object-fit: cover;
  overflow: hidden;
}

.social-links {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-21 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1042px;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.column-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 236px;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-22 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-23 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-55 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.text-10 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 192px;
  text-decoration: none;
  display: flex;
}

.link-style {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-12 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.column-5 {
  grid-column-gap: 160px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-56 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 388px;
  text-decoration: none;
  display: flex;
}

.frame-57 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 413px;
  text-decoration: none;
  display: flex;
}

.link-list-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.link-list-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 102px;
  text-decoration: none;
  display: flex;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1220px;
  text-decoration: none;
  display: flex;
}

.row-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.img_1896-6 {
  object-fit: cover;
  position: absolute;
  top: 1245.2px;
  left: -1352px;
}

.img_1896-7 {
  object-fit: cover;
  position: absolute;
  top: 1326.2px;
  left: 2708.02px;
}

.adx {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 255px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.section-cta-footer_home {
  background-image: linear-gradient(6deg, #744d39 40%, #fff0), url('../images/image-2-7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.component-cata_home {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.wrrapper-cta-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 822px;
  padding: 48px;
  display: flex;
}

.image-11 {
  object-fit: fill;
}

.wrrapper-text-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.container-8, .container-9 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 627px;
  padding: 10px;
  display: flex;
}

.frame-58 {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #51443d00;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 48px 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-style-25 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-7 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 236px;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-26 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-27 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-59 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.text-18 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-list-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.text-19 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-20 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-60 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-61 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-62 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-list-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-list-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 102px;
  text-decoration: none;
  display: flex;
}

.row-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.img_1896-8 {
  object-fit: cover;
  position: absolute;
  top: 1245.2px;
  left: -1352px;
}

.img_1896-9 {
  object-fit: cover;
  position: absolute;
  top: 1326.2px;
  left: 2708.02px;
}

.footer-section {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 96px 0 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.component-footer_home {
  z-index: 50;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.link-footer {
  color: var(--_primitives---colors--white);
  width: 100%;
  text-decoration: none;
}

.text-footer-14 {
  color: var(--_primitives---colors--white);
  font-size: 14px;
  text-decoration: underline;
}

.wrrapper-animation {
  background-color: #fefaf2;
  height: 110vh;
  position: relative;
  overflow: hidden;
}

.div-block-17 {
  height: 150vh;
  position: sticky;
  top: 0;
}

.wrapper-lenguage {
  border: 1px solid var(--_primitives---colors--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 0;
  display: flex;
}

.dropdown-list {
  top: 58px;
}

.dropdown-list.w--open {
  background-color: var(--color-scheme-1--color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  top: 49px;
}

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

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

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.div-block-18.invert {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.nav-guatemala {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  mix-blend-mode: normal;
  background-color: #345c6663;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.section-hero_guatemala {
  background-color: var(--color-scheme-1--color-5);
}

.component-hero_guatemala {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.component-hero_guatemala.invert {
  height: 100vh;
}

.information {
  width: 40%;
  padding-bottom: 200px;
}

.map {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.container-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: static;
  top: 407px;
  left: 67px;
}

.frame-63 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.civil_ensign_of_guatemala-2 {
  object-fit: cover;
  overflow: hidden;
}

.column-8 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 453px;
  text-decoration: none;
  display: flex;
}

.content-style-29 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here {
  color: #677c69;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-64 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.actions-3 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-12 {
  grid-column-gap: 8px;
  background-color: #dc9351;
  border: 1px solid #dc9351;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-14 {
  grid-column-gap: 8px;
  border: 1px solid #dc9351;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-15 {
  color: #dc9351;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

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

.frame-37 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 95px 96px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.guatemala-s-map {
  object-fit: fill;
  height: auto;
  overflow: hidden;
}

.frame-65 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 602px;
  height: 143px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-66 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}

.link-deparment {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.link-deparment.honduras {
  color: var(--color-scheme-1--color-2);
}

.link-deparment._1-h {
  color: var(--_primitives---colors--white);
  text-underline-offset: 3px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.link-deparment._2-h {
  color: var(--color-scheme-1--color-2);
  text-underline-offset: 3px;
  -webkit-text-decoration: underline #51443d;
  text-decoration: underline #51443d;
  text-decoration-thickness: 2px;
}

.link-deparment._3h {
  color: var(--color-scheme-1--color-4);
  text-underline-offset: 3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-scheme-1--color-12);
  text-decoration-color: var(--color-scheme-1--color-12);
  text-decoration-thickness: 2px;
}

.link-deparment._4-h {
  color: #9b6d62;
  text-underline-offset: 3px;
  -webkit-text-decoration: underline #9b6d62;
  text-decoration: underline #9b6d62;
  text-decoration-thickness: 2px;
}

.link-deparment._5-h {
  color: #7c9899;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.wrrapper-deparments {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 602px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.layout-4 {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 112px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

._65742bd82a805304ab74f300_h4-slide-img-1-1-p-500-2 {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto 0% -19%;
}

.container-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 672px;
  text-decoration: none;
  display: flex;
}

.component-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-30 {
  grid-column-gap: 24px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.content-style-31 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-32 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-33 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-13 {
  color: #677c69;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.component-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-67 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-2 {
  object-fit: cover;
}

.section-history {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 96px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.componetn-history_guaetemala {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.wrrapper-images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.wrrapper-information-history {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 672px;
  text-decoration: none;
  display: flex;
}

.image-1-guatemala, .image2-guatemala {
  object-fit: cover;
  width: 50vw;
  min-width: 50vw;
  height: 100%;
}

.image-wrrapper-1_guatemala {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 498px;
  display: flex;
}

.image-wrrapper-2_guatemala {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 498px;
  display: flex;
}

.wrrapper-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrrapper-16px.is-center {
  justify-content: flex-start;
  align-items: center;
}

.wrrapper-16px.is-center.shorth-text {
  max-width: 600px;
}

.component-2-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.layout-5 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2008m10i852n008-2 {
  object-fit: cover;
  position: absolute;
  inset: -5.6rem -7.1rem auto auto;
}

.container-12 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.frame-68 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-title-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-style-34 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  text-decoration: none;
  display: flex;
}

.heading-14 {
  color: #dc9351;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-25 {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-69 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-35 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1008px;
  text-decoration: none;
  display: flex;
}

.row-5 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrrapper-card-qualities {
  grid-row-gap: 16px;
  border: 1px solid #345c66;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: relative;
  box-shadow: 0 4px 4px #00000040;
}

.wrrapper-card-qualities:hover {
  border-color: var(--color-scheme-1--color);
  transform: translate(0, -2px);
}

.wrrapper-card-qualities.desktop-is-hidden {
  display: none;
}

.grap-8px {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-15 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-26 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-71 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-72 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 354.667px;
  padding-top: 8px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.button-style-16 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vector-2 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: fill;
  border-color: #677c69;
  width: 32px;
  height: 28px;
}

.column-10 {
  grid-row-gap: 16px;
  border: 1px solid #345c66;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.content-style-36 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 663px;
  text-decoration: none;
  display: flex;
}

.column-11 {
  grid-row-gap: 16px;
  border: 1px solid #345c66;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 207px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-28 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.layout-5-copy {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-qualities {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.component-qualities {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.wrrapper-quaalities-1 {
  width: 100%;
  display: block;
}

.lightbox-link {
  text-decoration: none;
}

.code-embed {
  display: none;
  position: absolute;
}

.quality-card {
  position: absolute;
}

.image-12 {
  border-radius: 10px;
}

.images-qualities {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
}

.wrrapper-ligthbox-hidden_1 {
  display: none;
}

.wrrapper-ligthbox-hidden_1.show {
  display: block;
}

.wrrapper-arrow {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-13 {
  width: 32px;
}

.wrrapper-1_guatemala-qualities {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1008px;
  text-decoration: none;
  display: grid;
}

.wrrapper-2_guatemala-qualities {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 663px;
  text-decoration: none;
  display: flex;
}

.wrrapper-2_guatemala-qualities.desktop-is-hidden {
  display: none;
}

.wrrapper-2_guatemala-qualities.mobile-is-hidden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout-6 {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2008m10i852n008-3 {
  object-fit: cover;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-13 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.section-title-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-style-37 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-16 {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-29 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-73 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-38 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.row-6 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrrapper-regions {
  grid-row-gap: 16px;
  background-color: var(--color-scheme-1--color-5);
  border: 1px solid #677c69;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 20px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: flex;
  overflow: hidden;
}

.wrrapper-regions:hover {
  border-color: var(--color-scheme-1--color);
  transform: translate(0, -2px);
  box-shadow: 0 2px 5px #0003;
}

.wrrapper-al-info-regions-huegetenango {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.placeholder-image-3 {
  object-fit: cover;
  border-radius: 100px;
}

.content-style-39 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 354.667px;
  text-decoration: none;
  display: flex;
}

.heading-17 {
  color: #345c66;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-30 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-75 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-76 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 354.667px;
  padding-top: 8px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.button-style-17 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vector-3 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #677c69;
}

.column-13 {
  grid-row-gap: 32px;
  border: 1px solid #677c69;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-14 {
  object-fit: cover;
  border-radius: 300px;
}

.content-style-40 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 354.667px;
  text-decoration: none;
  display: flex;
}

.column-14 {
  border: 1px solid #677c69;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 437px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.row-7 {
  grid-column-gap: 48px;
  background-color: #fefaf2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 401px;
  text-decoration: none;
  display: flex;
}

.section-regions {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.component-regions_guatemala {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-regions_guatemala {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.link-regions {
  text-decoration: none;
  display: block;
}

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

.image-15 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.layout-7 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-14 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component-4 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-41 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-42 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-18 {
  color: #345c66;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-31 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-43 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-44 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 148px;
  display: flex;
}

.row-8 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subheading-one {
  color: #677c69;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-77 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-23 {
  object-fit: contain;
  object-position: 50% 0%;
  border-radius: 0;
  height: 104px;
  overflow: hidden;
}

.frame-23._1 {
  height: 104px;
}

.placeholder-image-4 {
  object-fit: cover;
  object-position: 50% 50%;
}

.section-microlots_guatemala {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

.component-microlot_guatemala {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.section-cta-footer_guatemala {
  background-image: linear-gradient(6deg, #e5c4a8 40%, #fff0), url('../images/IMG_5784.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.wrrapper-cta-guatemala {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--color-5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 822px;
  padding: 48px;
  display: flex;
}

.information-copy {
  width: 40%;
  padding-bottom: 120px;
}

.div-block-20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.image-16 {
  position: absolute;
  inset: 24% 0% 0% auto;
}

.image-17 {
  position: absolute;
  inset: 289px 0% 0% 59%;
}

.image-18 {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
}

.link-footer-title {
  color: var(--_primitives---colors--white);
  width: 100%;
  font-size: 1.125rem;
  text-decoration: none;
}

.image-19 {
  z-index: 5;
  width: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image20 {
  z-index: 20;
  width: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-2 {
  z-index: 20;
  justify-content: flex-start;
  display: block;
  position: fixed;
  inset: auto 2% 3% auto;
}

.div-block-70 {
  margin-right: 0;
  overflow: visible;
}

.link-block-10 {
  padding: 0;
  display: block;
  overflow: visible;
}

.image-47 {
  text-align: left;
  background-color: #0000;
  border-radius: 100%;
  width: 70px;
  max-width: none;
  height: auto;
  padding: 0;
  overflow: visible;
}

.section-icon {
  z-index: 300;
  justify-content: flex-start;
  display: block;
  position: fixed;
  inset: auto 2% 3% auto;
}

.div-block-icon {
  border-radius: 300px;
  margin-right: 0;
  padding: 10px;
  overflow: visible;
}

.image-48 {
  z-index: 50;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-49 {
  width: 55px;
}

.image-50 {
  width: 450px;
}

.left-arrow-2 {
  display: none;
}

.slide {
  width: 30%;
  height: auto;
}

.slide-2, .slide-3 {
  width: 30%;
}

.right-arrow-2 {
  display: none;
}

.slider-2 {
  background-color: #ddd0;
  display: none;
}

.mask-2 {
  height: auto;
}

.slider-certifade {
  background-color: #ddd0;
  display: none;
}

.div-invert {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-size-1 {
  width: 100%;
  max-width: 200px;
}

.icon-embed-xxsmall-6 {
  color: var(--color-scheme-1--color-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.mexico-hero {
  grid-row-gap: 20px;
  background-color: #6b5a53;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 250px 48px 96px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.mexicos-map {
  object-fit: fill;
  width: 800px;
  min-width: auto;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.wrrapper-deparments-mexico {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 602px;
  height: auto;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-cta-footer_mexico {
  background-image: linear-gradient(6deg, #6b5a53 40%, #fff0), url('../images/IMG_2271-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

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

.nav-mexico {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  mix-blend-mode: normal;
  background-color: #6b5a5357;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.wrrapper-desktop16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.c {
  object-fit: cover;
  overflow: hidden;
}

.section-hero_guatemala-mobile {
  background-color: var(--color-scheme-1--color-4);
  display: none;
}

.section-about-hero-mobile {
  z-index: 210;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-about-hero-mobile.mobile {
  background-image: none;
  background-size: auto;
  display: flex;
}

.image-53 {
  position: absolute;
  inset: auto 0% 0%;
}

.backgroun-degradee-m {
  background-image: linear-gradient(180deg, var(--color-scheme-1--color-5) 47%, #fff0 82%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.navbar1_dropdown-list-copy.w--open {
  background-color: #fff;
  border-radius: 10px;
  padding: .5rem;
}

.navbar1_menu-dropdown-copy, .navbar1_menu-dropdown-copy.mobile-hidden {
  display: none;
}

.navbar1_dropdown-link-copy {
  color: var(--color-scheme-1--color-2);
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-copy.w--current {
  color: #000;
}

.wrrapper-deparments-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 602px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.section-c {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-text-1 {
  width: 600px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.arrow-1 {
  position: static;
  inset: auto 0% 0% auto;
}

.wrrapper-mexico {
  grid-row-gap: 20px;
  background-color: var(--color-scheme-1--color-6);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 100px 80px 96px 62px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.mexico-map {
  object-fit: fill;
  width: 100%;
  max-width: 800px;
  height: auto;
  overflow: hidden;
}

.section-hero_mexico-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color-scheme-1--color-6);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.mobile-color {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 95px 96px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-guatemala-copy {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  mix-blend-mode: normal;
  background-color: #345c6663;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.image-55 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-56 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image2-guatemala-copy {
  object-fit: cover;
  object-position: 50% 50%;
  width: 50vw;
  min-width: 50vw;
  height: 100%;
}

.wrrapper-colombia-hero {
  grid-row-gap: 20px;
  background-color: #e5c4a8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 48px 62px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-deparment-color {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color-scheme-1--color-2);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-colombia {
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  color: #000;
  mix-blend-mode: normal;
  background-color: #e5c4a833;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.wrrapper-cta-colombia {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--color-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 822px;
  padding: 48px;
  display: flex;
}

.link-footer--colombia {
  color: var(--color-scheme-1--color-2);
  width: 100%;
  text-decoration: none;
}

.text-footer-14-colombia {
  color: var(--color-scheme-1--color-2);
  font-size: 14px;
  text-decoration: underline;
}

.link-footer-title-colombia {
  color: var(--color-scheme-1--color-2);
  width: 100%;
  font-size: 1.125rem;
  text-decoration: none;
}

.text-15-copy {
  color: var(--color-scheme-1--color-2);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.icon-colombia {
  color: var(--color-scheme-1--color-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: auto;
  display: flex;
}

.icon-white {
  color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: auto;
  display: flex;
}

.section-cta-footer_guatemala-copy {
  background-image: linear-gradient(6deg, var(--color-scheme-1--color-4) 40%, #fff0), url('../images/IMG_1884-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.section-cta-footer_colombia {
  background-image: linear-gradient(6deg, #e5c4a8 40%, #fff0), url('../images/IMG_6022.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.location-colombia {
  color: var(--color-scheme-1--color-2);
  width: 14px;
  height: auto;
}

.map-colombia {
  object-fit: fill;
  width: 100%;
  max-width: 800px;
  height: auto;
  overflow: hidden;
}

.wrrapper-nav-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hiden-drop {
  display: none;
}

.section-c-copy {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 602px;
  height: auto;
  padding-top: 0;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-hero_colombia-mobile {
  background-color: #e5c4a8;
  display: none;
}

.wrrapper-honduras {
  grid-row-gap: 62px;
  color: var(--color-scheme-1--color-5);
  background-color: #51443d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 48px 62px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrrapper-guatemala {
  grid-row-gap: 20px;
  background-color: var(--color-scheme-1--color-4);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 95px 96px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-hero_honduras-mobile {
  background-color: #51443d;
  display: none;
}

.section-cta-footer_honduras {
  background-image: linear-gradient(6deg, #51443d 40%, #fff0), url('../images/IMG_3739.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.wrrapper-costa {
  grid-row-gap: 62px;
  background-color: #7c9899;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 48px 62px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.section-hero_costa-mobile {
  background-color: var(--color-scheme-1--color-8);
  display: none;
}

.frame-78 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-regular-3 {
  font-family: "Urbangrotesktrial Bf 657281 A 9 Ca 800", Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.wrrapper-1_costa-qualities {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: grid;
}

.section-cta-footer_costa {
  background-image: linear-gradient(6deg, #7c9899 40%, #fff0), url('../images/IMG_1799.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.wrrapper-salvador {
  grid-row-gap: 62px;
  background-color: #9c5845;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 48px 62px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-cta-footer_salvador {
  background-image: linear-gradient(6deg, #9c5845 40%, #fff0), url('../images/IMG_0124-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.section-hero_salvador-mobile {
  background-color: #9c5845;
  display: none;
}

.map-honduras {
  object-fit: fill;
  width: 100%;
  max-width: 500px;
  height: auto;
  overflow: hidden;
}

.wrrapper-peru {
  grid-row-gap: 62px;
  background-color: #9b6d62;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 48px 62px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.map-slavador {
  object-fit: fill;
  width: 100%;
  max-width: 800px;
  height: auto;
  overflow: hidden;
}

.map-speru {
  object-fit: fill;
  width: 100%;
  max-width: 500px;
  height: auto;
  overflow: hidden;
}

.secion-peru-mobile {
  background-color: #9b6d62;
  display: none;
}

.image-1-peru {
  object-fit: cover;
  object-position: 0% 0%;
  width: 50vw;
  min-width: 50vw;
  height: 100%;
}

.nav-peru {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  mix-blend-mode: normal;
  background-color: #e5c4a833;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.wrrapper-brasil {
  grid-row-gap: 62px;
  background-color: #677c69;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 48px 62px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.secion-brasil-mobile {
  background-color: #677c69;
  display: none;
}

.text-color-green-2 {
  color: var(--color-scheme-1--color-9);
}

.nav-brasil {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  mix-blend-mode: normal;
  background-color: #e5c4a833;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.section-cta-footer_brasil {
  background-image: linear-gradient(6deg, #677c69 40%, #fff0), url('../images/IMG_4023.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.map-brasil {
  object-fit: fill;
  width: 100%;
  max-width: 800px;
  height: auto;
  overflow: hidden;
}

.wrrapper-republic {
  grid-row-gap: 62px;
  background-color: #83aa86;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 60vw;
  height: 100%;
  min-height: 100%;
  padding: 130px 48px 62px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.secion-republic-mobile {
  background-color: #83aa86;
  display: none;
}

.section-microlots_republic {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

.section-cta-footer_republic {
  background-image: linear-gradient(6deg, #83aa86 40%, #fff0), url('../images/IMG_5457-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.nav-republic {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  mix-blend-mode: normal;
  background-color: #e5c4a833;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  background-color: #d9d9d9bf;
  height: 38px;
}

.text-field::placeholder {
  color: #525f43;
}

.submit-button {
  background-color: #ffa400;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
}

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

.div-block-78 {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.link-block-5 {
  z-index: 2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.form-block {
  width: 100%;
}

.component-popup-contact {
  background-color: var(--color-scheme-1--color-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pop-up-contact {
  z-index: 10000;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 0 32px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-field-copy {
  background-color: #d9d9d9bf;
  height: 120px;
  min-height: 120px;
}

.text-field-copy::placeholder {
  color: #525f43;
}

.image-58 {
  position: absolute;
  inset: auto 0% -31% auto;
}

.image-59 {
  width: 200px;
}

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

.header-style {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 720px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrrapper-text-about {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.component-5 {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-15 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 901px;
  text-decoration: none;
  display: flex;
}

.content-style-45 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-18 {
  grid-column-gap: 8px;
  background-color: #dc9351;
  border: 1px solid #677c69;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-20 {
  grid-column-gap: 8px;
  border: 1px solid #fff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.section-hero-about {
  grid-column-gap: 80px;
  background-image: url('../images/hero-about1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 720px;
  padding: 96px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.componnt-hero_about {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.layout-8 {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-15 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  height: 640px;
  display: flex;
}

.component-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-79 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 683px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.placeholder-image-5 {
  object-fit: cover;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.placeholder-image-6 {
  object-fit: cover;
  position: absolute;
  top: 174px;
  left: 352px;
}

.placeholder-image-7 {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 352px;
}

.content-style-46 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  text-decoration: none;
  display: flex;
}

.content-style-47 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-19 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-32 {
  color: #666;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.row-9 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  text-decoration: none;
  display: flex;
}

.frame-80 {
  object-fit: cover;
  overflow: hidden;
}

.subheading-one-2 {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.list-item-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  text-decoration: none;
  display: flex;
}

.group {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% -1% auto;
}

.section-who {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.component-who {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 640px;
  display: flex;
}

.side-1 {
  width: 100%;
  height: 100%;
}

.side-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.image-61 {
  object-fit: cover;
  height: 130.875px;
}

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

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

.image-63 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.layout-9 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2008m10i852n008-4 {
  object-fit: cover;
  position: absolute;
  top: 610.073px;
  left: 394.704px;
}

.container-16 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.section-title-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-style-48 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-20 {
  color: #51443d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-33 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-49 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-10 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-16 {
  grid-row-gap: 24px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.coffee {
  object-fit: cover;
}

.content-style-50 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 285px;
  text-decoration: none;
  display: flex;
}

.heading-21 {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-34 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-51 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 312px;
  text-decoration: none;
  display: flex;
}

.content-style-52 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 253px;
  text-decoration: none;
  display: flex;
}

.heading-22 {
  color: #51443d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.section-work {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.component-work {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrrapper-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
  text-decoration: none;
  display: flex;
}

.grid-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.card-work {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.gap-16 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-64 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.layout-10 {
  grid-row-gap: 80px;
  background-color: #fbfbec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-17 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component-7 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 640px;
  display: flex;
  position: relative;
}

.content-left {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.section-title-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-53 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-23 {
  color: #677c69;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-35 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-8 {
  object-fit: cover;
  width: 50vw;
  min-width: 50vw;
  height: 841px;
}

.section-mission {
  grid-row-gap: 80px;
  background-color: #fbfbec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.component-mission {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrrapper-img-2 {
  width: 50%;
  display: flex;
}

.layout-11 {
  grid-row-gap: 9px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-54 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-81 {
  object-fit: cover;
  overflow: hidden;
}

.content-style-55 {
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.heading-24 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-36 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-82 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.content-style-56 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.row-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 62px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
}

.cards-industries {
  grid-row-gap: 8px;
  background-color: #fbfbec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.number {
  color: #dc9351;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-37 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.list-item-5 {
  grid-row-gap: 8px;
  background-color: #fbfbec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 283px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.section-industries {
  grid-row-gap: 9px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.component-industries {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 96px;
  padding-bottom: 75px;
  display: grid;
}

.wrrapper-images-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-decoration: none;
  display: flex;
}

.image-65, .image-66 {
  width: 100%;
}

.wrrapper-information {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-2 {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-18 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.section-title-11 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-style-57 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-25 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-2 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-58 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.grid-team {
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.card-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 624px;
  text-decoration: none;
  display: flex;
}

.img-team {
  object-fit: cover;
  overflow: hidden;
}

.content-style-59 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name-3 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.job-title-2 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.job-title-3 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.card-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-83 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 416px;
  display: flex;
  overflow: hidden;
}

.imagen-de-whatsapp-2025-09-01-a-las-170323_21b6172d-2 {
  object-fit: cover;
}

.section-team {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.component-team {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-fotter-about {
  background-image: linear-gradient(6deg, #3c393b 40%, #fff0), url('../images/image-2-6.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.div-block-79 {
  width: 100%;
  max-width: 410px;
}

.wrrapper-images-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  width: 55%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.section-hero-offerings {
  grid-column-gap: 80px;
  background-image: url('../images/65.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 441px;
  padding: 96px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card-offerings {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ded9d5b3;
  border: 1px solid #ded9d5b3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-offerings:hover {
  border-color: var(--color-scheme-1--color-3);
  transform: translate(0, -2px);
}

.wrrapper-cta-offerings {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color-scheme-1--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 822px;
  padding: 48px;
  display: flex;
}

.link-block-11 {
  color: var(--_primitives---colors--white);
  text-decoration: none;
}

.link-block-11.current {
  text-decoration: underline;
}

.wrraper-1 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-bar-contact {
  background-color: var(--color-scheme-1--color);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  mix-blend-mode: normal;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.contact {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 140px 64px 112px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.tagline-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tagline {
  color: #dc9351;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.content-style-60 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-26 {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-38 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.container-19 {
  grid-column-gap: 80px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.frame-84 {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.frame-85 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.form-style {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-input {
  grid-column-gap: 8px;
  border: 0 solid #51443d;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 12px;
  display: flex;
}

.placeholder {
  color: #0009;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-39 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-area {
  border: 0 solid #51443d;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding: 12px;
  display: flex;
}

.button-style-21 {
  grid-column-gap: 8px;
  background-color: #677c69;
  border: 1px solid #677c69;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-22 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

._2008m10i852n008-5 {
  object-fit: cover;
  position: absolute;
  top: 343.022px;
  left: 1852.78px;
}

.section-contact-hero {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.component-contat-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 96px;
  display: flex;
}

.wrrapper--contact-form {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: end stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.form-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
}

.text-field-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--color-scheme-1--color-2);
  background-color: #fff0;
}

.text-field-2:active, .text-field-2:focus {
  border-bottom-color: var(--color-scheme-1--color-3);
}

.textarea {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--color-scheme-1--color-3);
  background-color: #fff0;
  min-height: 80px;
}

.textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-bottom-color: var(--color-scheme-1--color-2);
}

.form-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.image-68 {
  height: auto;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  line-height: 1.4;
}

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

.div-block-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq4_accordion {
  background-color: var(--color-scheme-1--color-3);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

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

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.circle-white-1 {
  background-color: #e6e6e6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.wrrapper--contact-fqs {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.frame-86 {
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.layout-12 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vector-4 {
  object-fit: cover;
  position: absolute;
  top: 1019.55px;
  left: -265.673px;
}

.frame-87 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-40 {
  color: #51443d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-88 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1146px;
  text-decoration: none;
  display: flex;
}

.container-20 {
  grid-column-gap: 80px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #dc9351;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.section-title-13 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-style-61 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-41 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.frame-89 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
}

.text-42 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.container-21 {
  grid-column-gap: 80px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #dc9351;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 154px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.container-22 {
  grid-column-gap: 80px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #dc9351;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 154px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.footer-2 {
  grid-row-gap: 80px;
  background-color: #51443d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 62px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-23 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-90 {
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #51443d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-style-62 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  text-decoration: none;
  display: flex;
}

.column-17 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.company-logo-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.social-links-2 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-63 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1042px;
  text-decoration: none;
  display: flex;
}

.column-18 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 236px;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-64 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-43 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-91 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-44 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-65 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-45 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.text-46 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-list-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 192px;
  text-decoration: none;
  display: flex;
}

.link-style-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-47 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-48 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.column-19 {
  grid-column-gap: 160px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 413px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-92 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 388px;
  text-decoration: none;
  display: flex;
}

.frame-93 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-94 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 413px;
  text-decoration: none;
  display: flex;
}

.link-list-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.link-list-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 102px;
  text-decoration: none;
  display: flex;
}

.credits-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1220px;
  text-decoration: none;
  display: flex;
}

.row-12 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-50 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer-links-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.group-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 673.505px;
  height: 433.884px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 871.092px;
  left: -455px;
}

.group-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 763.362px;
  height: 451.307px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 1329.77px;
  left: 1387.13px;
}

.section-contact-information {
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.component-contact-information {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #dc9351;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-contact {
  height: 100%;
  text-decoration: none;
}

.footer-contact {
  grid-row-gap: 80px;
  background-color: #51443d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 0 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrrapper-contact-card {
  z-index: 30;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
  position: relative;
}

.image-69 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-70 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.component-fqs {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.header-style-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 964px;
  padding: 112px 64px 96px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-95 {
  overflow: hidden;
}

.frame-96 {
  object-fit: cover;
  overflow: hidden;
}

.container-24 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: flex;
}

.wrrapper-infor_cafes {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-66 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.content-style-67 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 490px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.actions-5 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-23 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-24 {
  color: #9c5845;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-hero-cafes {
  grid-row-gap: 80px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#00000026, #00000026), url('../images/IMG_8361.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.component-hero-cafes {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 964px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.layout-13 {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vector-5 {
  object-fit: cover;
  position: absolute;
  top: 1472.55px;
  left: -233.673px;
}

.frame-97 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 746px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-51 {
  color: #9c5845;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-52 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.container-25 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component-8 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.frame-98 {
  background-color: #51443d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 599px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.group-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  height: 535px;
  text-decoration: none;
  display: flex;
}

.civil_ensign_of_guatemala-3 {
  object-fit: cover;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  min-height: 80px;
  overflow: hidden;
}

.section-title-14 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 526px;
  text-decoration: none;
  display: flex;
}

.wrrapper-text-card {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrrapper-text-card.card-content-alight {
  justify-content: center;
  align-items: flex-start;
}

.wrrapper-text-card.alight-text-colombia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.heading-27 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-53 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-countries {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.component-countries {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-98-copy {
  background-color: #51443d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 599px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.wrrapper-title {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 746px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.wrrapper-title-1 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrrapper-heading {
  width: 100%;
  max-width: 490px;
}

.card-country {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  text-align: left;
  background-color: #51443d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.card-country.size-card-country {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.card-country.size-card-country._1 {
  height: auto;
}

.layout-14 {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
}

.wrrapper-shorth-centuries {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: grid;
}

.content-style-68 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-20 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-28 {
  color: #9c5845;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.column-21 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dol {
  color: #666;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.wrrapper-card-centuries {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  background-color: #fefaf2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.frame-100 {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-101 {
  grid-column-gap: 10px;
  background-color: #345c66;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.garantia-1 {
  object-fit: cover;
  overflow: hidden;
}

.content-style-69 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-15 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-70 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-29 {
  color: #51443d;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-102 {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 140px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.content-style-71 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-16 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 189px;
  text-decoration: none;
  display: flex;
}

.content-style-72 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-103 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.placeholder-image-9 {
  object-fit: cover;
  background-image: url('../images/Placeholde1-Image.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
}

.section-centuries {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: none;
}

.wrrapper-centuries-text {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-ceturies {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-81 {
  width: 100%;
  max-width: 150px;
}

.section-image {
  background-image: url('../images/IMG_2226-4-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 598px;
}

.wrrapper-title-paises {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.wrrapper-title-paises.toasted-coffee {
  max-width: 750px;
}

.image-71 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-72, .image-73 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-74 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-card-products-1 {
  height: 100%;
  text-decoration: none;
}

.card-products {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ded9d5b3;
  border: 1px solid #ded9d5b3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-products:hover {
  border-color: var(--color-scheme-1--color-11);
  transform: translate(0, -2px);
}

.wrraper-2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image-75 {
  width: auto;
  position: absolute;
  inset: auto 0% -149% auto;
}

.layout-15 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-26 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component-9 {
  grid-column-gap: 80px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 640px;
  display: flex;
  position: relative;
}

.wrrapper-text-mission {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.section-title-17 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-73 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-30 {
  color: #345c66;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-54 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-10 {
  object-fit: cover;
  width: 100vw;
  min-width: 60vw;
}

.section-mission-cafes {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.componet-mission-cafes {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.wrrapper-img-1 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-76 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 50vw;
  min-width: 50vw;
  height: 700px;
}

.section-cta-footer_altiplano {
  background-image: linear-gradient(6deg, var(--color-scheme-1--color-4) 40%, #fff0), url('../images/background-tasty-roasted-coffee-beans.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.button-brown {
  border: 1px solid var(--color-scheme-1--color-11);
  background-color: var(--color-scheme-1--color-11);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: transform .2s;
}

.button-brown:hover {
  transform: translate(0, -7px);
}

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

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

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

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

.button-brown.is-secondary {
  border-color: var(--color-scheme-1--color-2);
  background-color: var(--color-scheme-1--color-2);
  color: var(--_primitives---colors--white);
}

.button-brown.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-brown.is-secondary.is-small.is-alternate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.button-brown.is-secondary.is-icon.is-alternate {
  border-color: var(--color-scheme-1--color);
  color: var(--color-scheme-1--color);
}

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

.button-brown.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-brown.is-alternate.is-small {
  width: auto;
}

.wrrapper-shorth-centuries-copy {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: grid;
}

.header-style-3 {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 700px;
  padding: 112px 64px 96px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-22 {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 96px;
  display: flex;
}

.content-style-74 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 636px;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here-4 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-4 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.actions-6 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-25 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-26 {
  color: #9c5845;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-hero_products {
  grid-row-gap: 80px;
  background-color: #fefaf2;
  background-image: url('../images/close-up-view-brown-coffee-seeds-dark-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 700px;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrrapper-text-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 636px;
  text-decoration: none;
  display: flex;
}

.testimonial-3 {
  grid-row-gap: 48px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1441px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.img_1896-10 {
  object-fit: cover;
  position: absolute;
  top: 417.199px;
  left: 131.849px;
}

.img_1896-11 {
  object-fit: cover;
  position: absolute;
  top: 2653.2px;
  left: 1575.13px;
}

._65742bd82a805304ab74f300_h4-slide-img-1-1-p-500-3 {
  object-fit: cover;
  position: absolute;
  top: 1681px;
  left: -285px;
}

.group-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 733px;
  height: 131px;
  text-decoration: none;
  display: flex;
}

.frame-104 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-27 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-75 {
  grid-column-gap: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-76 {
  grid-column-gap: 62px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-23 {
  grid-column-gap: 48px;
  background-color: #ded9d5b3;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 291px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.civil_ensign_of_guatemala-4 {
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.frame-105 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-77 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 333.667px;
  height: 43px;
  text-decoration: none;
  display: flex;
}

.frame-106 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-107 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-31 {
  color: #51443d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-108 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 333.667px;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  display: flex;
}

.text-55 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.content-style-78 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 824px;
  text-decoration: none;
  display: flex;
}

.content-style-79 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-24 {
  grid-column-gap: 48px;
  background-color: #ded9d5b3;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 275px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-25 {
  grid-column-gap: 48px;
  background-color: #ded9d5b3;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 824px;
  height: 275px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-27 {
  grid-column-gap: 8px;
  background-color: #345c66;
  border: 1px solid #345c66;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-28 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-rosted {
  grid-row-gap: 48px;
  background-color: #fefaf2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.component-rosted {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.wrrapper-text-rosted {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-23-copy {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  background-color: #ded9d5b3;
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 824px;
  height: 291px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.wrrapper-text-product {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.card-product-rosted {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  background-color: #ded9d5b3;
  border: 1px solid #ded9d5b3;
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 824px;
  height: 350px;
  padding: 20px;
  text-decoration: none;
  transition: transform .2s;
  display: grid;
  overflow: hidden;
}

.card-product-rosted:hover {
  border-color: var(--color-scheme-1--color-11);
  transform: translate(0, -2px);
}

.button-blue {
  border: 1px solid var(--color-scheme-1--color-12);
  background-color: var(--color-scheme-1--color-12);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: transform .2s;
}

.button-blue:hover {
  transform: translate(0, -7px);
}

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

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

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

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

.button-blue.is-secondary {
  border-color: var(--color-scheme-1--color-2);
  background-color: var(--color-scheme-1--color-2);
  color: var(--_primitives---colors--white);
}

.button-blue.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-blue.is-secondary.is-small.is-alternate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.button-blue.is-secondary.is-icon.is-alternate {
  border-color: var(--color-scheme-1--color);
  color: var(--color-scheme-1--color);
}

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

.button-blue.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-blue.is-alternate.is-small {
  width: auto;
}

.image-77 {
  position: absolute;
  inset: auto 0% -84% auto;
}

.layout-16 {
  grid-row-gap: 80px;
  background-color: #9c5845;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 728px;
  padding: 96px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-28 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.component-10 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 640px;
  display: flex;
  position: relative;
}

.content-left-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 504px;
  text-decoration: none;
  display: flex;
}

.section-title-18 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-80 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.frame-109 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 504px;
  text-decoration: none;
  display: flex;
}

.heading-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Auten Shany, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-110 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-111 {
  grid-row-gap: 10px;
  background-color: #fefaf2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-112 {
  grid-column-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.datos-fuente-1 {
  object-fit: cover;
  width: 48px;
  height: auto;
  overflow: hidden;
}

.text-56 {
  color: #51443d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.vector-6 {
  object-fit: cover;
}

.text-57 {
  color: #51443d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.placeholder-image-11 {
  object-fit: cover;
  position: absolute;
  top: -79px;
  left: 640px;
}

.section-why {
  grid-row-gap: 80px;
  background-color: #9c5845;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.component-why {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.wrrapper-image {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.image-78 {
  width: 50vw;
  min-width: 50vw;
  height: 100%;
}

.card-why {
  grid-row-gap: 10px;
  background-color: #fefaf2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card-why.cardwy-why {
  justify-content: center;
  align-items: flex-start;
  height: 140px;
}

.content-style-81 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-white-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: auto;
  display: flex;
}

.frame-113 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.company-logo-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-footer-title-2 {
  color: #fff;
  width: 100%;
  font-size: 1.125rem;
  text-decoration: none;
}

.navbar1_menu-dropdown-copy-2 {
  display: none;
}

.frame-114 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-82 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  text-decoration: none;
  display: flex;
}

.content-style-83 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1042px;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-brown-2 {
  color: #fff;
  text-align: center;
  background-color: #9c5845;
  border: 1px solid #9c5845;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: transform .2s;
}

.button-brown-2:hover {
  transform: translate(0, -7px);
}

.navbar1_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: center;
  padding: .5rem 0 .5rem 1rem;
  font-family: "Urbangrotesktrial Bf 657281 A 9 Ca 800", Arial, sans-serif;
  display: flex;
}

.section-cta-footer_altiplano-2 {
  background-image: linear-gradient(6deg, #345c66 40%, #fff0), url('../images/image-2-9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.image-79 {
  object-fit: fill;
}

.link-footer-2 {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.text-58 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.footer-links-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-84 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-13 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-115 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-85 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-size-small-2 {
  font-family: "Urbangrotesktrial Bf 657281 A 9 Ca 800", Arial, sans-serif;
  font-size: .875rem;
}

.div-block-82 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.div-block-82.invert {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.image-80 {
  z-index: 5;
  width: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-list-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.column-26 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-116 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-27 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 236px;
  padding-top: 8px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-footer-14-2 {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.wrrapper-cta-guatemala-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fefaf2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 822px;
  padding: 48px;
  display: flex;
}

.heading-style-h2-2 {
  font-family: Auten Shany, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-form-products {
  background-image: linear-gradient(6deg, #3c393b 40%, #fff0), url('../images/view-roasted-coffee-beans.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.section-gallery {
  background-color: #fefaf2;
}

.component-gallery {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

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

.img-gallery {
  object-fit: cover;
  width: 100%;
  height: 375.734px;
}

.div-block-85 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.component-popup-guate {
  background-color: var(--color-scheme-1--color-12);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-cta-footer_home-1 {
  background-image: linear-gradient(6deg, var(--color-scheme-1--color-2) 40%, #fff0), url('../images/IMG_5739.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.section-cta-footer_peru {
  background-image: linear-gradient(6deg, #9b6d62 40%, #fff0), url('../images/IMG_1894-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}

.content-style-80-copy {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 96px;
  padding-bottom: 96px;
  text-decoration: none;
  display: flex;
}

.link-block-12, .link-block-13, .link-block-14, .link-block-15 {
  text-decoration: none;
}

.image-65-copy {
  width: 100%;
}

.link-footer-title-copy {
  color: var(--_primitives---colors--white);
  width: 100%;
  font-size: 1.125rem;
  text-decoration: none;
}

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

.link-footer-copy {
  color: var(--_primitives---colors--white);
  width: 100%;
  text-decoration: none;
}

.navbar1_menu-dropdown-colombia, .navbar1_menu-dropdown-colombia.mobile-hidden {
  display: none;
}

.image-81 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: auto;
}

.wrrapper-nav-div-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar1_dropdown-list-copy.w--open {
  background-color: #fff;
  border-radius: 10px;
  padding: .5rem;
  top: auto;
  left: auto;
}

.div-block-86 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.mobile-cafes {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: none;
}

.wrapp-cardas--offerings {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 5px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.nav-link-copy {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--white);
  width: 70px;
  padding: 0;
}

.nav-link-copy.w--current {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--white);
  text-decoration: underline;
}

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

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

.wrrapper-text-hero--espa-ol {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.div-block-87 {
  width: 100%;
  max-width: 500px;
}

.wrrapper-text-about-esp {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.div-block-88 {
  width: 100%;
  max-width: 250px;
}

.wrrapper-text-cta-esp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.div-block-89 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.texto-1 {
  width: 100%;
  max-width: 500px;
}

.wrrapper-text-cta--esp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.text-esp {
  width: 100%;
  max-width: 500px;
}

.wrrapper-text-cta-es {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.wrrapper-text-cta-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.text-block {
  color: #fff;
}

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

.image-82 {
  width: 43px;
}

.wrrapper-mexico-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: grid;
}

.mexico-wrrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  text-decoration: none;
}

.image-84, .image-86 {
  width: 43px;
}

.link-products-2 {
  text-decoration: none;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.wrrapper-hidden-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color-scheme-1--color-6);
  border-radius: 10px;
  flex-flow: column;
  width: 200px;
  padding: 10px;
  display: none;
  position: absolute;
}

.lenguaje {
  color: var(--color-scheme-1--color-5);
  font-size: 1.125rem;
  text-decoration: none;
}

.lenguaje:hover {
  text-decoration: underline;
}

.button-lenguaje {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color-scheme-1--background);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 50px;
  margin-right: 0;
  padding: .5rem 1.5rem;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.button-lenguaje.is-secondary {
  border-color: var(--color-scheme-1--color-2);
  background-color: var(--color-scheme-1--color-2);
  color: var(--_primitives---colors--white);
}

.button-lenguaje.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button-lenguaje.is-secondary.is-small.is-alternate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.button-lenguaje.is-secondary.is-icon.is-alternate {
  border-color: var(--color-scheme-1--color);
  color: var(--color-scheme-1--color);
}

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

.button-lenguaje.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-lenguaje.is-alternate.is-small {
  width: auto;
}

.navbar1_dropdown-toggle-copy {
  grid-column-gap: .5rem;
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--white);
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar1_dropdown-toggle-copy.mobile--drop {
  display: none;
}

.navbar1_dropdown-list-lenguaje {
  inset: 52px -44px -100px 0;
}

.navbar1_dropdown-list-lenguaje.w--open {
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  top: auto;
  left: auto;
}

.image-87 {
  border-radius: 2px;
  width: 32px;
}

.div-block-90 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-select-contry {
  grid-column-gap: 10.75px;
  grid-row-gap: 10.75px;
  border: 2px solid #fbfbfd;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 31px;
  min-height: 31px;
  margin-left: 26px;
  padding: 2px 10px;
  text-decoration: none;
  display: flex;
}

.image-28 {
  width: 27px;
}

.image-24 {
  width: 23px;
  min-width: 23px;
  height: 25px;
  min-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.wrapper-btns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.wrapper-btns._2 {
  margin-top: 10px;
}

.btn-select-contry-2023 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid #2a363c;
  border-radius: 37px;
  justify-content: center;
  align-items: center;
  height: 28px;
  min-height: 28px;
  padding: 2px 15px 0;
  text-decoration: none;
  transition: border .3s;
  display: flex;
}

.btn-select-contry-2023:hover {
  border-color: #fbfbfd;
}

.btn-select-contry-2023.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-color: #fbfbfd;
  height: 28px;
  min-height: 28px;
  padding-top: 2px;
  padding-bottom: 0;
  display: flex;
}

.btn-select-contry-2023.active {
  border-color: #fbfbfd;
}

.btn-text-contry-2 {
  color: #fbfbfd;
  align-items: center;
  height: 25px;
  min-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.text-card-selector-contry {
  color: #fff;
  font-weight: 500;
}

.div-block-47 {
  height: auto;
}

.image-29 {
  width: 20px;
}

.wrapper-btn-contrys {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #161c1fcc;
  border: 1px #161c1f;
  border-radius: 18px;
  width: auto;
  height: 175px;
  min-height: auto;
  max-height: none;
  padding: 15px;
  display: none;
  position: absolute;
  inset: 73px 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 1px 18px #00000040;
}

.link-lenguaje {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.wrrapper-deparments-copy {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 602px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.actions-4-copy {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  text-decoration: none;
  display: flex;
}

.div-block-92 {
  padding-top: 45px;
  padding-bottom: 40px;
  display: flex;
}

.heading-style-h3-copy {
  font-family: var(--_typography---font-styles--heading);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3-copy.text-color-brown.cafes-text-large {
  width: 100%;
}

.div-block-93 {
  min-height: 50px;
}

.section-cafes {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.components-cafes {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-cafe {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
  text-decoration: none;
  display: flex;
}

.section-discover {
  background-color: #fefaf2;
}

.component-discover {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.div-block-94 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding: 10px;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-88, .image-89, .image-90 {
  width: 50px;
}

.div-block-97 {
  width: 50%;
}

.image-91 {
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
}

.div-block-98 {
  padding-top: 24px;
}

.section-product-1 {
  background-color: #9c5845;
}

.component-product1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.wrapp-cards1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-99 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-100 {
  width: 50%;
}

.wrapp-cards1-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-cofe {
  background-color: var(--color-scheme-1--color-2);
  border-radius: 50px;
  padding: .75rem 1.5rem;
}

.dropdown-2 {
  border-bottom: 1px solid var(--color-scheme-1--color-2);
  width: 100%;
}

.dropdown-toggle-2 {
  background-color: var(--_primitives---opacity--white-5);
  color: var(--_primitives---opacity--neutral-darkest-40);
  padding-left: 10px;
}

.text-block-5 {
  font-size: .9rem;
}

.dropdown-list-3 {
  background-color: #ddd;
}

.dropdown-list-3.w--open {
  background-color: var(--color-scheme-1--color);
  color: var(--color-scheme-1--color-6);
  width: 50%;
}

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

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--_primitives---opacity--white-5) var(--_primitives---opacity--transparent) var(--color-scheme-1--color-2);
  color: var(--_primitives---opacity--neutral-darkest-40);
  background-color: #f3f3f300;
  padding-left: 10px;
}

.div-block-101, .div-block-102, .div-block-103 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-18, .link-block-19 {
  text-decoration: none;
}

.image-92 {
  object-position: 0% 50%;
}

.image-93 {
  height: 539.156px;
}

.image-94 {
  object-fit: cover;
  border-radius: 20px;
  height: 591px;
}

.div-block-105, .div-imagen1 {
  width: 55px;
}

.image-95 {
  width: 463.156px;
}

.image-96 {
  height: 104px;
}

.code-embed-2, .code-embed-3 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .wrapper-btn-contrys {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

@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.text-color-grey.tablet-is-center {
    text-align: center;
  }

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

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

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

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

  .heading-style-h1.text-color-white.tablet-is-center {
    text-align: center;
  }

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

  .text-size-regular.text-color-brown.tablet-is-center {
    text-align: center;
  }

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

  .heading-style-h3.text-color-brown.hero-heading.tables-is-center, .heading-style-h3.text-color-brown.tablet-is-center, .heading-style-h3.text-color-brown-1.tablet-is-center, .text-size-large.text-color-white.tablet-is-center {
    text-align: center;
  }

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

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

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

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

  .menu-icon1_line-middle-inner {
    background-color: var(--color-scheme-1--color-3);
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_container {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    display: flex;
  }

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

  .section-ehowe {
    background-image: linear-gradient(6deg, #fff0, #fefaf2 41%), url('../images/pexels-ameer-mohamed-424973045-23234989-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

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

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

  .navbar1_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0 16px 0 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1rem;
  }

  .navbar1_menu-dropdown.mobile-hidden {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
  }

  .menu-icon1_line-bottom {
    background-color: var(--color-scheme-1--color-3);
    width: 16px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-button {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

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

  .menu-icon1_line-top {
    background-color: var(--color-scheme-1--color-3);
    width: 16px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--color-scheme-1--color-2);
    height: auto;
    padding-top: 3rem;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_menu.is-page-height-tablet.guatemala {
    background-color: var(--color-scheme-1--color-4);
  }

  .navbar1_menu.is-page-height-tablet.honduras {
    background-color: var(--color-scheme-1--color-6);
  }

  .navbar1_menu.is-page-height-tablet.costa-rica {
    background-color: var(--color-scheme-1--color-8);
  }

  .navbar1_menu.is-page-height-tablet.salvador, .navbar1_menu.is-page-height-tablet.peru {
    background-color: var(--color-scheme-1--color-11);
  }

  .navbar1_menu.is-page-height-tablet.brasil {
    background-color: var(--color-scheme-1--color-9);
  }

  .navbar1_menu.is-page-height-tablet.republica {
    background-color: var(--color-scheme-1--color-13);
  }

  .menu-icon1 {
    background-color: var(--color-scheme-1--foreground);
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
    display: none;
  }

  .component-whowe {
    justify-content: center;
    align-items: center;
  }

  .component-explore {
    padding-top: 62px;
  }

  .section-paises {
    padding-top: 0;
  }

  .component-paises {
    padding-top: 62px;
    padding-bottom: 62px;
  }

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

  .div-block-14 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-15 {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link {
    margin-left: 0;
  }

  .component-cafes_home {
    flex-flow: column;
  }

  .component-cafes_home.invert {
    flex-flow: wrap-reverse;
    padding-top: 62px;
  }

  .wrapper-picture_cafes {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-6 {
    min-width: 100vw;
    height: 500px;
  }

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

  .wrrapper--cards-certifications {
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .component-certificacions {
    padding-bottom: 0;
  }

  .image-8 {
    top: -39%;
    left: -4%;
  }

  .content-style-21 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .column-5 {
    max-width: 100%;
  }

  .component-cata_home {
    padding-bottom: 62px;
  }

  .column-7 {
    max-width: 100%;
  }

  .content-style-26 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .content-style-27 {
    width: 40%;
  }

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

  .frame-59 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-list-4 {
    width: 50%;
  }

  .frame-60 {
    max-width: 100%;
  }

  .row-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-section {
    padding-top: 62px;
  }

  .mobile-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .div-block-18 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
    display: flex;
  }

  .div-block-18.invert {
    width: 100%;
  }

  .section-hero_guatemala {
    display: none;
  }

  .component-hero_guatemala {
    flex-flow: column;
    height: auto;
  }

  .information {
    width: 100%;
    padding-top: 160px;
    padding-bottom: 0;
  }

  .map {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .frame-37 {
    width: 100%;
    min-width: 100vw;
    padding: 48px 48px 62px;
  }

  .guatemala-s-map {
    object-fit: fill;
    height: 500px;
  }

  .link-deparment {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-history {
    padding-top: 62px;
  }

  ._2008m10i852n008-2 {
    top: -37%;
  }

  .wrrapper-card-qualities {
    grid-row-gap: 8px;
    width: 100%;
    height: 100%;
  }

  .wrrapper-card-qualities.desktop-is-hidden {
    display: flex;
  }

  .component-qualities {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .wrrapper-ligthbox-hidden_1 {
    display: none;
  }

  .wrrapper-1_guatemala-qualities {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .wrrapper-2_guatemala-qualities {
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: 100%;
  }

  .wrrapper-2_guatemala-qualities.mobile-is-hidden {
    display: flex;
  }

  .component-regions_guatemala {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

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

  .placeholder-image-4 {
    width: 100%;
  }

  .component-microlot_guatemala {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    flex-flow: column;
    display: flex;
  }

  .section-cta-footer_guatemala {
    padding-top: 62px;
  }

  .information-copy {
    width: 100%;
    padding-top: 160px;
    padding-bottom: 0;
  }

  .image-19 {
    width: 400px;
    inset: auto auto -13% 0%;
  }

  .image20 {
    width: 400px;
    inset: auto 0% -2% auto;
  }

  .image-47 {
    width: 50px;
  }

  .section-icon {
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    display: flex;
  }

  .mexico-hero {
    width: 100%;
    min-width: 100vw;
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .mexicos-map {
    height: 500px;
  }

  .section-cta-footer_mexico {
    padding-top: 62px;
  }

  .section-hero_guatemala-mobile {
    padding-top: 90px;
    display: block;
  }

  .section-about-hero-mobile {
    background-image: linear-gradient(6deg, #fff0, #fefaf2 41%), url('../images/pexels-ameer-mohamed-424973045-23234989-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
  }

  .navbar1_dropdown-list-copy.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-dropdown-copy {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown-copy.mobile-hidden {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .navbar1_dropdown-link-copy {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .wrrapper-mexico {
    width: 100%;
    min-width: 100vw;
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .mexico-map {
    height: 500px;
  }

  .section-hero_mexico-mobile {
    background-color: var(--color-scheme-1--color-6);
    padding-top: 90px;
    display: block;
  }

  .mobile-color {
    background-color: #345c6600;
    width: 100%;
    min-width: 100vw;
    padding: 48px 62px 62px;
  }

  .wrrapper-colombia-hero {
    width: 100%;
    min-width: 100vw;
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .link-deparment-color {
    text-align: center;
  }

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

  .section-cta-footer_guatemala-copy, .section-cta-footer_colombia {
    padding-top: 62px;
  }

  .map-colombia {
    height: 500px;
  }

  .hiden-drop {
    display: block;
  }

  .section-hero_colombia-mobile {
    padding-top: 90px;
    display: block;
  }

  .wrrapper-honduras, .wrrapper-guatemala {
    width: 100%;
    min-width: 100vw;
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .section-hero_honduras-mobile {
    padding-top: 90px;
    display: block;
  }

  .section-cta-footer_honduras {
    padding-top: 62px;
  }

  .wrrapper-costa {
    width: 100%;
    min-width: 100vw;
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .section-hero_costa-mobile {
    padding-top: 90px;
    display: block;
  }

  .link-deparment-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wrrapper-1_costa-qualities {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-cta-footer_costa {
    padding-top: 62px;
  }

  .wrrapper-salvador {
    width: 100%;
    min-width: 100vw;
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .section-cta-footer_salvador {
    padding-top: 62px;
  }

  .section-hero_salvador-mobile {
    padding-top: 90px;
    display: block;
  }

  .map-honduras {
    height: 500px;
  }

  .wrrapper-peru {
    width: 100%;
    min-width: 100vw;
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .map-slavador, .map-speru {
    height: 500px;
  }

  .secion-peru-mobile {
    padding-top: 90px;
    display: block;
  }

  .wrrapper-brasil {
    width: 100%;
    min-width: 100vw;
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .secion-brasil-mobile {
    padding-top: 90px;
    display: block;
  }

  .section-cta-footer_brasil {
    padding-top: 62px;
  }

  .map-brasil {
    height: 500px;
  }

  .wrrapper-republic {
    width: 100%;
    min-width: 100vw;
    padding-top: 48px;
    padding-bottom: 62px;
  }

  .secion-republic-mobile {
    padding-top: 90px;
    display: block;
  }

  .section-cta-footer_republic {
    padding-top: 62px;
  }

  .pop-up-contact {
    display: none;
  }

  .content-style-46 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .row-9 {
    justify-content: center;
    align-items: center;
  }

  .component-who {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
  }

  .component-who.invert {
    flex-flow: wrap-reverse;
    position: relative;
  }

  .side-1, .side-2 {
    height: 500px;
  }

  .image-60 {
    width: 100%;
  }

  .image-61 {
    height: 300%;
  }

  .image-62 {
    height: 60%;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content-left {
    width: 100%;
  }

  .content-style-53 {
    grid-row-gap: 16px;
  }

  .placeholder-image-8 {
    width: 100vw;
    min-width: 100vw;
    height: 500px;
  }

  .component-mission {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding-top: 62px;
  }

  .component-mission.invert {
    flex-flow: wrap-reverse;
  }

  .wrrapper-img-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .content-style-55 {
    grid-row-gap: 16px;
    padding-top: 0;
  }

  .row-11 {
    margin-top: 0;
  }

  .component-industries {
    flex-flow: column;
    display: flex;
  }

  .component-industries.invert {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap-reverse;
    padding-top: 62px;
    padding-bottom: 48px;
  }

  .image-65 {
    height: 377.953px;
  }

  .wrrapper-information {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .img-team, .frame-83 {
    height: auto;
  }

  .component-team {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .div-block-79 {
    max-width: 100%;
  }

  .wrrapper-images-2, .frame-84 {
    width: 100%;
  }

  .frame-85 {
    grid-row-gap: 24px;
  }

  .component-contat-hero {
    padding-top: 140px;
    padding-bottom: 62px;
  }

  .wrrapper--contact-form {
    flex-flow: column;
    display: flex;
  }

  .wrrapper--contact-form.invert {
    flex-flow: wrap-reverse;
  }

  .text-field-2, .textarea {
    border-radius: 0;
  }

  .wrrapper--contact-fqs {
    flex-flow: column;
    display: flex;
  }

  .component-contact-information {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .footer-contact {
    padding-top: 62px;
  }

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

  .component-fqs {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .frame-96 {
    width: 300px;
    height: auto;
  }

  .wrrapper-infor_cafes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .content-style-67 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .component-hero-cafes {
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-bottom: 62px;
  }

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

  .wrrapper-shorth-centuries {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .column-20 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .wrrapper-centuries-text {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-81 {
    max-width: 100%;
  }

  .wrrapper-text-mission {
    width: 100%;
  }

  .componet-mission-cafes {
    flex-flow: column;
    padding-bottom: 62px;
  }

  .componet-mission-cafes.invert {
    flex-flow: wrap-reverse;
    padding-top: 62px;
  }

  .wrrapper-img-1 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-76 {
    object-position: 50% 100%;
    min-width: 100vw;
    height: 500px;
  }

  .section-cta-footer_altiplano {
    padding-top: 62px;
  }

  .wrrapper-shorth-centuries-copy {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .content-style-80 {
    width: 100%;
  }

  .datos-fuente-1 {
    width: 32px;
  }

  .component-why {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding-top: 62px;
  }

  .wrrapper-image {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .image-78 {
    object-fit: cover;
    min-width: 100vw;
    height: 500px;
  }

  .content-style-81 {
    width: 40%;
  }

  .navbar1_menu-dropdown-copy-2 {
    width: 100%;
    font-size: 1.125rem;
  }

  .frame-114 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-style-83 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar1_dropdown-toggle-2 {
    align-items: center;
    margin-left: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .section-cta-footer_altiplano-2 {
    padding-top: 62px;
  }

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

  .content-style-84 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .row-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-82 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
    display: flex;
  }

  .div-block-82.invert {
    width: 100%;
  }

  .image-80 {
    width: 400px;
    inset: auto auto -13% 0%;
  }

  .frame-116, .column-27 {
    max-width: 100%;
  }

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

  .section-form-products, .section-cta-footer_peru {
    padding-top: 62px;
  }

  .content-style-80-copy {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-65-copy {
    height: 377.953px;
  }

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

  .navbar1_menu-dropdown-colombia {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-dropdown-colombia.mobile-hidden {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .navbar1_dropdown-list-copy {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-copy.w--open {
    border-style: none;
    width: auto;
    padding: 0 16px 0 0;
  }

  .mobile-cafes {
    flex-flow: column;
    display: flex;
  }

  .wrapp-cardas--offerings {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-copy {
    margin-left: 0;
  }

  .icon-embed-xxsmall-8 {
    color: var(--color-scheme-1--color);
  }

  .image-85 {
    height: auto;
  }

  .button-lenguaje {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar1_dropdown-toggle-copy {
    align-items: center;
    margin-left: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_dropdown-list-lenguaje {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list-lenguaje.w--open {
    border-style: none;
    width: auto;
    padding: 8px 16px;
    position: absolute;
    bottom: -95px;
    left: -8px;
  }

  .btn-select-contry {
    display: none;
  }

  .btn-select-contry-2023 {
    border-color: #2a3033bf;
  }

  .wrapper-btn-contrys {
    display: none;
    right: 2rem;
  }

  .wrrapper-deparments-copy {
    max-width: 100%;
  }

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

  .heading-style-h3-copy.text-color-brown.hero-heading.tables-is-center, .heading-style-h3-copy.text-color-brown.tablet-is-center, .heading-style-h3-copy.text-color-brown-1.tablet-is-center {
    text-align: center;
  }

  .component-discover {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .div-block-94 {
    width: 100%;
  }

  .component-product1 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .wrapp-cards1, .wrapp-cards1-copy {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }
}

@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-size-medium.text-color-white.mobile-is-center {
    text-align: center;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

  .text-size-small.text-color-white {
    font-size: 12px;
  }

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

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

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

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

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

  .section-ehowe {
    background-image: linear-gradient(6deg, #fff0, #fefaf2 40%), url('../images/pexels-ameer-mohamed-424973045-23234989-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: none;
  }

  .section-ehowe.mobile {
    background-image: linear-gradient(#fefaf2 63%, #0000), url('../images/pexels-ameer-mohamed-424973045-23234989-1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
  }

  .navbar1_logo {
    width: 120px;
  }

  .row {
    grid-row-gap: 32px;
  }

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

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .component-whowe.mobile {
    height: auto;
    padding-bottom: 120px;
  }

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

  .image-4 {
    z-index: 10;
    display: block;
    top: -12px;
    left: 227px;
  }

  .wrrapper--cards-certifications {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .image-8 {
    top: -25%;
    left: -16%;
  }

  .content-style-21 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }

  .section-cta-footer_home {
    padding-top: 48px;
  }

  .frame-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    padding-top: 62px;
  }

  .text-footer-14 {
    font-size: 12px;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .div-block-18.invert {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .nav-guatemala {
    height: auto;
    min-height: 4rem;
  }

  .section-hero_guatemala {
    display: none;
  }

  .frame-37 {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-history {
    padding-top: 48px;
  }

  .image-wrrapper-1_guatemala, .image-wrrapper-2_guatemala {
    height: 300px;
  }

  .wrrapper-ligthbox-hidden_1, .wrrapper-2_guatemala-qualities.mobile-is-hidden {
    display: none;
  }

  .wrrapper-regions {
    height: auto;
  }

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

  .placeholder-image-4 {
    height: 400px;
  }

  .section-cta-footer_guatemala {
    padding-top: 48px;
  }

  .image-18 {
    height: 368.92px;
  }

  .image-19, .image20 {
    display: none;
  }

  .image-47 {
    width: 40px;
  }

  .section-icon {
    width: 60px;
    height: 60px;
  }

  .image-50 {
    width: 400px;
  }

  .mexico-hero {
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-cta-footer_mexico {
    padding-top: 48px;
  }

  .nav-mexico {
    height: auto;
    min-height: 4rem;
  }

  .section-hero_guatemala-mobile {
    padding-top: 96px;
    display: block;
  }

  .section-about-hero-mobile {
    background-image: linear-gradient(6deg, #fff0, #fefaf2 40%), url('../images/pexels-ameer-mohamed-424973045-23234989-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: none;
  }

  .section-about-hero-mobile.mobile {
    background-image: linear-gradient(#fefaf2 63%, #0000), url('../images/pexels-ameer-mohamed-424973045-23234989-1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
  }

  .wrrapper-mexico {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-hero_mexico-mobile {
    padding-top: 96px;
    display: block;
  }

  .mobile-color {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-guatemala-copy {
    height: auto;
    min-height: 4rem;
  }

  .wrrapper-colombia-hero {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-colombia {
    height: auto;
    min-height: 4rem;
  }

  .text-footer-14-colombia {
    font-size: 12px;
  }

  .section-cta-footer_guatemala-copy, .section-cta-footer_colombia {
    padding-top: 48px;
  }

  .section-hero_colombia-mobile {
    padding-top: 96px;
    display: block;
  }

  .wrrapper-honduras, .wrrapper-guatemala {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-hero_honduras-mobile {
    padding-top: 96px;
    display: block;
  }

  .section-cta-footer_honduras {
    padding-top: 48px;
  }

  .wrrapper-costa {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-hero_costa-mobile {
    padding-top: 96px;
    display: block;
  }

  .section-cta-footer_costa {
    padding-top: 48px;
  }

  .wrrapper-salvador {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-cta-footer_salvador {
    padding-top: 48px;
  }

  .section-hero_salvador-mobile {
    padding-top: 96px;
    display: block;
  }

  .wrrapper-peru {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-peru {
    height: auto;
    min-height: 4rem;
  }

  .wrrapper-brasil {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-brasil {
    height: auto;
    min-height: 4rem;
  }

  .section-cta-footer_brasil {
    padding-top: 48px;
  }

  .wrrapper-republic {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-cta-footer_republic {
    padding-top: 48px;
  }

  .nav-republic {
    height: auto;
    min-height: 4rem;
  }

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

  .component-popup-contact {
    width: auto;
    height: auto;
  }

  .section-hero-about {
    padding-bottom: 48px;
  }

  .component-work {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .placeholder-image-8 {
    object-position: 50% 50%;
    height: 350px;
  }

  .component-industries.invert {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .grid-team {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section-fotter-about {
    padding-top: 48px;
  }

  .section-hero-offerings {
    padding-bottom: 48px;
  }

  .image-67 {
    height: 100px;
  }

  .nav-bar-contact {
    height: auto;
    min-height: 4rem;
  }

  .component-contat-hero {
    padding-top: 160px;
    padding-bottom: 48px;
  }

  .text-field-2, .textarea {
    border-radius: 0;
  }

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

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

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .footer-contact {
    padding-top: 62px;
  }

  .wrrapper-contact-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .component-fqs {
    padding-top: 48px;
  }

  .container-24 {
    height: auto;
  }

  .component-hero-cafes {
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-bottom: 62px;
  }

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

  .civil_ensign_of_guatemala-3 {
    width: auto;
    height: 62px;
  }

  .card-country {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    padding: 20px;
  }

  .placeholder-image-9 {
    height: 500px;
  }

  .section-image {
    height: 400px;
  }

  .card-products {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .componet-mission-cafes {
    padding-bottom: 48px;
  }

  .componet-mission-cafes.invert, .section-cta-footer_altiplano {
    padding-top: 48px;
  }

  .civil_ensign_of_guatemala-4 {
    width: 100%;
  }

  .card-product-rosted {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .card-product-rosted.invert {
    flex-flow: wrap-reverse;
  }

  .content-style-83 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }

  .section-cta-footer_altiplano-2 {
    padding-top: 48px;
  }

  .text-size-small-2.text-color-white {
    font-size: 12px;
  }

  .div-block-82 {
    flex-flow: column;
  }

  .div-block-82.invert {
    flex-flow: wrap-reverse;
    width: 100%;
  }

  .image-80 {
    display: none;
  }

  .text-footer-14-2 {
    font-size: 12px;
  }

  .wrrapper-cta-guatemala-2 {
    padding: 20px;
  }

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

  .section-form-products {
    padding-top: 48px;
  }

  .component-popup-guate {
    width: auto;
    height: auto;
  }

  .section-cta-footer_home-1, .section-cta-footer_peru {
    padding-top: 48px;
  }

  .wrapp-cardas--offerings {
    grid-template-columns: 1fr;
  }

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

  .components-cafes {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .component-discover {
    flex-flow: column;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-95, .div-block-97 {
    width: 100%;
  }

  .component-product1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wrapp-cards1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .div-block-99, .div-block-100 {
    width: 100%;
  }

  .wrapp-cards1-copy {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: wrap-reverse;
  }
}

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

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

  .container-large {
    height: auto;
  }

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

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

  .text-size-medium.text-color-white.mobile-is-center {
    text-align: center;
  }

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

  .heading-style-h1.text-weight-normal.text-color-white.mobile-is-center {
    text-align: center;
  }

  .button.is-secondary.is-small.is-alternate {
    width: 100%;
  }

  .button.is-secondary.is-icon {
    width: 100%;
  }

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

  .text-size-regular {
    font-size: 14px;
  }

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

  .text-size-small.text-color-white {
    font-size: 12px;
  }

  .text-size-large.text-color-brown.text-align-center.mobile-is-white {
    color: var(--color-scheme-1--color-2);
  }

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

  .img_5686-2 {
    width: 50px;
    height: 50px;
  }

  .section-ehowe {
    background-image: linear-gradient(6deg, #fff0, #fefaf2 56%), url('../images/pexels-ameer-mohamed-424973045-23234989-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    display: none;
  }

  .section-ehowe.mobile {
    background-image: linear-gradient(#fefaf2 71%, #0000), url('../images/pexels-ameer-mohamed-424973045-23234989-1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
  }

  .navbar1_logo {
    width: 115px;
  }

  .navbar1_dropdown-toggle {
    border-top: 1px #000;
    border-right: 1px #000;
    border-left: 1px none var(--_primitives---colors--white);
    justify-content: space-between;
    width: 100%;
  }

  .navbar1_dropdown-toggle.w--open {
    border-bottom-color: var(--_primitives---colors--white);
    margin-bottom: 16px;
    padding-bottom: .5rem;
    font-weight: 400;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .row {
    grid-row-gap: 32px;
  }

  .component-whowe {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .component-whowe.mobile {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
    padding-bottom: 120px;
  }

  .component-explore {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .civil_ensign_of_guatemala-1 {
    width: 20px;
    height: 20px;
  }

  .section-paises {
    padding-top: 0;
  }

  .component-paises {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 48px;
  }

  .card-banderas {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .wrapp-cardas {
    z-index: 16;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    flex-flow: row;
  }

  .component-hero-1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-3 {
    width: 16px;
    display: block;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-4 {
    left: 132px;
  }

  .image-5 {
    width: auto;
    inset: 61% auto 0% 0%;
  }

  .component-cafes_home.invert {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 48px;
  }

  .image-6 {
    height: 400px;
  }

  .image-7 {
    display: none;
    top: 34%;
  }

  .component-people_home {
    grid-row-gap: 48px;
    position: relative;
  }

  .row-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .image-people_home {
    height: auto;
  }

  .frame-48 {
    background-image: none;
    min-height: auto;
  }

  .section-people_home {
    overflow: hidden;
  }

  .wrrapper--cards-certifications {
    grid-template-columns: 1fr;
    display: none;
  }

  .wrrapper-certifications {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .component-certificacions {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 48px;
  }

  .image-certificactions, .image-certificactions._1 {
    width: 100%;
  }

  .wrrapper-24px.shorth-text {
    max-width: 100%;
  }

  .image-8 {
    width: 200px;
    left: -7%;
  }

  .company-logo {
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
  }

  .logo-wide-1 {
    object-fit: contain;
    width: 20px;
    height: auto;
  }

  .column-5 {
    width: 100%;
    display: none;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .component-cata_home {
    padding-bottom: 48px;
  }

  .wrrapper-cta-home {
    padding: 20px;
  }

  .frame-58 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
  }

  .content-style-26 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-style-27 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-15 {
    font-size: 16px;
  }

  .link-list-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .frame-62 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .link-list-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .row-4 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-section {
    padding-top: 32px;
  }

  .link-footer {
    font-size: .875rem;
  }

  .text-footer-14 {
    font-size: 10px;
  }

  .mobile-buttons {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-18.invert {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .div-block-19 {
    width: 100%;
  }

  .section-hero_guatemala {
    display: none;
  }

  .component-hero_guatemala {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .component-hero_guatemala.invert {
    flex-flow: wrap;
  }

  .civil_ensign_of_guatemala-2 {
    width: 48px;
    height: auto;
  }

  .frame-64 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 16px;
  }

  .frame-37 {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .guatemala-s-map {
    height: auto;
  }

  .frame-66 {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .link-deparment {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: .875rem;
  }

  .wrrapper-deparments {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  ._65742bd82a805304ab74f300_h4-slide-img-1-1-p-500-2 {
    height: auto;
    inset: auto 0% 13%;
  }

  .content-style-30 {
    width: 130px;
    height: auto;
    display: none;
  }

  .componetn-history_guaetemala {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .image-wrrapper-1_guatemala, .image-wrrapper-2_guatemala {
    height: 200px;
  }

  .wrrapper-card-qualities {
    height: 100%;
  }

  .wrrapper-ligthbox-hidden_1 {
    display: none;
  }

  .wrrapper-1_guatemala-qualities {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .wrrapper-2_guatemala-qualities.mobile-is-hidden {
    display: flex;
  }

  .wrrapper-regions {
    padding: 16px;
  }

  .placeholder-image-3 {
    width: 50px;
    height: 50px;
  }

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

  .frame-77 {
    flex-flow: row;
  }

  .frame-23 {
    height: auto;
  }

  .placeholder-image-4 {
    height: 300px;
  }

  .wrrapper-cta-guatemala {
    padding: 20px;
  }

  .information-copy {
    padding-top: 140px;
    display: block;
  }

  .image-16 {
    width: 200px;
    height: auto;
    inset: auto 0% 673px auto;
  }

  .image-17 {
    inset: 292px 0% 0% auto;
  }

  .image-18 {
    height: 250px;
  }

  .link-footer-title {
    font-size: 1rem;
    font-weight: 400;
  }

  .link-footer-title.text-weight-bold {
    font-size: 1.2rem;
  }

  .image-19 {
    inset: auto 0% 0% auto;
  }

  .image20 {
    inset: auto auto 0% 0%;
  }

  .section-2 {
    z-index: 99;
    justify-content: flex-end;
    width: auto;
    display: flex;
    position: fixed;
    inset: auto 2% 1% auto;
  }

  .div-block-70 {
    margin-right: 0;
    position: static;
  }

  .link-block-10 {
    background-color: #0000;
    width: auto;
    display: block;
    position: static;
  }

  .image-47 {
    object-fit: fill;
    border-radius: 100%;
    width: 40px;
    position: static;
  }

  .section-icon {
    z-index: 99;
    justify-content: flex-end;
    width: auto;
    display: flex;
    position: fixed;
    inset: auto 2% 1% auto;
  }

  .div-block-icon {
    margin-right: 0;
    position: static;
  }

  .image-50 {
    width: 350px;
  }

  .slide, .slide-2, .slide-3 {
    width: 100%;
  }

  .mask-2 {
    padding-bottom: 62px;
  }

  .slider-certifade {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .slide-nav-2 {
    margin-top: 0;
    margin-bottom: 0;
    inset: auto 0% 0%;
  }

  .div-invert {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon-embed-xxsmall-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .image-51, .image-52 {
    width: 20px;
  }

  .mexico-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mexicos-map {
    height: auto;
  }

  .wrrapper-deparments-mexico {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrrapper-desktop16px {
    flex-flow: row;
  }

  .c {
    object-fit: contain;
    width: 150px;
    height: auto;
  }

  .section-hero_guatemala-mobile {
    background-color: var(--color-scheme-1--color-4);
    padding-top: 82px;
    display: block;
  }

  .section-about-hero-mobile {
    background-image: none;
    padding-bottom: 120px;
    display: block;
    overflow: hidden;
  }

  .section-about-hero-mobile.mobile {
    background-image: linear-gradient(#fefaf2 71%, #0000), url('../images/pexels-ameer-mohamed-424973045-23234989-1.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    display: flex;
  }

  .backgroun-degradee-m {
    background-image: linear-gradient(180deg, var(--color-scheme-1--color-5) 76%, #fff0);
  }

  .image-54 {
    object-fit: cover;
    top: 269px;
  }

  .dropdown {
    justify-content: space-between;
    width: 100%;
    height: auto;
    display: flex;
  }

  .dropdown-toggle {
    color: var(--_primitives---colors--white);
    width: 100%;
    padding-left: 0;
  }

  .dropdown-list-2 {
    top: 11px;
  }

  .dropdown-list-2.w--open {
    top: 67px;
  }

  .navbar1_dropdown-list-copy {
    background-color: #ddd0;
  }

  .navbar1_dropdown-list-copy.w--open {
    background-color: #fff0;
  }

  .navbar1_menu-dropdown-copy {
    border-bottom: 1px solid #e5c4a8;
    padding-bottom: 10px;
    display: block;
  }

  .navbar1_dropdown-link-copy {
    color: var(--color-scheme-1--background);
    padding-top: 0;
    padding-left: 0%;
    font-size: 1rem;
  }

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

  .wrrapper-deparments-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-c {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .arrow-1 {
    width: 16px;
    display: block;
  }

  .wrrapper-mexico {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .mexico-map {
    height: auto;
  }

  .section-hero_mexico-mobile {
    padding-top: 82px;
    display: block;
  }

  .mobile-color {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wrrapper-colombia-hero {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
    display: none;
  }

  .link-deparment-color {
    text-align: center;
    font-size: .875rem;
  }

  .wrrapper-cta-colombia {
    padding: 20px;
  }

  .link-footer--colombia {
    font-size: .875rem;
  }

  .text-footer-14-colombia {
    font-size: 10px;
  }

  .link-footer-title-colombia {
    font-size: 1rem;
    font-weight: 400;
  }

  .link-footer-title-colombia.text-weight-bold {
    font-size: 1.2rem;
  }

  .text-15-copy {
    font-size: 16px;
  }

  .map-colombia {
    height: auto;
  }

  .wrrapper-nav-div {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .section-c-copy {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-hero_colombia-mobile {
    padding-top: 82px;
    display: block;
  }

  .wrrapper-honduras, .wrrapper-guatemala {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-hero_honduras-mobile {
    padding-top: 82px;
    display: block;
  }

  .wrrapper-costa {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-hero_costa-mobile {
    padding-top: 82px;
    display: block;
  }

  .frame-78 {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .link-deparment-2 {
    text-align: left;
    font-size: .875rem;
  }

  .text-size-regular-3 {
    font-size: 14px;
  }

  .wrrapper-1_costa-qualities {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .wrrapper-salvador {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-hero_salvador-mobile {
    padding-top: 82px;
    display: block;
  }

  .map-honduras {
    height: auto;
  }

  .wrrapper-peru {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .map-slavador, .map-speru {
    height: auto;
  }

  .secion-peru-mobile {
    padding-top: 82px;
  }

  .wrrapper-brasil {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .secion-brasil-mobile {
    padding-top: 82px;
  }

  .map-brasil {
    height: auto;
  }

  .wrrapper-republic {
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .secion-republic-mobile {
    padding-top: 82px;
  }

  .image-57 {
    width: 60%;
  }

  .submit-button {
    width: 100%;
    font-size: 1.5rem;
  }

  .div-block-78 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .link-block-5 {
    width: 32px;
    height: 32px;
  }

  .component-popup-contact {
    width: 100%;
    padding: 16px;
  }

  .pop-up-contact {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .section-hero-about {
    height: auto;
  }

  .content-style-47 {
    justify-content: flex-start;
    align-items: center;
  }

  .row-9 {
    justify-content: center;
    align-items: center;
  }

  .list-item-3 {
    width: auto;
  }

  .side-1, .side-2 {
    height: 300px;
  }

  .coffee {
    width: 32px;
    height: auto;
  }

  .component-work {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .row-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cards-industries {
    height: 180px;
  }

  .section-hero-offerings {
    height: 50vh;
  }

  .card-offerings {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .wrrapper-cta-offerings {
    padding: 20px;
  }

  .wrraper-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .component-contat-hero {
    padding-top: 140px;
    position: relative;
  }

  .text-field-2, .textarea {
    border-radius: 0;
  }

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

  .div-block-80 {
    flex-flow: column;
  }

  .frame-89 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .frame-style {
    width: 20px;
    height: auto;
  }

  .text-42 {
    font-size: 16px;
  }

  .footer-contact {
    padding-top: 48px;
  }

  .image-69, .image-70 {
    display: none;
  }

  .component-hero-cafes {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
    padding-bottom: 48px;
  }

  .civil_ensign_of_guatemala-3 {
    height: 48px;
  }

  .wrrapper-text-card {
    grid-row-gap: 16px;
  }

  .component-countries {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .wrrapper-shorth-centuries {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .placeholder-image-9 {
    height: 300px;
  }

  .image-71 {
    width: 100px;
  }

  .image-72 {
    width: 150px;
    inset: 0% 0% auto auto;
  }

  .image-73 {
    width: 200px;
  }

  .card-products {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .wrraper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .componet-mission-cafes.invert {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-76 {
    height: 300px;
  }

  .button-brown.is-secondary.is-small.is-alternate {
    width: 100%;
  }

  .button-brown.is-secondary.is-icon {
    width: 100%;
  }

  .wrrapper-shorth-centuries-copy, .component-rosted {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-blue.is-secondary.is-small.is-alternate {
    width: 100%;
  }

  .button-blue.is-secondary.is-icon {
    width: 100%;
  }

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

  .datos-fuente-1 {
    width: 24px;
  }

  .component-why {
    padding-top: 48px;
  }

  .image-78 {
    height: 200px;
  }

  .card-why {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .content-style-81 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .frame-113 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .company-logo-3 {
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
  }

  .link-footer-title-2 {
    font-size: 1rem;
    font-weight: 400;
  }

  .link-footer-title-2.text-weight-bold {
    font-size: 1.2rem;
  }

  .navbar1_menu-dropdown-copy-2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    display: block;
  }

  .navbar1_dropdown-toggle-2 {
    border-top: 1px #000;
    border-left: 1px #fff;
    border-right: 1px #000;
    justify-content: space-between;
    width: 100%;
  }

  .navbar1_dropdown-toggle-2.w--open {
    border-bottom-color: #fff;
    margin-bottom: 16px;
    padding-bottom: .5rem;
    font-weight: 400;
  }

  .link-footer-2 {
    font-size: .875rem;
  }

  .text-58 {
    font-size: 16px;
  }

  .footer-links-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .content-style-84 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row-13 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-size-small-2.text-color-white {
    font-size: 12px;
  }

  .div-block-82.invert {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .image-80 {
    inset: auto 0% 0% auto;
  }

  .link-list-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .text-footer-14-2 {
    font-size: 10px;
  }

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

  .wrrapper-cta-guatemala-2 {
    padding: 20px;
  }

  .div-block-84 {
    grid-template-columns: 1fr;
  }

  .component-popup-guate {
    width: 100%;
    padding: 16px;
  }

  .section-cta-footer_home-1 {
    background-image: linear-gradient(6deg, #51443d 61%, #fff0), url('../images/image-footer-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .image-65-copy {
    height: auto;
  }

  .link-block-16 {
    text-decoration: none;
  }

  .link-footer-title-copy {
    color: var(--color-scheme-1--color-2);
    font-size: 1rem;
    font-weight: 400;
  }

  .link-footer-title-copy.text-weight-bold {
    font-size: 1.2rem;
  }

  .dropdown-chevron-copy {
    color: var(--color-scheme-1--color-6);
  }

  .link-footer-copy {
    color: var(--color-scheme-1--color-2);
    font-size: .875rem;
  }

  .navbar1_menu-dropdown-colombia {
    border-bottom: 1px solid #090808;
    padding-bottom: 10px;
    display: block;
  }

  .link-block-17 {
    text-decoration: none;
  }

  .wrrapper-nav-div-copy {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .wrapp-cardas--offerings {
    z-index: 16;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .image-82 {
    width: 30px;
  }

  .wrrapper-mexico-grid, .mexico-wrrapper-2 {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-83, .image-84, .image-86 {
    width: 30px;
  }

  .button-lenguaje {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-lenguaje.is-secondary.is-small.is-alternate {
    width: 100%;
  }

  .button-lenguaje.is-secondary.is-icon {
    width: 100%;
  }

  .navbar1_dropdown-toggle-copy {
    border-top: 1px #000;
    border-right: 1px #000;
    border-left: 1px none var(--_primitives---colors--white);
    justify-content: space-between;
    width: 100%;
    padding-bottom: .5rem;
  }

  .navbar1_dropdown-toggle-copy.w--open {
    border-bottom-color: var(--_primitives---colors--white);
    margin-bottom: 0;
    padding-bottom: .5rem;
    font-weight: 400;
  }

  .navbar1_dropdown-list-lenguaje.w--open {
    width: 250px;
    position: absolute;
    bottom: -103px;
    right: auto;
  }

  .btn-select-contry {
    margin-left: 25px;
    margin-right: 25px;
    display: none;
  }

  .image-24 {
    z-index: 10;
    position: relative;
  }

  .wrapper-btns {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .btn-select-contry-2023 {
    border-color: #2a363cbf;
  }

  .text-card-selector-contry {
    display: none;
  }

  .div-block-47 {
    min-height: auto;
    max-height: none;
    position: static;
  }

  .wrapper-btn-contrys {
    background-color: #161c1fbf;
    min-width: auto;
    height: 224px;
    min-height: auto;
    display: none;
    right: 1rem;
    overflow: visible;
  }

  .wrrapper-deparments-copy {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .actions-4-copy {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .components-cafes, .component-product1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-96 {
    height: 85px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-1cc6d089, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-1cc6d089, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-1cc6d089 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-1cc6d089, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-1cc6d089, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-1cc6d089 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-1cc6d089, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-1cc6d089, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-1cc6d089 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-1cc6d089, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-1cc6d089, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-1cc6d089 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-1cc6d089, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-1cc6d089, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-1cc6d089 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-1cc6d089, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-1cc6d089, #w-node-ee961e8d-845a-edc3-3307-509470022457-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-1cc6d089 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-1cc6d089, #w-node-ee961e8d-845a-edc3-3307-50947002245b-1cc6d089, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-1cc6d089 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-1cc6d089, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-1cc6d089, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-1cc6d089 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-1cc6d089, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-1cc6d089, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-1cc6d089 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-1cc6d089, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-1cc6d089, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-1cc6d089 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-1cc6d089, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-1cc6d089, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-1cc6d089 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-1cc6d089, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-1cc6d089 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-1cc6d089, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-1cc6d089 {
  justify-self: start;
}

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-1cc6d089 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-1cc6d089 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-1cc6d089 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-1cc6d089 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-1cc6d089 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-1cc6d089 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-1cc6d089 {
  justify-self: start;
}


@font-face {
  font-family: 'Auten Shany';
  src: url('../fonts/Auten-Shany.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbangrotesktrial Bf 657281 A 9 Ca 800';
  src: url('../fonts/UrbanGroteskTRIAL-Regular-BF657281a9ca800.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}