:root {
  --black: #171717;
  --light-grey: #f8f8f8;
  --frnavbar: #12498a;
  --white: white;
  --border-gray\<deleted\|variable-d65041a8\>: #c5c5c5;
  --grey: #f2f2f2;
  --grey\<deleted\|variable-305a1b7c\>: #818181;
  --parrafofr: #285b8e;
  --secundariofr: #c0007a;
  --verdefr: #a0e0a0;
  --lilafr: #a075e3;
  --azulfr: #0e3768;
  --color: white;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

body {
  color: var(--black);
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: none;
}

a.w--current {
  border-radius: .4375rem;
}

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 {
  display: inline-block;
}

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

blockquote {
  border-left: .1875rem solid var(--black);
  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;
}

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

.text-link {
  text-decoration: underline;
}

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

.container-large {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.form-message-error {
  border-radius: .4375rem;
  margin-top: .75rem;
  padding: .75rem;
}

.utility-component {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-form-block {
  background-color: var(--light-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 5rem;
  display: flex;
}

.utility-form {
  background-color: var(--frnavbar);
  border-radius: 3rem;
  flex-direction: column;
  align-items: stretch;
  padding: 5rem;
  display: flex;
}

.main-wrapper.max-width-full {
  flex-flow: wrap;
  order: -1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.margin-top.margin-xxsmall {
  margin: 0;
}

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

.margin-bottom.margin-large {
  margin: 0 0 1rem;
}

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

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-small {
  width: 100%;
  margin: 0 0 0 0;
}

.margin-bottom.margin-xxlarge {
  margin: 0;
}

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

.text-size-medium {
  font-size: 1.25rem;
  font-weight: 400;
}

.text-size-medium.max-width-small {
  max-width: 35rem;
}

.text-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
}

.heading-style-h2.weight-medium {
  font-weight: 500;
}

.styleguide-heading {
  z-index: 4;
  background-color: var(--black);
  color: #fff;
  border-radius: 1rem;
  justify-content: flex-start;
  align-self: stretch;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: 2rem;
  position: static;
  top: 0;
}

.styleguide-grid-colors {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  display: flex;
}

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

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

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

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

.heading-style-h5.weight-medium {
  font-weight: 500;
}

.heading-style-h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.weight-normal.max-width-large {
  max-width: 50rem;
}

.heading-style-h1.weight-medium {
  text-align: left;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 500;
}

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

.button {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button:hover {
  color: var(--frnavbar);
}

.button.w--current {
  border-radius: 100rem;
}

.button.is-alternate {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--white);
  color: #000;
}

.button.is-alternate:hover {
  border-color: var(--frnavbar);
  background-color: var(--frnavbar);
}

.button.is-navbar {
  background-color: var(--frnavbar);
  border-radius: 10px;
}

.button.is-navbar:hover {
  background-color: var(--black);
  color: var(--light-grey);
}

.button.is-navbar.w--current {
  background-color: var(--frnavbar);
  border-radius: 10px;
}

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

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

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

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

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

.styleguide-item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

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

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

.text-size-regular.max-width-medium {
  display: flex;
}

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

.text-right {
  text-align: right;
  width: 100%;
}

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

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.weight-medium {
  font-weight: 500;
}

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

.form-input {
  border: 1px solid var(--border-gray\<deleted\|variable-d65041a8\>);
  background-color: var(--white);
  color: var(--black);
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.form-input:hover, .form-input:focus {
  border: 1px solid var(--black);
}

.form-input::placeholder {
  color: #7c7c7c;
}

.styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  border-radius: 2rem;
  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;
  padding-left: 1.5rem;
  display: grid;
}

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

.styleguide-color {
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
  display: flex;
}

.styleguide-color.is-black {
  background-color: var(--black);
  color: var(--black);
}

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

.styleguide-color.is-grey {
  background-color: var(--grey);
}

.styleguide-color.is-green {
  background-color: var(--frnavbar);
}

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

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

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

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

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

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

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

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

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

.styleguide-subheading {
  z-index: 3;
  background-color: var(--grey);
  color: var(--black);
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: 2rem;
  position: static;
  top: 2rem;
}

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

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

.styleguide-colors {
  flex-direction: column;
  display: flex;
}

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

.styleguide-elements {
  background-color: var(--grey);
  border-radius: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem;
}

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

.styleguide-typography {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.rich-text a {
  text-decoration: underline;
}

.rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

.text-size-large {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-size-large.weight-medium {
  text-align: center;
  text-align: center;
  margin-bottom: 1rem;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

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

.section-padding-large {
  padding: 3rem 5% 0;
}

.text-span {
  text-transform: none;
}

.button-secondary-small {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100rem;
  align-items: center;
  padding: .5rem 1rem;
  transition: color .3s, border-color .35s, background-color .35s;
  display: flex;
}

.button-secondary-small:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button-secondary-small.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary-small.is-alternate:hover {
  border-color: var(--frnavbar);
  background-color: var(--frnavbar);
  color: var(--black);
}

.button-secondary {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .3s, border-color .35s, background-color .35s;
  display: flex;
}

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

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.is-alternate:hover {
  border-color: var(--frnavbar);
  background-color: var(--frnavbar);
  color: var(--black);
}

.button-small {
  grid-column-gap: .5rem;
  border: 1.5px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 100rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

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

.button-small.is-alternate {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button-small.is-alternate:hover {
  border-color: var(--frnavbar);
  background-color: var(--frnavbar);
}

.button-link {
  grid-column-gap: .5rem;
  border: 1px none var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .25rem 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.button-link:hover {
  color: #5e5e5e;
}

.button-link.is-alternate {
  color: var(--white);
}

.button-link.is-alternate:hover {
  color: var(--frnavbar);
}

.styleguide-logo {
  width: 100px;
}

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

.button-wrapper {
  display: flex;
}

.button-arrow {
  color: var(--grey\<deleted\|variable-305a1b7c\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  display: flex;
}

.button-arrow.is-white {
  color: var(--white);
}

.utility-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  transition: color .3s;
  display: flex;
}

.utility-button:hover {
  color: var(--frnavbar);
}

.utility-button.w--current {
  border-radius: 100rem;
}

.styleguide-classes {
  border: 2px solid var(--black);
  border-radius: 3rem;
  padding: 3rem;
}

.styleguide-label {
  color: #1d1d1d;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0000;
  padding: .25rem .5rem .25rem 0;
  font-size: .75rem;
  display: inline-block;
}

.empty-box {
  z-index: -1;
  background-color: #f6f6f6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-small {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

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

.styleguide-spacing {
  border: 1px dashed #d3d3d3;
}

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

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

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

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

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

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

.padding-bottom, .padding-bottom.padding-large, .padding-bottom.padding-small, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxlarge, .padding-top.padding-huge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xxlarge {
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-right: 4rem;
}

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

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

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

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

.padding-0 {
  padding: 0;
}

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

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

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

.margin-large {
  margin: 3rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.hide {
  display: none;
}

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

.button-text-item {
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

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

.button-text-item.text-black {
  color: var(--black);
}

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

.text-colour-green {
  color: var(--frnavbar);
}

.section-hero-header {
  padding-top: 4rem;
}

.hero-header-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 15%;
  display: grid;
}

.hero-header-content-left {
  overflow: hidden;
}

.license-wrapper {
  grid-row-gap: 4rem;
  background-color: var(--grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 80dvh;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licenses-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.list-item {
  flex-direction: column;
  align-items: stretch;
  transition: transform .35s;
  display: flex;
}

.list-item:hover {
  transform: translate(0, -1rem);
}

.license-image-wrapper {
  border-radius: .625rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.link-span {
  text-decoration: underline;
}

.image-reveal-overlay {
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.changelog-wrapper {
  grid-row-gap: 4rem;
  background-color: var(--grey);
  border-radius: .625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.changelog-header-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 5%;
  display: flex;
}

.text-colour-grey {
  color: var(--grey);
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.background-green {
  background-color: var(--frnavbar);
}

.navbar-link {
  color: var(--white);
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link:hover {
  background-color: var(--frnavbar);
  color: var(--white);
}

.navbar-link.w--current {
  color: var(--white);
  background-color: #12498a;
  border-radius: 100rem;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .5rem .5rem 1rem;
  display: flex;
}

.navbar-logo-link {
  padding-left: 0;
  display: none;
}

.navbar-component {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 5%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-menu-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo {
  width: 9.5rem;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

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

.header-image-wrapper {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.header-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

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

.client-logo {
  height: 2.5rem;
}

.tagline-pill {
  background-color: var(--frnavbar);
  border-radius: 100rem;
  margin-bottom: 1rem;
  padding: .35rem .75rem;
  font-size: .875rem;
  line-height: 1.3;
  display: inline-block;
}

.services-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.service-accordion {
  border: 1px solid var(--black);
  border-radius: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: background-color .3s;
}

.service-accordion:hover {
  background-color: var(--grey);
}

.service-name {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.accordion-icon-wrapper {
  background-color: var(--frnavbar);
  border-radius: 100rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-left: 1.5rem;
  padding: 4px;
  display: flex;
}

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

.service-description {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.service-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

.service-image-wrapper {
  border-radius: 2rem;
  overflow: hidden;
}

.service-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-services {
  margin-left: 5%;
  margin-right: 5%;
}

.team-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.team-item {
  background-color: var(--light-grey);
  border-radius: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.team-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.team-member-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.team-socials {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: var(--frnavbar);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: .5rem;
  padding: .25rem 1rem;
  display: flex;
}

.team-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.member-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.team-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

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

.faq-accordion {
  border: 1px solid var(--black);
  border-radius: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: background-color .3s;
}

.faq-accordion:hover {
  background-color: var(--grey);
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-icon-wrapper {
  background-color: var(--frnavbar);
  border-radius: 100rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  padding: 4px;
  display: flex;
}

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

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section-faq {
  margin-left: 5%;
  margin-right: 5%;
}

.faq-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-contact-wrapper {
  background-color: var(--frnavbar);
  color: var(--black);
  border-radius: 3rem;
  margin-top: 3rem;
  padding: 3rem;
}

.projects-component {
  flex-direction: column;
  align-items: center;
}

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

.project-item {
  border: 1px solid var(--light-grey);
  background-color: var(--light-grey);
  border-radius: 2rem;
  padding: 1rem;
  transition: border-color .3s;
}

.project-item:hover {
  border: 1px solid var(--black);
}

.project-item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.project-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  overflow: hidden;
}

.project-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem 1.25rem;
  display: flex;
}

.project-tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.project-tag {
  background-color: var(--frnavbar);
  border-radius: 100rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.project-tag.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.project-button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.project-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

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

.testimonial-content {
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial-rating-wrapper {
  background-color: var(--black);
  border-radius: 100rem;
  margin-bottom: 2rem;
  padding: .4rem 1rem .5rem;
  display: flex;
}

.testimonial-rating-icon {
  color: var(--frnavbar);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

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

.section-testimonials {
  margin-left: 5%;
  margin-right: 5%;
}

.testimonials-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-component {
  color: var(--white);
  background-color: #000037;
  width: 100%;
  max-width: 1600px;
  margin-top: 0;
  padding-top: 20px;
}

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

.footer-left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  padding-left: 0;
}

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

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.input-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--frnavbar);
  background-color: var(--white);
  color: var(--black);
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.input-form:hover {
  border-bottom: 2px solid var(--black);
}

.input-form:focus {
  border-color: #000 #000 var(--black);
  border-bottom-style: solid;
}

.input-form::placeholder {
  color: #0009;
}

.input-form.is-text-area {
  border-radius: 1rem;
  min-height: 11.5rem;
  padding: 1rem;
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.error-message {
  border: 2px solid var(--white);
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer-menu-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  align-items: start;
}

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

.footer-link {
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .3s;
}

.footer-link:hover {
  background-color: var(--frnavbar);
}

.footer-link.w--current {
  border-radius: 100rem;
}

.footer-social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--frnavbar);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.social-icon {
  background-color: var(--black);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 6px;
  display: flex;
}

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

.footer-credit-text {
  font-size: .875rem;
}

.footer-logo {
  width: 9.5rem;
}

.newsletter-footer-wrapper {
  background-color: var(--frnavbar);
  border-radius: 2rem;
  padding: 1.5rem;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-6, .influx, .webflow {
  color: var(--white);
  font-weight: 500;
  text-decoration: underline;
}

.footer-address {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer-links-list-title {
  margin-bottom: 1rem;
  padding-left: .75rem;
}

.section-subpage-hero-header {
  padding-top: 0;
}

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

.subpage-header-image-wrapper {
  border-radius: 3rem;
  overflow: hidden;
}

.subpage-header-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}

.stats-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.stats-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stats-item {
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.stats-item.is-green {
  background-color: var(--frnavbar);
}

.stats-item.is-dark {
  background-color: var(--black);
  color: var(--white);
}

.stat-number {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
}

.stat-image-wrapper {
  border-radius: 2rem;
  height: 100%;
  overflow: hidden;
}

.stat-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stats-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.section-stat {
  margin-left: 5%;
  margin-right: 5%;
}

.stats-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.cta-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--light-grey);
  border-radius: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: grid;
  overflow: hidden;
}

.cta-card-conent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.cta-image-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.cta-image {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

.values-component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.values-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.values-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--frnavbar);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.values-item.is-grey {
  background-color: var(--grey);
}

.section-case-studies {
  margin-bottom: 6rem;
  margin-left: 5%;
  margin-right: 5%;
}

.case-studies-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.case-studies-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
}

.case-study-item {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 2rem;
  height: 100%;
  margin-bottom: 3rem;
  padding: 1rem;
  transition: border-color .3s;
  display: inline-block;
}

.case-study-item:hover {
  border-color: var(--black);
}

.case-study-item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.case-study-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  overflow: hidden;
}

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

.case-study-title-wrapper {
  padding: 1.5rem 1.25rem;
}

.section-contact {
  margin-top: 1rem;
}

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

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

.contact-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-icon {
  background-color: var(--black);
  color: var(--frnavbar);
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 6px;
  display: flex;
}

.contact-form-block {
  background-color: var(--frnavbar);
  border-radius: 3rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.form-field-label {
  margin-bottom: .5rem;
  padding-left: 1rem;
  font-weight: 400;
}

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

.error-text {
  color: #e23939;
}

.form-field-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.form-button-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.blogs-component {
  flex-direction: column;
  align-items: center;
}

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

.blog-item {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 2rem;
  padding: 1rem;
  transition: border-color .3s;
}

.blog-item:hover {
  border: 1px solid var(--black);
}

.blog-item.is-light-grey {
  background-color: var(--light-grey);
}

.blog-item-link {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.blog-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  overflow: hidden;
}

.blog-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem 1.25rem .5rem;
  display: flex;
}

.blog-button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.section-case-study-header {
  margin-top: 4rem;
}

.case-study-header-content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.case-study-tags-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-bottom: 1.5rem;
  display: flex;
}

.case-study-information-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-header-image-wrapper {
  border-radius: 3rem;
  flex: 1;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.case-study-header-image {
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
}

.section-case-study-details {
  margin-left: 5%;
  margin-right: 5%;
}

.case-study-details-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.image {
  border-radius: 2rem;
}

.section-blog-header {
  margin-top: 4rem;
}

.blog-header-content-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.blog-date {
  background-color: var(--frnavbar);
  border-radius: 100rem;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.blog-date.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog-header-image-wrapper {
  border-radius: 3rem;
  flex: 1;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

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

.section-blog-details {
  margin-left: 5%;
  margin-right: 5%;
}

.blog-details-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.section-service-description {
  margin-bottom: 6rem;
  margin-left: 5%;
  margin-right: 5%;
}

.service-description-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.section-blog {
  margin-bottom: 6rem;
  margin-left: 5%;
  margin-right: 5%;
}

.blog-component-wrapper {
  background-color: var(--light-grey);
  border-radius: 3rem;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.section-stats {
  margin-top: 2rem;
}

.text-size-medium-2 {
  color: #171717;
  text-align: center;
  margin: 0 auto 2rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-size-medium-2.max-width-small {
  color: #fff;
  max-width: 35rem;
  margin-top: -.1rem;
  padding-left: 0;
}

.heading-2 {
  color: #0e3768;
  font-size: 1.2rem;
}

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

.image-8 {
  width: 5px;
  height: 56px;
  padding-left: 0;
}

.list-item-3 {
  padding-left: 0;
}

.image-5 {
  width: 30%;
  padding-left: 0;
}

.list-item-8 {
  padding-left: 0;
}

.padding-global-2 {
  background-color: #0000;
  padding-left: 0%;
  padding-right: 0%;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.container-84 {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.list-item-4 {
  padding-left: 0;
}

.bold-text-31 {
  font-size: 1rem;
}

.imagen-efecto-hover {
  filter: grayscale();
  width: 100%;
  transition: filter .5ms;
}

.imagen-efecto-hover:hover {
  filter: grayscale(0%);
}

.list-item-7 {
  padding-left: 0;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 1rem;
  padding-top: 0;
  font-size: 1.2rem;
}

.image-7 {
  width: 5px;
  height: 65px;
  padding-left: 0;
}

.container-85 {
  color: #fff;
  background-color: #a075e3;
  border-radius: 20px;
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.max-width-large-2 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.cell-2 {
  padding-top: 0;
}

.head {
  font-size: 3rem;
  font-weight: 400;
}

.head.weight-medium {
  text-align: center;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
}

.bold-text-18 {
  color: #0e3768;
}

.cell-17 {
  justify-content: center;
  align-items: center;
}

.container-86 {
  max-width: 950px;
  display: block;
}

.list-item-2 {
  padding-left: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph-3 {
  padding-top: 20px;
  font-size: 1.2rem;
}

.heading-6 {
  color: #285b8e;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.container-large-2 {
  border-radius: 2rem;
  margin: 0 0 2rem;
  padding-left: 0;
  display: block;
}

.image-3 {
  text-align: left;
  width: 5px;
  height: 174px;
  padding-left: 0;
}

.image-6 {
  width: 5px;
  height: 300px;
  padding-left: 0;
}

.container-82 {
  margin-bottom: 2rem;
}

.heading-7 {
  color: #fff;
  font-size: 1rem;
}

.cell {
  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: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.bold-text-20, .bold-text-19 {
  color: #c0007a;
}

.image-4 {
  width: 30%;
  padding-left: 0;
}

.container-83 {
  text-align: center;
  align-self: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 6rem;
  padding-bottom: 0;
}

.section-4 {
  background-image: url('../images/portada2.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 70vh;
}

.text-block-3 {
  font-size: 5rem;
  line-height: 1.3;
}

.stat-number-2 {
  color: #0e3768;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
}

.paragraph-9 {
  color: #fff;
  margin-top: .5rem;
}

.section-padding-large-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding: 0 4rem;
  display: flex;
}

.heading-11 {
  color: var(--parrafofr);
  text-align: center;
  max-width: 1300px;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.bold-text-2 {
  color: #0e3768;
  font-size: 2.5rem;
}

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

.padding-global-3 {
  background-color: #0000;
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global-3.is-2rem {
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.paragraph-5 {
  color: #0e3768;
  font-size: 1.2rem;
}

.bold-text-10 {
  color: #fff;
}

.text-block-4 {
  color: #fff;
  font-size: 5rem;
  line-height: 1.3;
}

.bold-text-3 {
  color: #0e3768;
}

.stat-item-content-2 {
  color: #fff;
  padding-left: 0;
}

.bold-text-5 {
  color: #0e3768;
}

.max-width-large-3 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.stats-section-header-2 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.section2 {
  background-image: url('../images/bannerServicios.png');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  margin-top: 0;
}

.div-block-4 {
  background-color: #c0007a;
  border-radius: 2rem;
  padding: 2rem;
}

.stats-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bold-text-4 {
  color: #0e3768;
}

.div-block-6 {
  background-color: #a0e0a0;
  border-radius: 2rem;
  padding: 2rem;
}

.heading-41 {
  color: #171717;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.heading-style-h6-2 {
  color: #0e3768;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.container-large-3 {
  border-radius: 2rem;
  margin: 0 0 2rem;
  padding-left: 0;
  display: block;
}

.container-55 {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-11 {
  background-color: #0e3768;
  border-radius: 2rem;
  padding: 2rem;
}

.div-block-5 {
  background-color: #e7ebf0;
  border-radius: 2rem;
  padding: 2rem;
}

.services-component-wrapper-2 {
  background-color: #f8f8f8;
  border-radius: 3rem;
  max-width: 105rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  border-radius: 2rem;
}

.bold-text-8 {
  color: #0e3768;
}

.client-logo-2 {
  height: 4rem;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0e3768;
  border-radius: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: flex;
}

.image-14 {
  border-radius: 1.5rem 0 0 1.5rem;
}

.heading-15 {
  color: #0e3768;
  text-align: center;
}

.bold-text-6 {
  color: #0e3768;
}

.heading-12 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.max-width-large-4 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text-9 {
  color: #0e3768;
}

.container-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.logo-component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 220px;
  display: grid;
}

.div-block-10 {
  background-color: #e7ebf0;
  border-radius: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 4rem 2rem;
}

.text-size-regular-2 {
  color: #0e3768;
  -webkit-text-stroke-color: white;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem;
}

.bold-text-7 {
  color: #0e3768;
}

.div-block-9 {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-style-h6-3 {
  color: #0e3768;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.container-large-4 {
  border-radius: 2rem;
  margin: 2rem 0;
  padding-left: 0;
  display: block;
}

.stats-item-2 {
  background-color: #cbfb45;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.stats-item-2.is-dark {
  color: #0e3768;
  background-color: #fff;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-8 {
  background-color: #0e3768;
  border-radius: 2rem;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 2rem 2rem 2rem 0;
  display: flex;
}

.container-87 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.quick-stack-12 {
  background-color: #4182b7;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-8 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 1.5rem;
}

.cell-18 {
  justify-content: center;
  align-items: center;
}

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

.rectangle-118 {
  object-fit: cover;
  border-radius: 37px;
}

.en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-7 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
}

.en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
}

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

.en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-4 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.rectangle-111 {
  object-fit: cover;
  border-radius: 37px;
}

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

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

.frame-47420 {
  background-color: #7fd17f;
  border-radius: 50px;
  padding: 10px 21px;
}

.en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
}

.unin-estratgica-backap {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  pointer-events: auto;
  background-color: #0f3768;
  border-radius: 39px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 582px;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  display: grid;
}

.descubre-ms-sobre-backap-2 {
  color: #0e3768;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 158.7%;
  text-decoration: none;
}

.container-52 {
  background-color: #e7ebf0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 100px;
  display: block;
}

.unidos-por-la-sostenibilidad-2 {
  color: #a0e0a0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.frame-47418 {
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.image-77 {
  margin-top: 10px;
}

.en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-8 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
}

.unidos-por-la-sostenibilidad {
  color: #a0e0a0;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.alianza-backap {
  grid-row-gap: 33px;
  background-color: #0f3768;
  border-radius: 39px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 417px;
  height: 1166px;
  text-decoration: none;
  display: none;
}

.btn---backap-2 {
  padding: 10px;
}

.en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.frame-47481 {
  background-color: #7fd17f;
  border-radius: 50px;
  padding: 10px 21px;
}

.heading-35 {
  color: #0e3768;
  text-align: center;
  font-size: 2rem;
}

.bold-text-14 {
  color: #c0007a;
}

.heading-42 {
  color: #0e3768;
  text-align: center;
  font-size: 2rem;
}

.bold-text-32 {
  color: #c0007a;
}

.paragraph-10 {
  text-align: center;
  padding-top: 2rem;
  font-size: 1.2rem;
}

.bold-text-17 {
  color: #c0007a;
}

.heading-36 {
  text-align: center;
  width: 100%;
  margin: 4rem auto -3.2rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  line-height: 38px;
}

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

.container-56 {
  background-color: #a0e0a0;
  border-radius: 20px;
  height: 250px;
  max-height: none;
  margin-top: 4rem;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #171717;
  border: 1px solid #171717;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button-2:hover {
  color: #cbfb45;
}

.button-2.w--current {
  border-radius: 100rem;
}

.button-2.is-navbar {
  background-color: #0e3768;
}

.button-2.is-form {
  background-color: #12498a;
  border-color: #12498a;
  border-radius: 10px;
  width: 100%;
}

.navbar-menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

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

.image-82.imagen-efecto-hover {
  width: 100%;
  margin-top: -48px;
}

.image-81 {
  text-align: center;
  margin-top: -55px;
}

.image-81.imagen-efecto-hover {
  margin-top: -48px;
}

.quick-stack-5 {
  padding-top: 10px;
  padding-bottom: 0;
}

.navbar-link-2 {
  color: #171717;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link-2:hover {
  background-color: #cbfb45;
}

.navbar-link-2.w--current {
  border-radius: 100rem;
}

.bold-text-16 {
  color: #c0007a;
}

.cell-8 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-block-7 {
  color: #0e3768;
  margin-top: 2rem;
  font-size: 1.2rem;
}

.navbar-logo-2 {
  width: 9.5rem;
  padding-left: 1rem;
}

.navbar-menu-link-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-39 {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

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

.image-83.imagen-efecto-hover {
  border-radius: 20px;
}

.bold-text-21 {
  color: #0e3768;
}

.container-59 {
  padding: 40px 20px;
}

.container-58 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-13 {
  color: #0e3768;
  text-align: center;
  font-size: 1.2rem;
}

.container-60 {
  text-align: center;
  margin-bottom: 20px;
}

.quick-stack-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #e7ebf0;
  padding: 60px;
}

.cell-12 {
  background-color: #a075e3;
  border-radius: 15px;
}

.heading-38 {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.cell-9 {
  background-color: #0e3768;
  border-radius: 15px;
  padding: 0;
}

.cell-11 {
  background-color: #a0e0a0;
  border-radius: 15px;
}

.heading-40 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: .5rem;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 1.2rem;
}

.cell-10 {
  background-color: #c0007a;
  border-radius: 15px;
}

.bold-text-22 {
  color: #0e3768;
}

.div-block-15 {
  border-radius: 2rem;
}

.bold-text-33 {
  color: #0e3768;
}

.client-logo-3 {
  width: 80%;
  height: 4.8rem;
  margin-left: 0;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0e3768;
  border-radius: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: flex;
}

.image-89 {
  border-radius: 1.5rem 0 0 1.5rem;
}

.heading-43 {
  color: #0e3768;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.bold-text-34 {
  color: #0e3768;
}

.heading-44 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.max-width-large-5 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text-35 {
  color: #0e3768;
}

.container-88 {
  max-width: 1300px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-17 {
  background-color: #e7ebf0;
  border-radius: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 4rem 2rem 2rem;
}

.bold-text-36 {
  color: #0e3768;
}

.div-block-18 {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  padding-left: 0;
  padding-right: 2rem;
}

.heading-style-h6-4 {
  color: #0e3768;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-14 {
  color: #fff;
  text-align: justify;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-19 {
  background-color: #0e3768;
  border-radius: 2rem;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 2rem 2rem 2rem 0;
  display: flex;
}

.paragraph-15 {
  color: #fff;
}

.contact-form-block-2 {
  background-color: #e7ebf0;
  border-radius: 3rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
}

.form-button-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-top: .5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.heading-45 {
  color: #a0e0a0;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.container-75 {
  width: 100%;
  max-width: none;
  margin-top: 8rem;
  margin-left: 0;
  margin-right: 0;
}

.cell-15 {
  background-color: #e7ebf0;
}

.input-form-2 {
  color: #171717;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #cbfb45;
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.input-form-2:hover {
  border-bottom: 2px solid #171717;
}

.input-form-2:focus {
  border-color: #000 #000 #171717;
  border-bottom-style: solid;
}

.input-form-2::placeholder {
  color: #0009;
}

.container-76 {
  margin-top: 2rem;
}

.bold-text-27 {
  font-size: 2.5rem;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1c3965;
  width: 100%;
  max-width: 1600px;
  height: 100vh;
  margin-top: 0;
  padding: 0 0 0;
}

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

.error-message-2 {
  border: 2px solid #fff;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.heading-46 {
  color: #c0007a;
  text-align: center;
  margin-top: 1rem;
  font-size: 2rem;
}

.paragraph-16 {
  color: #fff;
  text-align: center;
}

.cell-14 {
  background-color: #1c3965;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Poppins, sans-serif;
}

.success-message-2 {
  padding: 1.5rem;
}

.grid-4 {
  background-color: #e7ebf0;
  border-radius: 20px;
  grid-template-rows: auto;
  width: 100%;
  padding-top: 4rem;
}

.container-73 {
  background-color: #1c3965;
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.bold-text {
  color: #0e3768;
}

.section-padding-large-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 4rem;
  display: flex;
}

.section-hero-header-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.max-width-large-6 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.header-component-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-37 {
  color: #0e3768;
}

.heading {
  font-size: 2.5rem;
}

.member-info-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.max-width-large-7 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.container-61 {
  max-width: none;
  margin: 8rem 10px;
}

.heading-47 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.5rem;
}

.team-item-2 {
  background-color: #fff;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.bold-text-25 {
  color: #c0007a;
  font-size: 1.8rem;
}

.bold-text-24 {
  color: #0e3768;
  text-align: left;
  font-size: 1.8rem;
}

.team-image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px;
  width: 312px;
  height: 100%;
}

.team-image-wrapper-2 {
  text-align: center;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.bold-text-26 {
  color: #a0e0a0;
  font-size: 1.8rem;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.responsiveslider {
  width: 100%;
  height: 500px;
}

.image-85 {
  margin-right: 10px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-2 {
  background-color: #0000;
  border: 1px solid #0000;
  height: auto;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 20px;
  padding-top: 0;
}

.slide {
  background-image: url('../images/mapa2_fr.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #0000;
}

.slide-2 {
  background-image: url('../images/mapa1_fr.png');
  background-size: cover;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  font-size: 1rem;
  display: flex;
}

.testimonial-slide-nav {
  display: none;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-small {
  border: 1px solid #0000;
  width: 100%;
  padding: 0;
  position: relative;
}

.tagline {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 16px;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slide-nav {
  display: none;
}

.testimonial-card-2 {
  color: #fff;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 24px 24px 30px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0;
}

.icon {
  margin-left: 5px;
}

.bold-text-30 {
  font-size: 2.5rem;
}

.testimonial-author {
  margin-bottom: 2px;
  font-size: 1.5rem;
}

.paragraph-19 {
  color: #fff;
  text-align: right;
  font-size: 3rem;
}

.mask-2 {
  border: 1px solid #0000;
  margin-top: 60px;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.heading-51 {
  margin-top: 2rem;
  font-size: 3rem;
  line-height: 1;
}

.div-block-20 {
  border: 1px solid #0000;
}

.container-81 {
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-3 {
  background-image: url('../images/equipoFr.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  height: 70vh;
}

.footer-social-link-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #cbfb45;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.weight-semibold-2 {
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-weight: 600;
}

.button-3 {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.social-icon-2 {
  color: #fff;
  background-color: #0e3768;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

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

.div-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-2 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-credit-text-2 {
  font-size: .875rem;
}

.div-block-2 {
  text-align: right;
  width: 100%;
}

.grid-3 {
  grid-template: ". . Area"
  / 1fr .25fr .25fr 1fr;
}

.footer-menu-wrapper-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  align-items: start;
  width: 100%;
}

.footer-link-2 {
  color: #fff;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .3s;
}

.footer-link-2:hover {
  background-color: #12498a;
}

.footer-link-2.w--current {
  border-radius: 100rem;
}

.footer-top-wrapper-2 {
  grid-column-gap: 0vw;
  grid-row-gap: 1rem;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-block-5 {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.footer-social-link-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #cbfb45;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.weight-semibold-3 {
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}

.button-4 {
  background-color: #12498a;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-dark {
  background-color: #000037;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.social-icon-3 {
  color: #fff;
  background-color: #0e3768;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.quick-stack-7 {
  display: none;
}

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

.container-62 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #1a1b1fbf;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 10px;
}

.container-69 {
  max-width: none;
  margin-top: 4rem;
  margin-left: 0;
  margin-right: 0;
}

.code-embed-2 {
  margin-bottom: 0;
}

.container-57 {
  text-align: center;
  margin-top: 10px;
}

.button-5 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #171717;
  border: 1px solid #171717;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button-5:hover {
  color: #cbfb45;
}

.button-5.w--current {
  border-radius: 100rem;
}

.button-5.is-navbar {
  background-color: #0e3768;
}

.navbar-link-3 {
  color: #171717;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link-3:hover {
  background-color: #cbfb45;
}

.navbar-link-3.w--current {
  border-radius: 100rem;
}

.button-6 {
  text-align: center;
  background-color: #0e3768;
  border-radius: 10px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
}

.header {
  background-color: #12498a;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-37 {
  color: #a0e0a0;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.navbar-menu-link-wrapper-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-78 {
  max-width: none;
  margin: 0 0 -2.5rem;
  font-size: 0;
}

.heading-49 {
  text-align: center;
  margin-top: 2rem;
  font-size: 3rem;
}

.bold-text-38 {
  color: #0e3768;
}

.paragraph-20 {
  text-align: center;
  font-size: 1.5rem;
}

.div-block-21 {
  margin-top: 5.5rem;
}

.bold-text-39 {
  color: var(--frnavbar);
}

.bold-text-40 {
  color: var(--black);
  font-size: 3rem;
}

.bold-text-41 {
  font-size: 2.5rem;
}

.heading-52 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.bold-text-42 {
  color: var(--frnavbar);
}

.cell-19 {
  justify-content: center;
  align-items: center;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.parallax_heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-shadow: 0 1px 3rem #00000085;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: PT Sans, sans-serif;
  font-size: 8rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.parallax_component {
  perspective: 3500px;
  overflow: hidden;
}

.parallax_layer {
  position: absolute;
}

.parallax_layer.is-2.pointer-events-off {
  margin-top: 80px;
}

.parallax_layer.is-4 {
  position: relative;
}

.parallax_layer.is-4.pointer-events-off {
  margin-top: 340px;
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

.section {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section.is-video {
  margin-top: 6rem;
  margin-bottom: 100px;
  padding-top: 5vh;
  padding-bottom: 0;
}

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

.section.is-experience {
  color: #fff;
  background-color: #080808;
  display: none;
  overflow: hidden;
}

.is-word {
  transform-origin: 0 100%;
  display: inline-block;
}

.icon-16 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.video_section {
  height: 100vh;
  position: sticky;
  top: 0;
}

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

.video_box {
  z-index: 1;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 618.4vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video_btn {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video_play {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #ceff65;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.13rem;
  display: flex;
  position: relative;
}

.container-large-5 {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: scale(.5);
}

.heading-style-h3-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1-2 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

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

.video_title {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 5%;
}

.video_wall {
  height: 300vh;
  margin-top: -34vh;
  margin-bottom: 15vh;
  position: relative;
}

.max-width-700 {
  z-index: 2;
  flex-flow: column;
  max-width: 43.75rem;
  position: relative;
}

.button-7 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #080808;
  text-transform: uppercase;
  background-color: #ceff65;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-7:hover {
  background-color: #b3e940;
}

.button-7.is-secondary {
  color: #080808;
  background-color: #0000;
  border: 1px solid #a9a9a9;
}

.button-7.is-secondary:hover {
  background-color: #f3f3f3;
}

.heading-style-h2-2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}

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

.form-input-2 {
  color: #080808;
  background-color: #0000;
  border: 1px solid #0808084d;
  border-radius: 2.5rem;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input-2:hover {
  border-color: #080808;
}

.form-input-2:focus {
  background-color: #a9a9a91a;
  border-color: #080808;
}

.form-input-2::placeholder {
  color: #08080880;
}

.form-input-2.is-green {
  color: #fff;
  border-color: #ceff65;
}

.form-input-2.is-green:hover {
  border-color: #fff;
}

.form-input-2.is-green:focus {
  background-color: #ffffff1a;
  border-color: #ceff65;
}

.form-input-2.is-green::placeholder {
  color: #ffffffb3;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.form-success {
  color: #080808;
  background-color: #ceff65;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}

.email_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.form-error {
  background-color: #ff656569;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem .75rem;
}

.email-form_wrap {
  flex: 1;
  max-width: 31.875rem;
  margin-bottom: 0;
}

.form-field-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.wrap_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap_flex.is-align-top {
  align-items: flex-start;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
}

.text-color-darkgrey {
  color: #a9a9a9;
}

.bold-text-43 {
  color: var(--black);
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.text-size-eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.heading-style-h2-3 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}

.player_visual {
  aspect-ratio: 1;
  border-radius: 3.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.player_item {
  flex: 1;
}

.bold-text-44 {
  color: var(--light-grey);
  margin-top: 0;
  font-size: 7rem;
}

.container-89 {
  max-width: 940svh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-video {
  height: 100vh;
}

.container-90 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-91 {
  margin-bottom: 60px;
}

.code-embed-3, .slider-2 {
  display: none;
}

.image-90 {
  width: 100%;
}

.body-2 {
  background-color: #e7ebf0;
  font-family: Poppins, sans-serif;
}

.background-video-2 {
  display: none;
}

.container-92 {
  width: 100%;
  max-width: 1600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 0;
}

.bold-text-45 {
  width: 100%;
}

.quick-stack-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.quick-stack-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-21 {
  justify-content: center;
  align-items: center;
}

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

.button-8 {
  background-color: var(--white);
  color: var(--frnavbar);
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: .875rem;
}

.div-block-23 {
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.slider-3 {
  height: 100vh;
}

.container-93 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.image-91 {
  width: 100%;
}

.section2sostenibilidad {
  background-image: url('../images/BannerImpacto.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
}

.section2-copy {
  background-image: url('../images/BannerImpacto.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  height: 70vh;
  margin-top: 0;
}

.rectangle-202 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2047px;
  height: 471px;
  text-decoration: none;
  display: flex;
}

.container-94 {
  background-color: #e7ebf0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.heading-55 {
  color: var(--frnavbar);
  text-align: left;
  margin-bottom: 1rem;
}

.bold-text-46 {
  color: var(--parrafofr);
}

.paragraph-21 {
  color: var(--parrafofr);
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.button-9 {
  border: 1px solid var(--parrafofr);
  color: var(--parrafofr);
  text-align: center;
  background-color: #e7ebf0;
  border-radius: 20px;
}

.container-95 {
  text-align: left;
  margin-top: 60px;
}

.link {
  color: var(--parrafofr);
}

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

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr;
  grid-auto-columns: 1fr;
  margin-left: 220px;
  margin-right: 500px;
  padding-left: 0;
  display: grid;
}

.heading-56 {
  color: var(--parrafofr);
}

.container-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #12498a;
  border: 1px solid #285b8e;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  display: flex;
}

.heading-57 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

.section2partner {
  background-image: url('../images/banner3Partner.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
}

.heading-58 {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.8rem;
}

.bold-text-47 {
  color: var(--frnavbar);
}

.bold-text-48 {
  color: var(--secundariofr);
  text-align: left;
}

.container-97 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.heading-59 {
  -webkit-text-stroke-width: .5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.paragraph-22 {
  margin-bottom: 1rem;
}

.cell-23 {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 20px;
}

.container-98 {
  background-color: #0000;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-99 {
  background-color: #e7ebf0;
  max-width: none;
  margin-top: -290px;
  padding: 300px 100px 0;
}

.cell-24 {
  justify-content: flex-start;
  align-items: flex-end;
}

.container-100 {
  border: 1px solid #12498a;
  border-radius: 20px;
  max-width: 200px;
  margin-left: 0;
  margin-right: auto;
}

.heading-60 {
  color: var(--parrafofr);
  font-size: 1rem;
}

.heading-61 {
  color: var(--parrafofr);
  text-align: left;
  -webkit-text-stroke-width: 1px;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 2.8rem;
}

.bold-text-49 {
  color: var(--parrafofr);
  width: 100%;
}

.quick-stack-15 {
  padding-bottom: 0;
}

.paragraph-23 {
  margin-bottom: 1rem;
}

.cell-25 {
  justify-content: center;
  align-items: flex-start;
}

.container-101 {
  border: 1px solid var(--frnavbar);
  border-radius: 20px;
  width: 40%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.container-102 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.quick-stack-16 {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.container-103 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-104 {
  width: 100%;
  max-width: 1300px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}

.cell-26 {
  background-color: var(--white);
  border-radius: 20px;
}

.image-93 {
  width: 100%;
}

.container-105 {
  max-width: none;
  margin: 0 0 -2.5rem;
  padding-top: 8rem;
  font-size: 0;
}

.heading-62 {
  text-align: center;
  font-size: 3rem;
}

.bold-text-50 {
  color: #0e3768;
}

.paragraph-24 {
  text-align: center;
  font-size: 1.5rem;
}

.bold-text-28 {
  color: #c0007a;
}

.testimonial-slider-small-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-2 {
  margin-bottom: 2px;
}

.tagline-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible, .testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible, .testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.container-107 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.heading-63 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.slider-4 {
  height: 100vh;
}

.container-108 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #12498a;
  border: 1px solid #285b8e;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.link-block-3, .link-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  display: flex;
}

.container-109 {
  text-align: right;
  max-width: 1100px;
}

.quick-stack-17 {
  margin-top: 8rem;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-right: 0;
}

.container-107-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #12498a;
  border: 1px solid #285b8e;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.bold-text-51 {
  color: var(--secundariofr);
}

.heading-64, .heading-65 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

.container-110 {
  text-align: right;
  max-width: 1200px;
  margin-top: 1rem;
}

.section-5 {
  background-image: url('../images/bannerEquipoPartner.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  height: 100vh;
}

.section2sostenible {
  background-image: url('../images/bannerSostenibilidadFR.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  height: 100vh;
  margin-top: 0;
}

.container-111 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.heading-66 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-113 {
  text-align: right;
  max-width: 1100px;
}

.background-video-4 {
  display: none;
}

.container-114 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #12498a;
  border: 1px solid #285b8e;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  display: flex;
}

.sliderresponsive {
  display: none;
}

.bold-text-52 {
  color: #c0007a;
}

.heading-67 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

.container-116 {
  width: 100%;
  max-width: none;
}

.container-117 {
  width: 100%;
  max-width: none;
  display: none;
}

.image-95 {
  width: 100%;
}

.container-118 {
  max-width: none;
}

.container-119 {
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.image-96 {
  width: 30%;
}

.link-block-8 {
  width: 100%;
}

.container-120 {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: auto;
}

.heading-68 {
  color: var(--secundariofr);
}

.heading-69 {
  color: var(--secundariofr);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.div-block-28, .div-block-29 {
  margin-top: -20rem;
}

.heading-70, .heading-71 {
  font-size: 3.7rem;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.image-62 {
  margin-top: -3px;
}

.bold-text-53 {
  color: var(--verdefr);
}

.paragraph-25 {
  margin-top: .5rem;
  font-size: 1.2rem;
}

.navbar-logo-left {
  z-index: 99;
  color: #fff;
  background-image: linear-gradient(#000, #fff0);
  position: fixed;
  inset: 0% 0% auto;
}

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

.button-11 {
  color: #12498a;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: .875rem;
}

.container-125 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-link-4 {
  color: #fff;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link-4:hover {
  color: #fff;
  background-color: #12498a;
}

.navbar-link-4.w--current {
  color: #fff;
  background-color: #12498a;
  border-radius: 100rem;
}

.navbar-menu-link-wrapper-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 2rem 20px 2em;
}

.navbar-logo-3 {
  width: 9.5rem;
}

.heading-72, .heading-73 {
  font-size: 2rem;
}

.bold-text-54, .bold-text-55 {
  font-size: 1.2rem;
}

.quick-stack-18 {
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-56 {
  color: var(--lilafr);
}

.container-126 {
  padding-left: 0;
  padding-right: 0;
}

.cell-27, .bold-text-57, .bold-text-58, .list, .cell-28, .cell-29, .bold-text-59, .bold-text-60, .cell-30, .bold-text-61 {
  font-size: 1.2rem;
}

.banner-circle-wrapper {
  z-index: 9999;
  justify-content: flex-end;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.banner-circle {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}

.banner-circle-image {
  width: 70px;
}

.cell-32 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.mask-5 {
  padding-top: 0;
}

.slider-5 {
  height: 33vh;
}

.slide-5 {
  text-align: center;
  background-color: #a0e0a0;
  margin-top: 0;
}

.icon-17, .icon-18 {
  display: none;
}

.text-block-9 {
  color: var(--azulfr);
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.slide-6 {
  text-align: center;
  background-color: #a0e0a0;
}

.slide-nav-2 {
  display: none;
}

.text-span-7 {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.footer-bottom-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quick-stack-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 0;
}

.testimonial-card-3 {
  color: #fff;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 24px 24px 30px;
  display: flex;
}

.footer-component-2 {
  color: #fff;
  background-color: #000037;
}

.footer-link-4 {
  color: #fff;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .3s;
}

.footer-link-4:hover {
  background-color: #12498a;
}

.footer-link-4.w--current {
  border-radius: 100rem;
}

.heading-74 {
  font-size: 3.7rem;
}

.heading-75 {
  font-size: 2.5rem;
}

.link-block-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  display: flex;
}

.container-127 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.div-block-30 {
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}

.footer-link-5 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-5:hover {
  color: #1a1b1fbf;
}

.bold-text-63 {
  color: #a0e0a0;
}

.tagline-3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 16px;
}

.heading-76 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bold-text-64 {
  color: #c0007a;
}

.bold-text-65 {
  color: #a075e3;
}

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

.div-block-31 {
  margin-top: -20rem;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0;
}

.slider-6 {
  width: 100%;
  height: 500px;
}

.button-12 {
  color: #12498a;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: .875rem;
}

.quick-stack-20 {
  margin-top: 8rem;
  padding-right: 0;
}

.bold-text-66 {
  color: #a0e0a0;
  font-size: 1.8rem;
}

.bold-text-67 {
  color: #0e3768;
  text-align: left;
  font-size: 1.8rem;
}

.container-128 {
  max-width: none;
  margin: 8rem 10px;
}

.div-block-32 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.bold-text-68 {
  color: #0e3768;
}

.heading-77 {
  margin-top: 2rem;
  font-size: 3rem;
  line-height: 1;
}

.heading-78 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.5rem;
}

.button-13 {
  color: #12498a;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: .875rem;
}

.bold-text-69 {
  color: #c0007a;
  font-size: 1.8rem;
}

.testimonial-author-3 {
  margin-bottom: 2px;
  font-size: 1.5rem;
}

.max-width-large-8 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.container-129 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.quick-stack-21 {
  padding-left: 0;
  padding-right: 0;
}

.padding-global-4 {
  padding-left: 0%;
  padding-right: 0%;
}

.link-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  display: flex;
}

.slider-7 {
  height: 100vh;
}

.testimonial-slider-small-3 {
  border: 1px solid #0000;
  width: 100%;
  padding: 0;
  position: relative;
}

.quick-stack-22 {
  display: none;
}

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

.cell-34 {
  justify-content: center;
  align-items: center;
}

.weight-semibold-4 {
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}

.container-130 {
  display: none;
}

.heading-80 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

.slider-8 {
  display: none;
}

.bold-text-70 {
  color: #0e3768;
}

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

.container-132 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #12498a;
  border: 1px solid #285b8e;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.div-block-33 {
  text-align: right;
  width: 100%;
}

.container-133 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-logo-4 {
  width: 9.5rem;
}

.button-14 {
  color: #171717;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

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

.influx-2 {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.container-134 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #12498a;
  border: 1px solid #285b8e;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.navbar-link-5 {
  color: #fff;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link-5:hover {
  color: #fff;
  background-color: #12498a;
}

.navbar-link-5.w--current {
  color: #fff;
  background-color: #12498a;
  border-radius: 100rem;
}

.div-block-34 {
  margin-top: -20rem;
}

.container-135 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.heading-81 {
  font-size: 3.7rem;
}

.div-block-35 {
  border: 1px solid #0000;
}

.heading-82 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

.navbar-link-6 {
  color: #fff;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: background-color .3s;
}

.navbar-link-6:hover {
  color: #fff;
  background-color: #12498a;
}

.navbar-link-6.w--current {
  color: #fff;
  background-color: #12498a;
  border-radius: 100rem;
}

.max-width-large-9 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-19 {
  margin-left: 5px;
}

.weight-semibold-5 {
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-weight: 600;
}

.text-block-10 {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.slide-8 {
  background-image: url('../images/mapaHuancayoFR.png');
  background-size: cover;
}

.heading-83 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.container-136 {
  width: 80%;
  max-width: none;
}

.link-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  display: flex;
}

.bold-text-71 {
  color: #c0007a;
}

.bold-text-72 {
  color: #12498a;
}

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

.section-subpage-hero-header-3 {
  padding-top: 0;
}

.heading-84 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

.footer-social-link-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #cbfb45;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.bold-text-73 {
  font-size: 1.2rem;
}

.container-138 {
  width: 100%;
  max-width: 1600px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-menu-link-wrapper-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-5 {
  display: none;
}

.bold-text-74 {
  font-size: 1.2rem;
}

.text-block-11 {
  color: #fff;
  margin-bottom: 10px;
}

.navbar-logo-5 {
  width: 9.5rem;
}

.container-139 {
  max-width: 1600px;
}

.container-140 {
  width: 100%;
  max-width: 1600px;
}

.container-141 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.image-98 {
  width: 100%;
}

.image-99 {
  width: 30%;
}

.quick-stack-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-85 {
  font-size: 1.8rem;
}

.text-span-8 {
  font-size: 1.5rem;
}

.div-block-37 {
  padding: 20px 40px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1.5fr;
}

.div-block-38 {
  margin-top: 0;
}

.cell-37 {
  justify-content: flex-start;
  align-items: flex-start;
}

.container-142 {
  background-color: #e7ebf0;
  border-radius: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.checkbox-field {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 0;
}

.container-144 {
  border: 1px solid var(--azulfr);
  border-radius: 20px;
  width: 50%;
  margin-left: 0;
}

.container-145 {
  padding-left: 100px;
  padding-right: 100px;
}

.slider {
  width: 100%;
  max-width: 1600px;
  height: 500px;
  display: block;
}

.slider-copy {
  width: 100%;
  height: 500px;
  display: none;
}

.exp-slider_arrow {
  color: #ceff65;
  border: 1px solid #ffffff3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  font-size: 1.3rem;
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  inset: auto;
}

.exp-slider_arrow:hover {
  color: #080808;
}

.exp-slider_arrow.cc-left {
  bottom: 0%;
  right: 3.5rem;
}

.exp-slider_arrow.cc-right {
  bottom: 0%;
  right: 0%;
}

.link-block-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.exp-slider_mask {
  width: 20rem;
  display: flex;
  overflow: visible;
}

.heading-122 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.arrow_dot {
  z-index: 1;
  background-color: #ceff65;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.bold-text-126 {
  color: #a0e0a0;
}

.hide-2 {
  display: none;
}

.container-208 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container-209 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #12498a;
  border: 1px solid #285b8e;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.bold-text-125 {
  color: #c0007a;
}

.exp-slider_slide {
  margin-right: 2.5rem;
}

.heading-124 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.link-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  display: flex;
}

.exp-slider_overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #0006, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.exp-slider {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  display: flex;
}

.heading-125 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

.heading-123 {
  font-size: 3.7rem;
}

.container-210 {
  display: none;
}

.heading-141 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.link-block-18 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  display: flex;
}

.heading-144 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.bold-text-135 {
  color: #c0007a;
}

.container-211 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #12498a;
  border: 1px solid #285b8e;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.container-large-14 {
  width: 90%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.z-index-2-2 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.container-219 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.bold-text-136 {
  color: #a0e0a0;
}

.heading-145 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

.heading-143 {
  font-size: 3.7rem;
}

.exp-slider_slide-2 {
  margin-right: 2.5rem;
}

.exp-slider_item {
  aspect-ratio: 320 / 465;
  border-radius: 2.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.z-index-2-3 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.exp-slider_overlay-2 {
  z-index: 1;
  background-image: linear-gradient(0deg, #0006, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-146 {
  font-size: 3.7rem;
}

.heading-147 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.bold-text-137 {
  color: #a0e0a0;
}

.link-block-20 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  display: flex;
}

.heading-148 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 1rem;
}

@media screen and (min-width: 1440px) {
  .page-wrapper.navbar-on-page {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .main-wrapper.max-width-full {
    width: auto;
    max-width: 1600px;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 0;
  }

  .heading-style-h1.weight-medium {
    background-color: #f3f3f3;
    margin-top: 0;
  }

  .padding-vertical.padding-medium {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .section-contact {
    margin-top: 0;
  }

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

  .text-size-medium-2.max-width-small {
    max-width: none;
    margin-top: 0;
  }

  .image-8 {
    width: 5px;
    padding-left: 0;
  }

  .image-5 {
    width: 30%;
    padding-left: 0;
  }

  .image-7 {
    width: 5px;
    padding-left: 0;
  }

  .container-85 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .quick-stack-11 {
    padding-left: 0;
  }

  .container-86 {
    max-width: none;
    margin-left: auto;
  }

  .heading-6 {
    margin-top: 2rem;
  }

  .container-large-2 {
    margin-top: 1rem;
  }

  .image-3 {
    text-align: left;
    flex: 0 auto;
    width: 5px;
    padding-left: 0;
  }

  .image-6 {
    width: 5px;
    padding-left: 0;
  }

  .cell {
    text-align: right;
    justify-content: center;
    align-items: center;
  }

  .image-4 {
    text-align: right;
    width: 30%;
    padding-left: 0;
    display: block;
  }

  .section-padding-large-2 {
    margin-top: 1rem;
  }

  .heading-11 {
    max-width: none;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .stats-section-header-2 {
    margin-bottom: 4rem;
  }

  .section2 {
    background-position: 50% 0;
    background-size: auto;
    height: 90vh;
    margin-top: 0;
  }

  .logo-component-2 {
    padding-left: 220px;
    padding-right: 220px;
  }

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

  .div-block-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-large-4 {
    margin-top: 2rem;
    margin-left: 0;
  }

  .unin-estratgica-backap {
    max-width: none;
  }

  .container-52 {
    width: 100%;
    max-width: none;
  }

  .section-hero-header-2 {
    padding-bottom: 0;
  }

  .container-56 {
    height: auto;
  }

  .image-82.imagen-efecto-hover, .image-81.imagen-efecto-hover {
    margin-top: -49px;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-height: 250px;
    padding-top: 0;
  }

  .cell-8 {
    justify-content: center;
    align-items: center;
  }

  .text-block-7 {
    text-align: center;
    margin-top: 2rem;
  }

  .client-logo-3 {
    width: 100%;
    height: 6rem;
  }

  .div-block-18 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-14 {
    font-size: 1rem;
  }

  .heading-45 {
    font-size: 3rem;
  }

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

  .paragraph-16 {
    margin-top: 2rem;
  }

  .team-image-2 {
    text-align: center;
    border-radius: 15px;
    width: 70%;
    height: 100%;
  }

  .team-image-wrapper-2 {
    text-align: center;
    height: 100%;
  }

  .team-list-2 {
    grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
  }

  .responsiveslider {
    height: 600px;
  }

  .container-78 {
    text-align: center;
    margin-top: 8rem;
  }

  .heading-49 {
    font-size: 4rem;
  }

  .paragraph-20 {
    margin-top: 1rem;
    font-size: 2rem;
  }

  .parallax_layer.is-2.pointer-events-off {
    width: 100%;
  }

  .container-89 {
    max-width: none;
  }

  .container-90 {
    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;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
  }

  .container-92 {
    width: 100%;
  }

  .div-block-23 {
    padding-top: 0;
  }

  .section2sostenibilidad, .section2-copy, .section2partner {
    background-position: 50% 34%;
    background-size: auto;
    height: 70vh;
    margin-top: 0;
  }

  .paragraph-22, .paragraph-23 {
    font-size: 1.2rem;
  }

  .container-104 {
    max-width: none;
  }

  .container-105 {
    text-align: center;
    margin-top: 8rem;
  }

  .heading-62 {
    font-size: 4rem;
  }

  .paragraph-24 {
    margin-top: 1rem;
    font-size: 2rem;
  }

  .quick-stack-17 {
    margin-bottom: 2rem;
  }

  .section-5 {
    height: 90vh;
  }

  .section2sostenible {
    background-position: 50% 0;
    background-size: auto;
    height: 90vh;
    margin-top: 0;
  }

  .container-118 {
    width: 100%;
    max-width: none;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1600px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cell-31, .cell-32 {
    justify-content: center;
    align-items: center;
  }

  .mask-5 {
    background-color: #a0e0a0;
    height: auto;
  }

  .slider-5 {
    height: 20vh;
    padding-left: 0;
    left: auto;
  }

  .slide-5 {
    width: 100%;
    height: 20vh;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    left: auto;
  }

  .icon-17, .icon-18 {
    display: none;
  }

  .bold-text-62 {
    text-align: justify;
    width: 100%;
  }

  .text-block-9 {
    color: var(--azulfr);
    text-align: center;
    margin-top: 40px;
    font-size: 1.2rem;
  }

  .slide-6 {
    top: 0;
  }

  .cell-33 {
    justify-content: flex-end;
    align-items: center;
  }

  .slide-nav-2 {
    display: none;
  }

  .slider-6 {
    height: 600px;
  }

  .container-133 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container-138 {
    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;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
  }

  .div-block-37 {
    margin-bottom: 0;
    padding: 20px;
  }

  .slider, .slider-copy {
    height: 600px;
  }

  .cell-41 {
    justify-content: flex-start;
    align-items: center;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

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

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

  .margin-bottom.margin-small {
    margin-left: auto;
  }

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

  .styleguide-icon-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 5vw;
  }

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

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

  .text-size-large.weight-medium {
    text-align: center;
    text-align: center;
  }

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

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

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

  .padding-bottom.padding-huge {
    padding-bottom: 6rem;
  }

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

  .padding-top.padding-xxlarge {
    display: none;
  }

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

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

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .hero-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 10%;
  }

  .license-wrapper {
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .licenses-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .changelog-wrapper {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .changelog-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-top: 10%;
  }

  .menu-icon-line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    color: var(--black);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    background-color: var(--grey);
  }

  .navbar-link.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon-line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-container {
    background-color: #f8f8f8bf;
    padding-right: 1.5rem;
  }

  .navbar-logo-link {
    display: block;
  }

  .navbar-component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .navbar-menu-link-wrapper {
    border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--light-grey);
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

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

  .navbar-button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .navbar-menu {
    background-color: var(--grey);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 2rem;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

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

  .header-image-wrapper, .header-image {
    border-radius: 2rem;
  }

  .section-client-logos {
    text-align: left;
    width: 100%;
  }

  .logo-component {
    grid-row-gap: 2rem;
    display: flex;
  }

  .services-component-wrapper, .service-accordion {
    border-radius: 2rem;
  }

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

  .team-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .team-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-accordion, .faq-component-wrapper, .faq-contact-wrapper {
    border-radius: 2rem;
  }

  .project-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .project-item {
    border-radius: 1.5rem;
  }

  .project-image-wrapper {
    border-radius: 1rem;
  }

  .project-image {
    aspect-ratio: 1;
  }

  .project-title-wrapper {
    padding: 1.25rem 1rem;
  }

  .project-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .testimonials-component-wrapper {
    border-radius: 2rem;
  }

  .footer-component {
    display: none;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .subpage-header-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .subpage-header-image-wrapper, .subpage-header-image {
    border-radius: 2rem;
  }

  .stats-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .stat-number {
    font-size: 4rem;
  }

  .stats-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .stats-component-wrapper {
    border-radius: 2rem;
  }

  .cta-card {
    border-radius: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 2rem;
  }

  .cta-card-conent {
    padding: 0 0 2rem;
  }

  .values-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .case-studies-component-wrapper {
    border-radius: 2rem;
  }

  .case-studies-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }

  .case-study-item {
    border-radius: 1.5rem;
    margin-bottom: 2rem;
  }

  .case-study-image-wrapper {
    border-radius: 1rem;
  }

  .case-study-title-wrapper {
    padding: 1rem;
  }

  .section-contact {
    margin-right: 0;
  }

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

  .contact-form-block {
    border-radius: 2rem;
  }

  .contact-form {
    width: 100%;
  }

  .form-field-2col {
    padding-left: 0;
    padding-right: 0;
  }

  .blogs-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-item {
    border-radius: 1.5rem;
  }

  .blog-image-wrapper {
    border-radius: 1rem;
  }

  .blog-image {
    aspect-ratio: 3 / 2;
  }

  .blog-title-wrapper {
    padding-top: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .case-study-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1.5fr;
  }

  .case-study-header-image-wrapper, .case-study-header-image, .case-study-details-wrapper {
    border-radius: 2rem;
  }

  .blog-header-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog-header-image-wrapper, .blog-header-image, .blog-details-wrapper {
    border-radius: 2rem;
  }

  .blog-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-description-wrapper, .blog-component-wrapper {
    border-radius: 2rem;
  }

  .container-85 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .max-width-large-2 {
    margin-bottom: 0;
  }

  .head {
    font-size: 2.25rem;
  }

  .container-large-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .stat-number-2 {
    font-size: 4rem;
  }

  .section-padding-large-2 {
    padding: 0;
  }

  .max-width-large-3 {
    margin-bottom: 0;
  }

  .stats-section-header-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .stats-list-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .container-large-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .services-component-wrapper-2 {
    border-radius: 2rem;
  }

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

  .image-14 {
    border-radius: 15px;
  }

  .max-width-large-4 {
    margin-bottom: 0;
  }

  .logo-component-2 {
    grid-row-gap: 2rem;
    display: flex;
  }

  .container-large-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .paragraph-6 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .frame-47417 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-4 {
    text-align: left;
  }

  .rectangle-111 {
    width: 100%;
    max-width: none;
  }

  .unin-estratgica-backap {
    grid-template-columns: .8fr 1fr;
    max-width: none;
    height: 636px;
  }

  .container-52 {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-77 {
    width: 70%;
  }

  .menu-icon-line-bottom-2 {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-36 {
    padding-left: 0;
    font-size: 2.1rem;
  }

  .navbar-menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #f2f2f2;
    background-clip: border-box;
    border-radius: 2rem;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .image-82.imagen-efecto-hover, .image-81.imagen-efecto-hover {
    margin-top: -21px;
  }

  .quick-stack-5 {
    padding-top: 0;
  }

  .navbar-link-2 {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-2:hover {
    background-color: #f2f2f2;
  }

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

  .menu-icon-line-middle-2 {
    background-color: #171717;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top-2 {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-link-wrapper-2 {
    background-color: #f8f8f8;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .client-logo-3 {
    width: 100%;
    height: 4.1rem;
    font-size: 2rem;
  }

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

  .image-89 {
    border-radius: 15px;
    width: 100%;
  }

  .max-width-large-5 {
    margin-bottom: 0;
  }

  .container-88 {
    padding-left: 60px;
  }

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

  .div-block-18 {
    padding-left: 2rem;
  }

  .paragraph-14 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .div-block-19 {
    padding-left: 2rem;
  }

  .contact-form-block-2 {
    border-radius: 2rem;
  }

  .container-73 {
    display: block;
  }

  .section-padding-large-3 {
    padding: 0;
  }

  .section-hero-header-3 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .max-width-large-6 {
    margin-bottom: 0;
  }

  .heading {
    font-size: 2rem;
  }

  .max-width-large-7 {
    margin-bottom: 0;
  }

  .code-embed {
    display: none;
  }

  .heading-47 {
    font-size: 2rem;
  }

  .team-image-2 {
    border-radius: 20px;
    width: 100%;
  }

  .team-image-wrapper-2 {
    text-align: center;
  }

  .team-list-2 {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .responsiveslider {
    height: 100vh;
    display: block;
  }

  .testimonial-slider-2 {
    margin-left: 0;
    margin-right: 20px;
  }

  .slide {
    background-position: 50%;
    background-size: cover;
  }

  .testimonial-slider-small {
    margin-top: 0;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-card-2 {
    padding-top: 140px;
  }

  .icon {
    display: none;
  }

  .mask-2 {
    margin-top: 60px;
  }

  .heading-51 {
    font-size: 3rem;
  }

  .text-block, .footer-credit-text-2 {
    color: #fff;
  }

  .div-block-2 {
    width: 83%;
  }

  .footer-top-wrapper-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-column-gap: 60px;
    color: #fff;
  }

  .container-67 {
    display: flex;
  }

  .quick-stack-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000037;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: block;
  }

  .container-66 {
    max-width: 728px;
  }

  .container-62 {
    background-color: #000037;
  }

  .footer-copyright-center, .footer-link-3 {
    color: #fff;
  }

  .image-84 {
    margin-bottom: 2rem;
  }

  .menu-icon-line-bottom-3 {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link-3 {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-3:hover {
    background-color: #f2f2f2;
  }

  .navbar-menu-link-wrapper-3 {
    background-color: #f8f8f8;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .section.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .video_wrap {
    transform: scale(.9);
  }

  .video_wall {
    margin-top: -20vh;
  }

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

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .margin-bottom-40 {
    margin-bottom: 2.25rem;
  }

  .player_visual {
    border-radius: 1.5rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .code-embed-3 {
    display: block;
  }

  .slide-3 {
    background-image: url('../images/mapVLima.png');
    background-position: 0 0;
    background-size: auto;
  }

  .slider-2 {
    background-color: #0e3768;
    height: 800px;
    display: block;
  }

  .slide-4 {
    background-image: url('../images/mapVLima.png');
    background-position: 50%;
    background-size: cover;
  }

  .mask-3 {
    padding-top: 300px;
  }

  .heading-53 {
    font-size: 3rem;
  }

  .div-block-22 {
    color: var(--white);
  }

  .heading-54 {
    font-size: 2.5rem;
  }

  .image-90 {
    width: 100%;
  }

  .div-block-23 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-95 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-99 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-104 {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-106 {
    max-width: 728px;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .image-94 {
    margin-right: 20px;
    padding-right: 0;
  }

  .div-block-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-116 {
    display: none;
  }

  .container-117 {
    display: block;
  }

  .brand {
    display: none;
  }

  .div-block-28, .div-block-29 {
    margin-top: 0;
  }

  .navbar-logo-left {
    display: none;
  }

  .menu-icon-line-bottom-4 {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-125 {
    max-width: 728px;
  }

  .navbar-link-4 {
    color: #171717;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-4:hover {
    background-color: #f2f2f2;
  }

  .navbar-link-4.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-menu-link-wrapper-4 {
    background-color: #f8f8f8;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .banner-circle {
    bottom: 1rem;
    right: 3rem;
  }

  .banner-circle-image {
    width: 70px;
  }

  .slide-5 {
    padding-top: 0;
  }

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

  .menu-icon-line-bottom-5 {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-75 {
    font-size: 2rem;
  }

  .container-127 {
    background-color: #000037;
  }

  .div-block-30 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-5 {
    color: #fff;
  }

  .div-block-31 {
    margin-top: 0;
  }

  .slider-6 {
    display: none;
  }

  .image-97 {
    margin-bottom: 2rem;
  }

  .heading-78 {
    font-size: 2rem;
  }

  .max-width-large-8 {
    margin-bottom: 0;
  }

  .mask-6 {
    padding-top: 300px;
  }

  .heading-79 {
    font-size: 2.5rem;
  }

  .quick-stack-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000037;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: block;
  }

  .slider-8 {
    background-color: #0e3768;
    height: 800px;
    display: block;
  }

  .div-block-33 {
    width: 83%;
  }

  .container-133 {
    max-width: 728px;
  }

  .code-embed-4 {
    display: none;
  }

  .navbar-link-5 {
    color: #171717;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-5:hover {
    background-color: #f2f2f2;
  }

  .navbar-link-5.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-34 {
    margin-top: 0;
  }

  .slide-7 {
    background-image: url('../images/mapVLima.png');
    background-position: 50%;
    background-size: cover;
  }

  .navbar-link-6 {
    color: #171717;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-6:hover {
    background-color: #f2f2f2;
  }

  .navbar-link-6.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-large-9 {
    margin-bottom: 0;
  }

  .container-137 {
    max-width: 728px;
  }

  .div-block-36 {
    color: #fff;
  }

  .navbar-menu-link-wrapper-5 {
    background-color: #f8f8f8;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .code-embed-5, .container-141 {
    display: block;
  }

  .icon-20 {
    display: none;
  }

  .checkbox-label {
    width: auto;
  }

  .container-143 {
    max-width: none;
    padding-left: 100px;
    padding-right: 100px;
  }

  .slide-9 {
    background-image: url('../images/mapaTab.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
  }

  .slider {
    height: 650px;
    display: none;
  }

  .slide-10 {
    background-image: url('../images/mapaTab.png');
    background-position: 0 0;
    background-size: cover;
  }

  .slider-copy {
    height: 650px;
    display: block;
  }
}

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

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

  .utility-form-block {
    padding: 3rem;
  }

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

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

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

  .margin-bottom.margin-xsmall {
    text-align: center;
  }

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

  .text-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: 6.5vw;
  }

  .button {
    padding: .25rem 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .margin-large {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

  .hero-header-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding-top: 15%;
  }

  .license-wrapper {
    min-height: 70dvh;
  }

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

  .license-image-wrapper {
    height: 100%;
  }

  .changelog-header-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding-top: 15%;
  }

  .navbar-container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-component {
    margin-top: 0;
  }

  .navbar-menu-link-wrapper {
    padding: 1.25rem;
  }

  .logo-component {
    padding-top: 1rem;
  }

  .client-logo {
    max-height: 3rem;
  }

  .service-name {
    padding: 1rem 1.25rem;
  }

  .accordion-icon-wrapper {
    width: 1.75rem;
  }

  .service-description {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .service-component, .team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team-image-wrapper {
    height: 100%;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .testimonial-content {
    padding: 1.5rem;
  }

  .testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer-credit-text {
    margin-top: 1.5rem;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .subpage-header-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .stat-number {
    font-size: 3.5rem;
  }

  .cta-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-card-conent {
    padding: 2rem;
  }

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

  .case-studies-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .case-study-item {
    margin-bottom: 3rem;
  }

  .contact-component, .blogs-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .case-study-header-content-wrapper, .blog-header-content-wrapper {
    grid-template-columns: 1fr;
  }

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

  .head {
    font-size: 2.25rem;
  }

  .stat-number-2 {
    font-size: 3.5rem;
  }

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

  .div-block-4 {
    text-align: center;
  }

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

  .div-block-6 {
    text-align: center;
  }

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

  .div-block-11, .div-block-5 {
    text-align: center;
  }

  .client-logo-2 {
    max-height: 3rem;
  }

  .logo-component-2 {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .container-large-4 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .frame-47419 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  .en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-4 {
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .frame-47479 {
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .unin-estratgica-backap {
    display: none;
  }

  .container-52 {
    text-align: left;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 0;
  }

  .unidos-por-la-sostenibilidad-2 {
    padding-left: 0;
  }

  .alianza-backap {
    height: 1030px;
    display: block;
  }

  .btn---backap-2 {
    padding-top: 0;
  }

  .en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-9 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-36 {
    margin-bottom: 0;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: 2.1rem;
  }

  .container-56 {
    height: 116vh;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .button-2 {
    padding: .25rem 1rem;
  }

  .image-82.imagen-efecto-hover {
    margin-top: -50px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-81.imagen-efecto-hover {
    width: 100%;
  }

  .quick-stack-5 {
    margin-left: 0;
  }

  .text-block-7 {
    margin-top: 4rem;
    font-size: 1.2rem;
  }

  .navbar-menu-link-wrapper-2 {
    padding: 1.25rem;
  }

  .client-logo-3 {
    height: 4.3rem;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

  .team-image-wrapper-2 {
    height: 100%;
  }

  .team-list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .footer-bottom-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-credit-text-2 {
    margin-top: 1.5rem;
  }

  .div-block-2 {
    width: 100%;
  }

  .footer-menu-wrapper-2 {
    grid-column-gap: 1.5rem;
  }

  .footer-top-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-67 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .footer-block {
    align-items: center;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .container-69 {
    margin-top: 0;
  }

  .button-5 {
    padding: .25rem 1rem;
  }

  .navbar-menu-link-wrapper-3 {
    padding: 1.25rem;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .video_wall {
    margin-top: -15vh;
  }

  .max-width-440.is-full-responsive {
    max-width: 100%;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .image-90 {
    display: block;
  }

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

  .cell-24 {
    justify-content: center;
    align-items: center;
  }

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

  .quick-stack-15 {
    padding-bottom: 20px;
  }

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

  .cell-25 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container-101 {
    width: 100%;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .heading-63 {
    font-size: 1.5rem;
  }

  .heading-70 {
    font-size: 3rem;
  }

  .navbar-menu-link-wrapper-4 {
    padding: 1.25rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .banner-circle {
    right: 2.5rem;
  }

  .banner-circle-image {
    width: 70px;
  }

  .slide-5 {
    margin-top: 0;
  }

  .text-block-9 {
    margin-top: 4rem;
    font-size: 1.2rem;
  }

  .cell-33 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .slide-nav-2 {
    padding-top: 0;
  }

  .footer-bottom-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .testimonial-card-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-link-5:hover {
    color: #1a1b1fbf;
  }

  .testimonial-slider-small-3 {
    padding: 60px 15px;
  }

  .div-block-33 {
    width: 100%;
  }

  .navbar-menu-link-wrapper-5 {
    padding: 1.25rem;
  }

  .image-99 {
    width: 30%;
  }

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

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

  h2 {
    text-transform: none;
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .utility-component {
    padding: 3%;
  }

  .utility-form-block {
    padding: 1.5rem;
  }

  .utility-form {
    border-radius: 1.5rem;
    padding: 3rem 1rem;
  }

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

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

  .margin-bottom.margin-xsmall {
    text-align: center;
  }

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

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

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

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

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

  .button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.is-form {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .button.is-navbar {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

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

  .button-group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

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

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

  .section-padding-large.smaller-padding-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-secondary {
    padding: .5rem 1rem;
  }

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

  .padding-bottom.padding-huge {
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .hero-header-content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .license-wrapper {
    justify-content: center;
    min-height: 80dvh;
    padding-bottom: 5%;
  }

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

  .license-image-wrapper {
    padding-top: 90%;
  }

  .changelog-wrapper {
    text-align: center;
    justify-content: center;
    padding-bottom: 10%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .changelog-header-content-wrapper {
    grid-template-columns: 1fr;
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .navbar-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link:hover {
    background-color: var(--grey);
  }

  .navbar-link.w--current:hover {
    color: var(--black);
  }

  .navbar-container {
    min-height: auto;
    padding: .25rem 1rem .25rem .75rem;
  }

  .navbar-logo {
    width: 8rem;
  }

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

  .header-image-wrapper {
    border-radius: 1rem;
    height: 40vh;
  }

  .header-image {
    border-radius: 1rem;
  }

  .logo-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .client-logo {
    height: 2rem;
    max-height: 2rem;
  }

  .services-component-wrapper, .service-accordion {
    border-radius: 1rem;
  }

  .service-description {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .service-component {
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
  }

  .service-image-wrapper {
    aspect-ratio: 1;
    border-radius: 1rem;
  }

  .team-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-accordion, .faq-component-wrapper {
    border-radius: 1rem;
  }

  .faq-contact-wrapper {
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .project-list {
    grid-row-gap: 1rem;
  }

  .project-item {
    border-radius: 1.5rem;
  }

  .project-image-wrapper {
    border-radius: 1rem;
  }

  .project-title-wrapper {
    padding: 1rem .5rem;
  }

  .project-section-header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-content, .testimonials-component-wrapper {
    border-radius: 1rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .input-form.is-text-area {
    border-radius: 1rem;
    min-height: 15rem;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .footer-link:hover {
    background-color: var(--white);
  }

  .newsletter-footer-wrapper {
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-address, .footer-links-list-title {
    padding-left: 0;
  }

  .subpage-header-component {
    grid-template-columns: 1fr;
  }

  .subpage-header-image-wrapper, .subpage-header-image {
    border-radius: 1rem;
  }

  .stats-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .stats-item {
    border-radius: 1rem;
  }

  .stat-image-wrapper {
    z-index: 20;
    border-radius: 1rem;
    width: 100%;
    overflow: visible;
  }

  .stat-image {
    aspect-ratio: 1;
    border-radius: 1rem;
    display: block;
    overflow: clip;
  }

  .stats-component-wrapper {
    border-radius: 1rem;
  }

  .cta-card {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .cta-card-conent {
    padding: 0 0 2rem;
  }

  .cta-image-wrapper {
    border-radius: 1rem;
  }

  .cta-image {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
  }

  .values-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .values-item {
    border-radius: 1rem;
  }

  .section-case-studies {
    margin-bottom: 4rem;
  }

  .case-studies-component-wrapper {
    border-radius: 1rem;
  }

  .case-study-item {
    margin-bottom: 1rem;
  }

  .case-study-image {
    aspect-ratio: 1;
  }

  .case-study-title-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .contact-form-block {
    border-radius: 1rem;
    padding: 1rem;
  }

  .form-field-2col {
    grid-template-columns: 1fr;
  }

  .form-button-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blogs-list {
    grid-row-gap: 1rem;
  }

  .blog-item {
    border-radius: 1.5rem;
  }

  .blog-image {
    aspect-ratio: 1;
  }

  .blog-title-wrapper {
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .case-study-header-image-wrapper {
    border-radius: 1rem;
    height: 55vh;
  }

  .case-study-header-image {
    border-radius: 1rem;
  }

  .blog-header-image-wrapper {
    border-radius: 1rem;
    height: 55vh;
  }

  .blog-header-image, .blog-details-wrapper {
    border-radius: 1rem;
  }

  .section-service-description {
    margin-bottom: 4rem;
  }

  .service-description-wrapper {
    border-radius: 1rem;
  }

  .section-blog {
    margin-bottom: 4rem;
  }

  .blog-component-wrapper {
    border-radius: 1rem;
  }

  .text-size-medium-2 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .image-5 {
    width: 70%;
  }

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

  .list-item-7, .paragraph-2 {
    font-size: 1rem;
  }

  .image-7 {
    height: 118px;
  }

  .head {
    font-size: 1.5rem;
  }

  .head.weight-medium {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .list-item-2, .paragraph-3 {
    font-size: 1rem;
  }

  .quick-stack {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1rem;
    display: block;
  }

  .image-3 {
    height: 242px;
  }

  .image-6 {
    height: 400px;
  }

  .container-82 {
    margin-bottom: 0;
  }

  .image-4 {
    width: 70%;
  }

  .stat-number-2 {
    font-size: 5rem;
  }

  .heading-11 {
    margin-top: 1rem;
    font-size: 2rem;
  }

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

  .padding-global-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .paragraph-5 {
    font-size: 1rem;
  }

  .section2 {
    background-position: 50% 100%;
    background-size: cover;
    height: 100vh;
  }

  .stats-list-2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

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

  .container-large-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .services-component-wrapper-2 {
    border-radius: 1rem;
  }

  .client-logo-2 {
    height: 3rem;
    max-height: 3rem;
  }

  .logo-component-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .div-block-10 {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .container-large-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .stats-item-2 {
    border-radius: 1rem;
  }

  .div-block-8 {
    text-align: center;
    padding-right: 0;
  }

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

  .en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-10 {
    font-size: 16px;
  }

  .en-fr-partners-damos-un-paso-adelante-en-nuestro-compromiso-con-la-sostenibilidad-por-eso-presentamo-4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .frame-47479 {
    height: 79px;
  }

  .container-52 {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .unidos-por-la-sostenibilidad-2 {
    font-size: 35px;
  }

  .alianza-backap {
    max-width: 410px;
    height: 1030px;
  }

  .heading-35 {
    font-size: 1.5rem;
  }

  .paragraph-10 {
    font-size: 1rem;
  }

  .heading-36 {
    font-size: 2rem;
  }

  .container-56 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 8rem;
    display: block;
  }

  .button-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-2.is-navbar {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button-2.is-form {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .image-82.imagen-efecto-hover {
    padding-left: 0;
    padding-right: 0;
  }

  .image-81 {
    margin-top: 0;
  }

  .image-81.imagen-efecto-hover {
    margin-top: -33px;
  }

  .navbar-link-2:hover {
    background-color: #f2f2f2;
  }

  .text-block-7 {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .navbar-logo-2 {
    width: 8rem;
  }

  .container-70, .container-59 {
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-40 {
    font-size: 2rem;
  }

  .client-logo-3 {
    width: 90%;
    height: 3.5rem;
  }

  .div-block-17 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .div-block-19 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-block-2 {
    border-radius: 1rem;
    padding: 1rem;
  }

  .form-button-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading {
    font-size: 2rem;
  }

  .container-61 {
    margin: 2rem 0;
  }

  .heading-47 {
    font-size: 2rem;
  }

  .team-image-2 {
    width: 70%;
  }

  .team-list-2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .responsiveslider {
    height: 200vw;
  }

  .testimonial-slider-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .slide {
    background-position: 50%;
    background-size: cover;
  }

  .slide-2 {
    background-position: 69%;
    background-repeat: repeat;
    background-size: cover;
  }

  .testimonial-slider-small {
    padding-bottom: 60px;
  }

  .tagline {
    font-size: 1rem;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-card-2 {
    margin-top: 100px;
    margin-left: 0;
    margin-right: 10px;
    padding: 0;
    display: none;
  }

  .testimonial-author {
    font-size: 1rem;
  }

  .mask-2 {
    margin-top: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .heading-51 {
    font-size: 2.4rem;
  }

  .footer-social-link-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-menu-wrapper-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-link-2 {
    padding-left: 0;
  }

  .footer-link-2:hover {
    background-color: #fff;
  }

  .footer-top-wrapper-2 {
    grid-row-gap: 48px;
  }

  .footer-social-link-3 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .weight-semibold-3 {
    text-align: center;
  }

  .footer-dark {
    background-color: #000037;
  }

  .container-67 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-7 {
    flex-flow: column;
    display: flex;
  }

  .container-66 {
    max-width: none;
  }

  .container-68 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-block {
    color: #fff;
  }

  .footer-copyright-center {
    color: #fff;
    margin-bottom: 10px;
  }

  .footer-link-3 {
    color: #fff;
  }

  .button-5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-5.is-navbar {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar-link-3:hover {
    background-color: #f2f2f2;
  }

  .bold-text-40, .bold-text-41, .heading-52 {
    font-size: 2rem;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .parallax_heading {
    margin-top: -30rem;
    font-size: 4rem;
  }

  .parallax_layer.is-2.pointer-events-off {
    width: 100%;
    margin-top: 20px;
  }

  .parallax_layer.is-4.pointer-events-off {
    margin-top: 220px;
  }

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

  .section.is-experience {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

  .video_wall {
    margin-top: -10vh;
  }

  .heading-style-h2-2.is-title {
    font-size: 10vw;
  }

  .email_form {
    flex-flow: column;
    align-items: stretch;
  }

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

  .bold-text-44 {
    font-size: 3rem;
  }

  .container-89 {
    margin-top: 80px;
  }

  .background-video {
    display: none;
  }

  .container-90 {
    width: auto;
  }

  .slide-4 {
    background-position: 50%;
    background-size: cover;
  }

  .background-video-2 {
    display: block;
  }

  .mask-4 {
    background-color: #0e3768;
  }

  .section2sostenibilidad, .section2-copy {
    height: 45vh;
  }

  .container-94 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph-21 {
    text-align: center;
    font-size: 1rem;
  }

  .container-95 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section2partner {
    height: 45vh;
  }

  .heading-58 {
    font-size: 1.5rem;
  }

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

  .container-100 {
    text-align: left;
    width: auto;
    margin-right: 0;
  }

  .heading-61 {
    font-size: 2rem;
  }

  .container-101 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .container-104 {
    display: block;
  }

  .container-106 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .slider-4 {
    display: none;
  }

  .container-110 {
    margin-top: .25rem;
    padding-right: 0;
  }

  .section-5 {
    background-image: url('../images/responsivePartner.png');
    background-size: cover;
  }

  .image-94 {
    margin-right: 10px;
  }

  .container-112 {
    margin-top: 220px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .container-113 {
    margin-top: 60px;
  }

  .background-video-4 {
    height: 100vh;
    display: block;
  }

  .sliderresponsive {
    display: block;
  }

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

  .heading-71 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .footer-social-link-three-2 {
    margin-left: auto;
  }

  .paragraph-25 {
    font-size: 1rem;
  }

  .container-125 {
    max-width: none;
  }

  .navbar-link-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link-4:hover {
    background-color: #f2f2f2;
  }

  .navbar-logo-3 {
    width: 8rem;
  }

  .list {
    font-size: 1rem;
  }

  .banner-circle {
    right: 2.25rem;
  }

  .banner-circle-image {
    width: 50px;
  }

  .slide-5 {
    padding-top: 0;
  }

  .text-block-9 {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .cell-33 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-link-4 {
    padding-left: 0;
  }

  .footer-link-4:hover {
    background-color: #fff;
  }

  .heading-75 {
    font-size: 2rem;
  }

  .footer-link-5 {
    color: #fff;
  }

  .container-128 {
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-78 {
    font-size: 2rem;
  }

  .padding-global-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider-7 {
    display: none;
  }

  .quick-stack-22 {
    flex-flow: column;
    display: flex;
  }

  .weight-semibold-4 {
    text-align: center;
  }

  .container-130 {
    display: block;
  }

  .container-131 {
    margin-top: 220px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .container-133 {
    max-width: none;
  }

  .navbar-logo-4 {
    width: 8rem;
  }

  .background-video-5 {
    height: 100vh;
  }

  .navbar-link-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link-5:hover {
    background-color: #f2f2f2;
  }

  .slide-7 {
    background-position: 50%;
    background-size: cover;
  }

  .navbar-link-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-link-6:hover {
    background-color: #f2f2f2;
  }

  .weight-semibold-5 {
    text-align: center;
  }

  .mask-7 {
    background-color: #0e3768;
  }

  .container-137 {
    max-width: none;
  }

  .footer-social-link-4 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .container-138 {
    width: auto;
  }

  .navbar-logo-5 {
    width: 8rem;
  }

  .image-99 {
    width: 70%;
  }

  .cell-38 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .container-144 {
    border-radius: 20px;
    width: 100%;
  }

  .container-145 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-9 {
    background-image: url('../images/mapaPhone.png');
  }

  .slider {
    height: 200vw;
  }

  .slide-10 {
    background-image: url('../images/mapaPhone.png');
    background-position: 50%;
  }

  .slider-copy {
    height: 200vw;
  }

  .exp-slider_arrow.cc-right {
    left: 3.5rem;
  }

  .exp-slider_arrow.cc-left {
    color: #fff;
    display: none;
    left: 0;
  }

  .exp-slider_arrow.cc-right {
    color: #fff;
    display: none;
    left: 3.5rem;
  }

  .z-index-2 {
    z-index: 9999;
  }

  .exp-slider_mask {
    width: 100%;
  }

  .heading-122 {
    width: 95%;
  }

  .arrow_dot {
    background-color: #285b8e;
  }

  .background-video-10 {
    width: 100%;
    height: 100vh;
  }

  .div-block-61 {
    width: 100%;
    padding-top: 220px;
    padding-left: 10px;
    padding-right: 0;
  }

  .exp-slider_slide {
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .heading-124 {
    width: 95%;
    font-size: 1.5rem;
  }

  .exp-slider_overlay {
    background-image: none;
    height: 100vh;
  }

  .exp-slider {
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
  }

  .background-video-11 {
    height: 100vh;
  }

  .heading-123 {
    width: 80%;
    font-size: 1.8rem;
  }

  .container-210 {
    width: 100%;
    display: block;
  }

  .div-block-62 {
    width: 100%;
  }

  .heading-141 {
    width: 95%;
  }

  .heading-144 {
    width: 95%;
    font-size: 1.5rem;
  }

  .background-video-21 {
    height: 100vh;
  }

  .div-block-72 {
    width: 100%;
    padding-top: 220px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-70 {
    width: 100%;
    padding-top: 220px;
    padding-left: 10px;
    padding-right: 0;
  }

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

  .background-video-20 {
    width: 100%;
    height: 100vh;
  }

  .z-index-2-2 {
    -webkit-text-stroke-color: white;
  }

  .div-block-71 {
    width: 100%;
  }

  .heading-143 {
    width: 80%;
    font-size: 1.8rem;
  }

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

  .container-220 {
    background-color: #12498a;
    border-radius: 20px;
    width: 70%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2%;
    padding-bottom: 2px;
  }

  .container-221 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-11 {
    width: 62.305%;
  }

  .exp-slider_slide-2 {
    flex: none;
    width: 100%;
    margin-right: 1rem;
  }

  .exp-slider_item {
    aspect-ratio: 320 / 657;
    border-radius: 0;
    width: 100%;
    padding-bottom: 1rem;
  }

  .exp-slider_overlay-2 {
    background-image: none;
    height: auto;
  }

  .div-block-73 {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .heading-146 {
    width: 80%;
    font-size: 1.8rem;
  }

  .heading-147 {
    width: 95%;
    font-size: 1.5rem;
  }

  .button-15 {
    background-color: var(--frnavbar);
    color: var(--white);
    text-transform: none;
    border-radius: 20px;
  }

  .quick-stack-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--frnavbar);
    border-radius: 20px;
    width: 100%;
    padding: 5px 0 5px 20px;
  }

  .heading-149 {
    font-size: 1rem;
  }

  .cell-39 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .cell-40 {
    justify-content: center;
    align-items: center;
  }

  .container-222 {
    max-width: 100%;
  }

  .container-223 {
    margin-top: 2.5rem;
  }

  .container-224 {
    display: none;
  }
}

#w-node-_53ad3210-3854-61d0-b1e8-79c40028d87d-cdc3ff8c {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr;
}

#w-node-fe4eb404-17b9-bc77-ca94-655717a11307-cdc3ff8c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_471ba3bb-752e-f436-9bf9-10c1bd977e4a-cdc3ff8c {
  justify-self: start;
}

#w-node-_3c9ae9c0-e4b1-4df8-239c-350894c2795f-cdc3ff8c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c718d996-64e2-fd48-91d6-4ec75582b6ad-5582b6a9 {
  justify-self: center;
}

#w-node-_9054d520-bbae-05c9-1d88-6966d184ff1d-d96aacc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86220-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86225-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86234-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86244-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86249-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86253-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86258-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86310-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86315-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86350-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8636a-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86389-d96aacca {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86393-d96aacca, #w-node-f1cc2e50-bb6e-19b0-b619-db69598c4a08-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-d96aacca, #w-node-_69697395-c964-230e-7019-6949a42c6a9a-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86407-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86415-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86420-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc86438-d96aacca, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea71-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea73-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea74-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea76-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea78-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea79-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea7b-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea7d-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea7e-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea80-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea82-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea83-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea85-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea87-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea88-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8a-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8c-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8d-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea8f-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea91-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea92-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea94-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea95-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea97-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea98-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9a-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9b-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9d-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fea9e-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa0-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa1-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa3-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa4-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaa6-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaac-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaae-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaaf-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab1-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab3-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab4-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab6-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab8-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feab9-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feabb-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feabd-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feabe-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac0-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac2-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac3-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feac5-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaca-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feacd-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feacf-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4fead2-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4fead7-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feadc-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feae1-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feae6-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaeb-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaed-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaee-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf0-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf1-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf3-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf4-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf6-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf7-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaf9-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feafa-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feafc-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feafd-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feaff-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb00-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb02-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb03-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb05-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb06-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb08-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb09-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0b-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0c-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0e-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb0f-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb11-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb12-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb14-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb15-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb17-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb18-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1a-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1b-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1d-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb1e-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb20-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb21-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb23-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb24-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb26-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb27-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb29-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb2a-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb2c-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb2d-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb32-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb35-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb37-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb3a-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb3f-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb44-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb49-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb4e-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb53-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb55-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb56-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb58-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb59-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5b-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5c-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5e-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb5f-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb61-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb62-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb64-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb65-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb67-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb68-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6a-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6b-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6d-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb6e-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb70-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb71-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb73-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb74-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb76-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb77-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb79-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7a-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7c-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7d-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb7f-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb80-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb82-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb83-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb85-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb86-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb88-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb89-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8b-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8c-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8e-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb8f-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb91-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb92-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb94-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb95-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb9a-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb9c-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feb9d-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba1-d96aacca, #w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba3-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba4-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba8-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4feba9-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febad-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febae-d96aacca {
  justify-self: start;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febb2-d96aacca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2094e8f-ced3-180f-efa9-c25f1f4febb3-d96aacca {
  justify-self: start;
}

#w-node-_3a28da7f-dc1e-3d25-3057-2581542844c8-d96aaccd {
  grid-template-rows: auto;
  grid-template-columns: .4fr .5fr;
}

#w-node-_3a28da7f-dc1e-3d25-3057-2581542844d5-d96aaccd, #w-node-_3a28da7f-dc1e-3d25-3057-2581542844e4-d96aaccd, #w-node-_3a28da7f-dc1e-3d25-3057-2581542844f7-d96aaccd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3a28da7f-dc1e-3d25-3057-258154284502-d96aaccd {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_3a28da7f-dc1e-3d25-3057-25815428450c-d96aaccd, #w-node-_3a28da7f-dc1e-3d25-3057-258154284516-d96aaccd, #w-node-_3a28da7f-dc1e-3d25-3057-258154284520-d96aaccd {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_629cd81c-8d89-450d-0e53-a0d74768b81b-d96aaccd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1c88a26e-f7b4-486c-6ba0-c410341f5798-341f5791, #w-node-_1c88a26e-f7b4-486c-6ba0-c410341f579d-341f5791, #w-node-_1c88a26e-f7b4-486c-6ba0-c410341f57a8-341f5791 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0be34e6-ee28-6ba9-7db6-ad633fc76712-d96aacce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9cdb257d-53bb-5ecc-e0a9-d68ee76e8501-d96aacce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9145c681-ba01-ffa3-193c-6e5f1bf5b4e1-d96aacce, #w-node-d316435b-39d6-1e51-68bc-8d87432bad89-d96aacce, #w-node-_7ee36a60-5fc5-799b-0a33-c4570bff2122-d96aacce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_71936e15-b5d6-817d-3c60-ed0995265807-d96aacce {
  justify-self: center;
}

#w-node-_71936e15-b5d6-817d-3c60-ed0995265809-d96aacce, #w-node-_7d11ec69-7bbe-5997-1d1b-057a46ce6a58-d96aaccf, #w-node-_180cb7ff-022e-fea6-841c-023229416ea3-d96aacd0, #w-node-_180cb7ff-022e-fea6-841c-023229416ea4-d96aacd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_180cb7ff-022e-fea6-841c-023229416eb4-d96aacd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_180cb7ff-022e-fea6-841c-023229416ec1-d96aacd0, #w-node-_180cb7ff-022e-fea6-841c-023229416ec7-d96aacd0, #w-node-_83cee6c6-a079-22b6-3077-bc05845099f7-d96aacd2, #w-node-_83cee6c6-a079-22b6-3077-bc05845099f8-d96aacd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0a32ac-0847-9795-04cb-a56bd4b1cfa0-d96aacd3, #w-node-_5e9ca354-49a8-dba4-e8c9-16a3ac3f442a-d96aacd3, #w-node-_5e9ca354-49a8-dba4-e8c9-16a3ac3f444f-d96aacd3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e9ca354-49a8-dba4-e8c9-16a3ac3f4499-d96aacd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_807e1939-7deb-d050-6e11-f364329d1038-51392ab9 {
  justify-self: center;
}

#w-node-_807e1939-7deb-d050-6e11-f364329d1039-51392ab9 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_3a28da7f-dc1e-3d25-3057-2581542844c8-d96aaccd {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_471ba3bb-752e-f436-9bf9-10c1bd977e4a-cdc3ff8c {
    justify-self: auto;
  }

  #w-node-_3a28da7f-dc1e-3d25-3057-2581542844c8-d96aaccd, #w-node-_3a28da7f-dc1e-3d25-3057-258154284502-d96aaccd, #w-node-_629cd81c-8d89-450d-0e53-a0d74768b81b-d96aaccd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9cdb257d-53bb-5ecc-e0a9-d68ee76e8501-d96aacce {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_71936e15-b5d6-817d-3c60-ed09952657c8-d96aacce {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_71936e15-b5d6-817d-3c60-ed09952657da-d96aacce, #w-node-_71936e15-b5d6-817d-3c60-ed09952657e3-d96aacce, #w-node-_71936e15-b5d6-817d-3c60-ed09952657ec-d96aacce {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e0be34e6-ee28-6ba9-7db6-ad633fc76712-d96aacce, #w-node-_9145c681-ba01-ffa3-193c-6e5f1bf5b4e1-d96aacce, #w-node-_7ee36a60-5fc5-799b-0a33-c4570bff2122-d96aacce, #w-node-_5e9ca354-49a8-dba4-e8c9-16a3ac3f442a-d96aacd3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a28da7f-dc1e-3d25-3057-2581542844f7-d96aaccd {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-e0be34e6-ee28-6ba9-7db6-ad633fc76712-d96aacce, #w-node-_9cdb257d-53bb-5ecc-e0a9-d68ee76e8501-d96aacce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_71936e15-b5d6-817d-3c60-ed09952657c8-d96aacce, #w-node-_71936e15-b5d6-817d-3c60-ed09952657da-d96aacce, #w-node-_71936e15-b5d6-817d-3c60-ed09952657e3-d96aacce, #w-node-_71936e15-b5d6-817d-3c60-ed09952657ec-d96aacce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d316435b-39d6-1e51-68bc-8d87432bad89-d96aacce, #w-node-_7ee36a60-5fc5-799b-0a33-c4570bff2122-d96aacce {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c0a32ac-0847-9795-04cb-a56bd4b1cfa0-d96aacd3 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .75fr;
  }
}


