/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@600&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Poppins&family=Ubuntu:wght@500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Add border-box for all tags
 */
* {
  box-sizing: border-box; }

html {
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2E2E80; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }

.site-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #1b1b1b;
  background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/site-bg-12.jpg"); }
  .site-container .sections-container .color-blue {
    color: #2E2E80; }
  .site-container .sections-container .color-green {
    color: #008952; }
  .site-container .sections-container:nth-child(2n) {
    background-position: bottom center; }
  .site-container .sections-white-container {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0; }
    @media only screen and (min-width: 1201px) {
      .site-container .sections-white-container {
        width: 1440px;
        max-width: 1440px;
        left: calc(50vw - (1440px / 2)); } }
  .site-container .sections-wrapper {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 1rem; }
  .site-container .gradient-blue {
    background: #2e2e80;
    background: -moz-linear-gradient(270deg, #2e2e80 0%, #0095d3 100%);
    background: -webkit-linear-gradient(270deg, #2e2e80 0%, #0095d3 100%);
    background: linear-gradient(270deg, #2e2e80 0%, #0095d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e2e80",endColorstr="#0095d3",GradientType=1); }

.site-container .header-container {
  z-index: 5;
  position: relative;
  width: 100%;
  height: 70px; }
  .site-container .header-container .menu-wrapper {
    position: absolute;
    z-index: 2; }
    @media only screen and (min-width: 1201px) {
      .site-container .header-container .menu-wrapper {
        width: 1200px;
        max-width: 1200px;
        left: calc(50vw - (1200px / 2)); } }
    .site-container .header-container .menu-wrapper .drop-down {
      position: absolute;
      z-index: 3;
      bottom: 10px;
      right: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #1a53ba;
      background: #f8fafc; }
      @media only screen and (min-width: 992px) {
        .site-container .header-container .menu-wrapper .drop-down {
          width: 300px;
          right: 5px; } }
      .site-container .header-container .menu-wrapper .drop-down .scroll-btn {
        border: none;
        border-top: 1px solid;
        line-height: 3rem;
        font-size: 1rem;
        text-align: left;
        text-indent: 2rem;
        color: #1a53ba;
        background-color: transparent;
        cursor: pointer;
        font-family: "Poppins", sans-serif; }
      .site-container .header-container .menu-wrapper .drop-down .sub {
        text-indent: 4rem;
        color: #2C3E5D; }
  .site-container .header-container .cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
  .site-container .header-container .header-wrapper {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .site-container .header-container .header-wrapper {
        gap: 50%;
        justify-content: space-around; } }
    @media only screen and (min-width: 1201px) {
      .site-container .header-container .header-wrapper {
        justify-content: space-between; } }
    .site-container .header-container .header-wrapper .header-logo {
      display: flex;
      height: 100%;
      align-items: center; }
      .site-container .header-container .header-wrapper .header-logo .logo-white {
        position: relative;
        z-index: 10;
        height: 70%;
        cursor: pointer; }
        @media only screen and (min-width: 992px) {
          .site-container .header-container .header-wrapper .header-logo .logo-white {
            height: 70%; } }
    .site-container .header-container .header-wrapper .menu-btn {
      position: relative;
      z-index: 10;
      width: 30px;
      height: 30px;
      border: none;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent;
      background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/menu-btn@2x.png");
      height: 60%;
      cursor: pointer; }

.site-container .welcome-container {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 1px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .site-container .welcome-container {
      height: 95vh; } }
  @media only screen and (min-width: 1201px) {
    .site-container .welcome-container {
      height: 110vh; } }
  .site-container .welcome-container .welcome-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    background-color: #fefefe; }
    @media only screen and (min-width: 768px) {
      .site-container .welcome-container .welcome-wrapper {
        align-items: flex-end;
        padding: 0 4rem; } }
    @media only screen and (min-width: 992px) {
      .site-container .welcome-container .welcome-wrapper {
        align-items: center;
        padding: 0; } }
    @media only screen and (min-width: 1201px) {
      .site-container .welcome-container .welcome-wrapper {
        width: 100%;
        max-width: 100%;
        left: 0; } }
    .site-container .welcome-container .welcome-wrapper .bg-item {
      position: absolute;
      z-index: 0;
      width: 200%; }
      @media only screen and (min-width: 768px) {
        .site-container .welcome-container .welcome-wrapper .bg-item {
          width: 100%; } }
    .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(1) {
      top: 0;
      right: 0;
      width: auto;
      height: 150%; }
      @media only screen and (min-width: 992px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(1) {
          width: 100%;
          height: auto; } }
    .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(2) {
      bottom: -90px;
      right: -1px; }
      @media only screen and (min-width: 992px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(2) {
          bottom: 0;
          right: 0; } }
      @media only screen and (min-width: 1441px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(2) {
          bottom: -140px; } }
    .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(3) {
      display: block;
      bottom: -40px; }
      @media only screen and (min-width: 768px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(3) {
          display: block;
          bottom: -5%;
          right: 0;
          width: 100%;
          height: auto; } }
      @media only screen and (min-width: 992px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(3) {
          right: -10%;
          width: 100%;
          height: auto; } }
      @media only screen and (min-width: 1201px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(3) {
          right: -5%;
          width: 100%;
          height: auto; } }
      @media only screen and (min-width: 1441px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(3) {
          right: 0;
          bottom: -95px;
          width: 80%;
          height: auto; } }
    .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(4) {
      display: none; }
      @media only screen and (min-width: 768px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(4) {
          display: block;
          bottom: -10%;
          left: 0;
          width: 100%;
          height: auto; } }
      @media only screen and (min-width: 1441px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(4) {
          bottom: -20%; } }
    .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(5) {
      display: block;
      bottom: -30px;
      left: 0;
      width: 160%; }
      @media only screen and (min-width: 768px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(5) {
          top: 0;
          left: 0;
          width: auto;
          height: 100%; } }
      @media only screen and (min-width: 992px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(5) {
          width: auto;
          left: auto;
          bottom: auto;
          left: 0;
          width: auto;
          height: 100%; } }
      @media only screen and (min-width: 1201px) {
        .site-container .welcome-container .welcome-wrapper .bg-item:nth-child(5) {
          top: -4%;
          width: auto;
          height: 120%; } }
    .site-container .welcome-container .welcome-wrapper h1 {
      position: relative;
      z-index: 1;
      width: 70%;
      margin-top: 5%;
      padding: 0;
      font-size: 1px;
      text-indent: -9999px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      background-color: transparent;
      background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/logo-color@2x.png"); }
      @media only screen and (min-width: 768px) {
        .site-container .welcome-container .welcome-wrapper h1 {
          width: 20%; } }
      @media only screen and (min-width: 1441px) {
        .site-container .welcome-container .welcome-wrapper h1 {
          width: 15%;
          margin-top: 4%; } }
      .site-container .welcome-container .welcome-wrapper h1 .img-aspect-ratio {
        padding: 76% 0 0 0; }
    .site-container .welcome-container .welcome-wrapper h2 {
      position: relative;
      z-index: 1;
      font-size: 1.7rem;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .site-container .welcome-container .welcome-wrapper h2 {
          font-size: 2.5rem;
          width: 50%;
          text-align: right; } }
      @media only screen and (min-width: 992px) {
        .site-container .welcome-container .welcome-wrapper h2 {
          text-align: center; } }

@keyframes float-explore-btn {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0);
    transform: translatey(0px); }
  50% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(3px); }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0);
    transform: translatey(0px); } }

@keyframes float-explore-chevron {
  0% {
    transform: translatey(1px); }
  50% {
    transform: translatey(4.5px); }
  100% {
    transform: translatey(1px); } }
    .site-container .welcome-container .welcome-wrapper .explore-btn {
      position: absolute;
      bottom: 15%;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 2.5rem;
      height: 2.5rem;
      border: none;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.05);
      transform: translatey(0px);
      animation: float-explore-btn 2s ease-in-out infinite; }
      @media only screen and (min-width: 768px) {
        .site-container .welcome-container .welcome-wrapper .explore-btn {
          width: 3.3rem;
          height: 3.3rem;
          margin-right: 6rem; } }
      @media only screen and (min-width: 992px) {
        .site-container .welcome-container .welcome-wrapper .explore-btn {
          margin: 0; } }
      .site-container .welcome-container .welcome-wrapper .explore-btn .chevron {
        width: 80%;
        height: auto;
        transform: translatey(0px);
        animation: float-explore-chevron 2s ease-in-out infinite; }

.site-container .video-container {
  position: relative;
  width: 100%;
  color: white;
  text-align: center; }
  .site-container .video-container .video-wrapper {
    height: auto!important;
    position: relative;
    z-index: 1;
    padding: 1.5rem 1rem; }

  .site-container .video-container .video-wrapper h4{
    position: relative;
    z-index: 2;
  }
    @media only screen and (min-width: 992px) {
      .site-container .video-container .video-wrapper {
        padding: 2rem 1rem; } }
    @media only screen and (min-width: 1201px) {
      .site-container .video-container .video-wrapper {
        padding: 3% 1rem 4%; } }
    .site-container .video-container .video-wrapper h4 {
      font-size: 1.5rem; }
      @media only screen and (min-width: 992px) {
        .site-container .video-container .video-wrapper h4 {
          font-size: 1rem; } }
      @media only screen and (min-width: 1201px) {
        .site-container .video-container .video-wrapper h4 {

          font-size: 2rem; } }
    .site-container .video-container .video-wrapper h4.no-margin-top {
      margin-top: 0; }
    .site-container .video-container .video-wrapper h4.no-margin-bottom {
      margin-bottom: 0; }
    .site-container .video-container .video-wrapper .down-arrow {
      width: 37px;
      margin-bottom: 2rem; }
      @media only screen and (min-width: 992px) {
        .site-container .video-container .video-wrapper .down-arrow {
          width: 20px; } }
      @media only screen and (min-width: 1201px) {
        .site-container .video-container .video-wrapper .down-arrow {
          width: 40px; } }
    .site-container .video-container .video-wrapper .video-player {
      z-index: 2;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 1.2rem;
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .site-container .video-container .video-wrapper .video-player {
          width: 50%; } }
      @media only screen and (min-width: 992px) {
        .site-container .video-container .video-wrapper .video-player {
          width: 80%;
          margin-bottom: 2rem; } }
      .site-container .video-container .video-wrapper .video-player .video-image {
        width: 100%;
        height: auto; }
      .site-container .video-container .video-wrapper .video-player .veil {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0;
        transition: opacity 500ms ease-out 100ms; }
        .site-container .video-container .video-wrapper .video-player .veil:hover {
          opacity: .4; }
      .site-container .video-container .video-wrapper .video-player .play-icon {
        position: absolute;
        z-index: 1;
        width: 37px; }
        @media only screen and (min-width: 768px) {
          .site-container .video-container .video-wrapper .video-player .play-icon {
            width: 77px; } }
      .site-container .video-container .video-wrapper .video-player .video-iframe {
        display: none;
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 100%; }
    .site-container .video-container .video-wrapper .bg-item {
      position: absolute;
      display: none; }
      @media only screen and (min-width: 992px) {
        .site-container .video-container .video-wrapper .bg-item {
          display: block; } }
    .site-container .video-container .video-wrapper .parallax-item-6 {
      top: 5%;
      right: -5%;
      transform: scale(0.8) rotate(-40deg); }
      @media only screen and (min-width: 1201px) {
        .site-container .video-container .video-wrapper .parallax-item-6 {
          top: 13%; } }
    .site-container .video-container .video-wrapper .parallax-item-7 {
      bottom: -10%;
      left: -29%;
      transform: scale(0.7) rotate(-160deg); }
      @media only screen and (min-width: 1201px) {
        .site-container .video-container .video-wrapper .parallax-item-7 {
           } }
    .site-container .video-container .video-wrapper .parallax-item-8 {
      bottom: -34%;
      left: -10%;
      transform: scale(0.7) rotate(-137deg); }
      @media only screen and (min-width: 1201px) {
        .site-container .video-container .video-wrapper .parallax-item-8 {
          bottom: -27%; } }
      @media only screen and (min-width: 1441px) {
        .site-container .video-container .video-wrapper .parallax-item-8 {
          display: none; } }
    .site-container .video-container .video-wrapper .parallax-item-9 {
      bottom: -29%;
      right: -24%;
      transform: scale(0.7) rotate(37deg); }
      @media only screen and (min-width: 1441px) {
        .site-container .video-container .video-wrapper .parallax-item-9 {
          display: none; } }
    .site-container .video-container .video-wrapper .video-shorts {
          z-index: 2;
    position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 2em; }
      @media only screen and (min-width: 768px) {
        .site-container .video-container .video-wrapper .video-shorts {
          flex-direction: row;
          justify-content: space-between;
          gap: 3em;
          margin-top: 6em; } }
      .site-container .video-container .video-wrapper .video-shorts .short-player {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 10px auto;
        overflow: hidden;
        border-radius: 1.2rem;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          .site-container .video-container .video-wrapper .video-shorts .short-player {
            width: 50%; } }
        @media only screen and (min-width: 992px) {
          .site-container .video-container .video-wrapper .video-shorts .short-player {
            width: 80%;
            margin-bottom: 2rem; } }
        .site-container .video-container .video-wrapper .video-shorts .short-player .short-image {
          width: 100%;
          height: auto; }
        .site-container .video-container .video-wrapper .video-shorts .short-player .veil {
          position: absolute;
          z-index: 0;
          width: 100%;
          height: 100%;
          background-color: black;
          opacity: 0;
          transition: opacity 500ms ease-out 100ms; }
          .site-container .video-container .video-wrapper .video-shorts .short-player .veil:hover {
            opacity: .4; }
        .site-container .video-container .video-wrapper .video-shorts .short-player .play-icon {
          position: absolute;
          z-index: 1;
          width: 37px; }
          @media only screen and (min-width: 768px) {
            .site-container .video-container .video-wrapper .video-shorts .short-player .play-icon {
              width: 77px; } }
        .site-container .video-container .video-wrapper .video-shorts .short-player .short-iframe-1,
        .site-container .video-container .video-wrapper .video-shorts .short-player .short-iframe-2,
        .site-container .video-container .video-wrapper .video-shorts .short-player .short-iframe-3 {
          display: none;
          position: absolute;
          z-index: 3;
          width: 100%;
          height: 100%; }

.site-container .solutions-container {
  position: relative;
  width: 100%;
  color: #2E2E80; }
  @media only screen and (min-width: 1201px) {
    .site-container .solutions-container .wide-container {
      width: 100%;
      max-width: 100%;
      left: 0; } }
  .site-container .solutions-container .solutions-header-bg {
    position: absolute;
    z-index: 1;
    width: 200%;
    background-repeat: no-repeat;
    background-position: -50px;
    background-size: cover;
    background-color: transparent;
    background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/header-bg-solutions2.png"); }
    @media only screen and (min-width: 768px) {
      .site-container .solutions-container .solutions-header-bg {
        width: 100%;
        background-position: center center; } }
    @media only screen and (min-width: 1201px) {
      .site-container .solutions-container .solutions-header-bg {
        background-position: center center; } }
    @media only screen and (min-width: 1441px) {
      .site-container .solutions-container .solutions-header-bg {
        width: 110%;
        background-position: center 70%; } }
    .site-container .solutions-container .solutions-header-bg .img-aspect-ratio {
      width: 100%;
      padding: 46% 0 0 0; }
      @media only screen and (min-width: 1201px) {
        .site-container .solutions-container .solutions-header-bg .img-aspect-ratio {
          padding-top: 46%; } }
  .site-container .solutions-container .solutions-wrapper {
    position: relative;
    height: inherit;
    z-index: 1;
    padding: 1rem 1.5rem 5rem; }
    @media only screen and (min-width: 768px) {
      .site-container .solutions-container .solutions-wrapper {
        padding: 1rem 4rem 8rem; } }
    @media only screen and (min-width: 992px) {
      .site-container .solutions-container .solutions-wrapper {
        padding: 1rem 7rem 8rem; } }
    .site-container .solutions-container .solutions-wrapper .section-title {
      margin: 3rem 0 0 15%;
      font-size: 2rem;
      text-align: right;
      color: white; }
      @media only screen and (min-width: 768px) {
        .site-container .solutions-container .solutions-wrapper .section-title {
          margin: 4rem 0 0 35%; } }
      @media only screen and (min-width: 992px) {
        .site-container .solutions-container .solutions-wrapper .section-title {
          margin: 4rem 0 0 40%;
          font-size: 2.5rem; } }
      @media only screen and (min-width: 1201px) {
        .site-container .solutions-container .solutions-wrapper .section-title {
          margin: 8rem 0 0 40%;
          font-size: 3rem; } }
      @media only screen and (min-width: 1441px) {
        .site-container .solutions-container .solutions-wrapper .section-title {
          margin: 15rem 0 0 20%;
          font-size: 4rem; } }
    .site-container .solutions-container .solutions-wrapper .solutions-list {
      z-index: 2;
      width: 100%;
      margin: 3rem 0 3rem 0; }
      @media only screen and (min-width: 1441px) {
        .site-container .solutions-container .solutions-wrapper .solutions-list {
          margin-top: 10rem; } }
      .site-container .solutions-container .solutions-wrapper .solutions-list .solution {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%; }
        @media only screen and (min-width: 992px) {
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution {
            align-items: flex-start; } }
        .site-container .solutions-container .solutions-wrapper .solutions-list .solution:not(.solution:nth-child(1)) {
          margin-top: 4rem; }
        .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-image {
          position: relative;
          width: 100%;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          background-color: transparent; }
          @media only screen and (min-width: 992px) {
            .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-image {
              width: 60%;
              align-self: flex-end; } }
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-image .img-aspect-ratio {
            padding: 56% 0 0 0; }
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-image .solution-line {
            display: none;
            width: 44%; }
            @media only screen and (min-width: 992px) {
              .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-image .solution-line {
                display: block;
                position: absolute; } }
        .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content {
          width: 100%;
          background-color: white;
          border-radius: 2rem;
          padding: 2rem; }
          @media only screen and (min-width: 992px) {
            .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content {
              width: 35%; } }
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-caption {
            display: flex;
            align-items: center;
            gap: 1rem; }
            .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-caption .icon {
              width: 15%;
              height: auto; }
              @media only screen and (min-width: 992px) {
                .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-caption .icon {
                  width: 30%; } }
            .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-caption .caption {
              margin: 0;
              font-size: 1.3rem;
              color: #2E2E80; }
              @media only screen and (min-width: 768px) {
                .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-caption .caption {
                  font-size: 2rem; } }
              @media only screen and (min-width: 992px) {
                .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-caption .caption {
                  font-size: 1.5rem; } }
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-title {
            font-size: 1.5rem;
            margin: 1rem 0; }
            @media only screen and (min-width: 992px) {
              .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-title {
                font-size: 2rem; } }
            .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-title .bold {
              font-weight: 700; }
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-body {
            text-align: justify; }
            @media only screen and (min-width: 992px) {
              .site-container .solutions-container .solutions-wrapper .solutions-list .solution .solution-content .solution-body {
                font-size: 1rem; } }
        .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(1) .solution-image {
          background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/solution-1-img@2x.png"); }
          @media only screen and (min-width: 992px) {
            .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(1) .solution-image .solution-line {
              right: 98.5%;
              bottom: 15%; } }
        @media only screen and (min-width: 992px) {
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(1) .solution-content {
            margin-top: -3rem; } }
        .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(2) .solution-image {
          border-radius: 1rem;
          background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/solution-2-img-mobile@2x.png"); }
          @media only screen and (min-width: 992px) {
            .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(2) .solution-image {
              align-self: flex-start;
              background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/solution-2-img@2x.png"); } }
          @media only screen and (min-width: 992px) {
            .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(2) .solution-image .solution-line {
              width: 30%;
              left: 80%;
              bottom: 97.5%; } }
        @media only screen and (min-width: 992px) {
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(2) .solution-content {
            align-self: flex-end;
            margin-top: -15rem; } }
        @media only screen and (min-width: 992px) {
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(2) .solution-content .solution-caption {
            flex-direction: row-reverse; } }
        .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(3) .solution-image {
          background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/solution-3-img@2x.png"); }
          @media only screen and (min-width: 992px) {
            .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(3) .solution-image .solution-line {
              width: 35%;
              right: 89%;
              bottom: 75%; } }
        @media only screen and (min-width: 992px) {
          .site-container .solutions-container .solutions-wrapper .solutions-list .solution:nth-child(3) .solution-content {
            margin-top: -5rem; } }
    .site-container .solutions-container .solutions-wrapper .bg-item {
      position: absolute;
      display: none; }
      @media only screen and (min-width: 992px) {
        .site-container .solutions-container .solutions-wrapper .bg-item {
          display: block; } }

    .site-container .parallax-item-10 {
      top: 37%;
      left: 0%;
      transform: scale(0.6) rotate(-30deg); }
    .site-container .parallax-item-11 {
      bottom: 26%;
      right: 9%;
      transform: scale(0.9) rotate(-33deg); }

  .site-container .solutions-container .half-logo {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    right: -1px;
    width: 90%; }
    @media only screen and (min-width: 768px) {
      .site-container .solutions-container .half-logo {
        width: 60%; } }
    @media only screen and (min-width: 992px) {
      .site-container .solutions-container .half-logo {
        width: 50%; } }

.site-container .footer-container {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 12rem; }
  @media only screen and (min-width: 768px) {
    .site-container .footer-container {
      height: 7rem; } }
  .site-container .footer-container .footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    padding: 2rem; }
    @media only screen and (min-width: 768px) {
      .site-container .footer-container .footer-wrapper {
        padding: 0 3.4rem;
        flex-direction: row;
        justify-content: space-between; } }
    @media only screen and (min-width: 1201px) {
      .site-container .footer-container .footer-wrapper {
        padding: 0; } }
    .site-container .footer-container .footer-wrapper .link-list {
      display: flex;
      gap: 1rem; }
      .site-container .footer-container .footer-wrapper .link-list .link {
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-color: transparent; }
      .site-container .footer-container .footer-wrapper .link-list .fb {
        background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/fb-icon@2x.png"); }
      .site-container .footer-container .footer-wrapper .link-list .ig {
        background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/ig-icon@2x.png"); }
      .site-container .footer-container .footer-wrapper .link-list .wp {
        background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/wapp-icon@2x.png"); }
      .site-container .footer-container .footer-wrapper .link-list .tk {
        background-image: url("https://d31n4s42c9zm35.cloudfront.net/cl/pachamami2/tk-icon@2x.png"); }
    .site-container .footer-container .footer-wrapper .footer-logo {
      text-align: right; }
      .site-container .footer-container .footer-wrapper .footer-logo .logo-white {
        width: 50%;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          .site-container .footer-container .footer-wrapper .footer-logo .logo-white {
            width: 30%; } }
        @media only screen and (min-width: 1201px) {
          .site-container .footer-container .footer-wrapper .footer-logo .logo-white {
            width: 10%; } }

.leaf{
  position: fixed!important;
  z-index: 1;

}