.free__fifth img {
  width: 100%;
  height: auto;
}

.free__first {
  position: relative;
}
/* #animation-container {
  height: 100vh;
} */

.free__first h2 {
  position: absolute;
  bottom: 9%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 4em;
  text-align: center;
  color: #9CEDFC;
  font-weight: 900;
  z-index: 10;
  letter-spacing: -1.5px;
  line-height: 85%;
}
/* @media screen and (max-width: 767px){
  .free__first {
    height: 580px;
  }
} */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .free__first h2 {
    bottom: 22%;
    z-index: 10;
  }
}

@media screen and (min-width: 992px) {
  .free__first h2 {
    font-size: 6.25em;
    bottom: 20%;
  }
}

@media screen and (min-width: 1200px) {
  .free__first h2 {
    bottom: 25%;
  }
}

@media screen and (min-width: 1440px) {
  .free__first h2 {
    bottom: 19%;
  }
}

.free__first_bg--desktop,
.free__second_bg--desktop {
  width: 100%;
  height: auto;
}

.free__second {
  width: 100%;
  position: relative;
  margin-top: -14.5%;
}

.free__second h2 {
  line-height: 85%;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .free__second h2 {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .free__second {
    margin-top: -11%;
    background: var(--free-color--blue);
  }
}

@media screen and (min-width: 992px) {
  .free__second {
    margin-top: -10%;
  }
}

.free__second_bg {
  height: 90vh;
  color: var(--white);
  text-align: center;
  background-color: var(--free-color--blue);
  border-radius: 40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  transform-style: preserve-3d;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .free__second_bg {
    height: 80vh;
  }
}

@media screen and (min-width: 992px) {
  .free__second_bg {
    height: 1250px;
  }
}

@media screen and (min-width: 1920px) {
  .free__second_bg {
    height: 1600px;
  }
}

.free__second_plastic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 170;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .free__second_plastic {
    width: 50%;
    height: auto;
  }

  .free__second_plastic1 {
    left: 0;
  }

  .free__second_plastic2 {
    left: 25%;
  }

  .free__second_plastic3 {
    left: 50%;
  }

  .free__second_plastic4 {
    left: 75%;
  }
}
.free__second_plastic-d {
  position: absolute;
  top: 0;
  z-index: 70;
  width: auto;
  height: 100%;
}

.free__second_plastic-d.plastic_left {
  left: -10%;
}

@media screen and (min-width: 768px) {
  .free__second_plastic-d.plastic_left {
    width: 50%;
    height: auto;
    top: 10%;
  }
}

.free__second_plastic-d.plastic_center1 {
  transform: scale(0.8);
  left: 16%;
}

.free__second_plastic-d.plastic_center2 {
  transform: scale(0.8);
  left: 16%;
}


@media screen and (min-width: 768px) {
  .free__second_plastic-d.plastic_right {
    width: 50%;
    top: 10%;
    height: auto;
    right: -5%;
  }
}
.free__second_plastic-d.plastic_rotate {
  transform: scale(0.7) rotate(180deg);
  right: -10%;
}

.free__second_text {
  color: var(--white);
  position: absolute;
  top: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  z-index: 60;
  text-shadow: -4px 5px #0028B5;
}
@media screen and (min-width: 768px) {
  .free__second_text {
      top: 30%;
  }
}

@media screen and (min-width: 992px) {
  .free__second_text {
    top: 23%;
  }
}

@media screen and (min-width: 1440px) {
  .free__second_text {
    top: 22%;
  }
}

@media screen and (min-width: 992px) {
  .free__second {
    height: 1250px;
  }
}
@media screen and (min-width: 1440px) {
  .free__second {
    max-height: unset;
  }
}
.free__second_wave,
.free__second_wave-d {
  position: absolute;
  display: block;
  width: 150%;
  left: -22px;
  will-change: transform;

}

@media screen and (min-width: 768px) {
  .free__second_wave,
  .free__second_wave-d {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .free__second_wave,
  .free__second_wave-d {
    left: -30px;
  }
}
.free__second_wave-d {
  display: none;
}
@media screen and (min-width: 768px) {
  .free__second_wave-d {
    display: block;
  }
}

.free__second_wave1, 
.free__second_wave1-d {
  top: 50px;
}

.free__second_wave2,
.free__second_wave2-d {
  top: 42%;
  z-index: 65;
  
}
@media screen and (min-width: 1440px) {
  .free__second_wave2,
  .free__second_wave2-d {
    top: 30%;
  }
}

@media screen and (min-width: 1440px) {
  .free__second_wave2-1 {
    top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .free__second_wave2-d {
    top: 41%;
  }
}

@media screen and (min-width: 992px) {
  .free__second_wave2-d {
    top: 33%;
  }
}

@media screen and (min-width: 1440px) {
  .free__second_wave2-d {
    top: 35%;
  }
}

.free__second_wave3,
.free__second_wave3-d {
  top: 50%;
  z-index: 66;
  left: -25%;

}
@media screen and (min-width: 1440px) {
  .free__second_wave3,
  .free__second_wave3-d {
    top: 45%;
    transform: translateX(-50px)
  }
}

@media screen and (min-width: 768px) {
  .free__second_wave3-d {
    top: 55%;
  }
}

@media screen and (min-width: 992px) {
  .free__second_wave3-d {
    top: 47%;
  }
}

.free__second_wave4, 
.free__second_wave4-d {
  top: 55%;
  z-index: 66;
}
@media screen and (min-width: 1440px) {
  .free__second_wave4, 
  .free__second_wave4-d {
    top: 50%;
  }
}

@media screen and (min-width: 768px) {
  .free__second_wave4-d {
    top: 60%;
  }
}

@media screen and (min-width: 992px) {
  .free__second_wave4-d {
    top: 57%;
  }
}

@media screen and (min-width: 1440px) {
  .free__second_wave4-d {
    top: 59%;
  }
}

@media screen and (min-width: 1440px) {
  .free__second_wave3-d {
    top: 52%;
  }
}

.free__second_wave5,
 .free__second_wave5-d {
  top: 65%;
  z-index: 66;

}

@media screen and (min-width: 768px) {
  .free__second_wave5-d {
    top: 74%;
  }
}

@media screen and (min-width: 992px) {
  .free__second_wave5-d {
    top: 68%;
  }
}

@media screen and (min-width: 992px) {
  .free__second_wave5-d {
    top: 71%;
  }
}

.free__second_bg h2 {
  line-height: 85%;
  font-size: 126px;
  font-weight: 800;
}

@media screen and (min-width: 1440px) {
  .free__second_bg h2 {
    font-size: 13em;
  }
}

.free__second_bg h3 {
  line-height: 85%;
  font-size: 61px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .free__second_bg h3 {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 1440px) {
  .free__second_bg h3 {
      font-size: 6.2em;
  }
}

.free__second_bg h4 {
  line-height: 85%;
  font-size: 25px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}

@media screen and (min-width: 1440px) {
  .free__second_bg h4 {
    font-size: 2.6em;
  }
}

.free__third {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 766px) {
  .free__third {
    margin-top: -40%;
  }
}

@media screen and (min-width: 767px) {
  .free__third {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 100;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .free__third {
    margin-top: -8%;
  }
}

@media screen and (min-width: 992px) {
  .free__third {
    margin-top: -8%;
  }
}

@media screen and (min-width: 1440px) {
  .free__third {
    top: -13%;
  }
}

.free__third_imgWrapper {
  position: relative;
}
@media screen and (min-width: 992px) {
  .free__third_imgWrapper {
    width: 100%;
  }
}

.free__third .icon--tag {
  width: 50px;
  position: absolute;
  top: 24px;
  right: 24px;

}
@media screen and (min-width: 768px) {
  .free__third .icon--tag {
    max-width: 64px;
  }
}

@media screen and (min-width: 992px) {
  .free__third_imgWrapper .drop-shadow:after{
    width: unset;
  }
}
@media screen and (max-width: 766px) {
  .free__third_copyWrapper {
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: end;
    align-items: center;
    height: 100%;
    padding: 0 24px 40px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .free__third_copyWrapper {
    padding-left: 24px;
  }
}

@media screen and (min-width: 992px) {
  .free__third_copyWrapper {
    max-width: 60%;
    padding-left: 36px;
  }
}

.free__third_text {
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .free__third_text {
    color: var(--black);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .free__third_text {
    padding-bottom: 0;
  }
}

.free__third_text .subheadline {
  letter-spacing: -2px;
}

@media screen and (max-width: 576px) {
  .free__third_text .subheadline {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .free__third_text .subheadline {
    color: #2F1F42;
    font-weight: 800;
    line-height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .free__third_text .subheadline {
    font-weight: 800;
  }
}

.free__third_text .description {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .free__third_text .description {
    color: #2F1F42;
  }
}
@media screen and (min-width: 992px) {
  .free__third_text .description {
    font-size: 24px;
  }
}


.free__fourth {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  position: relative;
  padding-bottom: 4em;
  padding-top: 11em;
}

@media screen and (min-width: 768px) {
  .free__fourth {
    padding-top: 3em;
    padding-bottom: 5em;
    justify-self: center;
  }
}

.free__fourth_bg--desktop {
  width: auto;
}
.product__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
  width: 80%;
}

.product__tile {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .product__wrapper {
    padding-top: 48px;
    width: 45%;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .product__wrapper {
    padding-top: 64px;
    gap: 100px;
  }
}
/* .ticker__wrapper h2:first-child {
  margin-right: -125px;
}

@media screen and (min-width: 1440px) {
  .ticker__wrapper h2:first-child {
    margin-right: -25px;
  }
}

@media screen and (min-width: 1640px) {
  .ticker__wrapper h2:first-child {
    margin-right: -35px;
  }
} */

@media screen and (min-width: 1440px) {
  .product__wrapper {
    max-width: 600px;
  }
}

.free__fourth_bg--mobile,
.free__fourth_bg--desktop {
  width: 100%;
  height: 100%;
}

.free__fourth h2 {
  position: relative;
  color: #2F1F42;
  z-index: -2;
  font-size: 4em;
  font-weight: 800;
  margin-top: 1em;
  margin-bottom: 1em;
  letter-spacing: -1.5px;
  width: 100%;
  text-wrap: nowrap;
  overflow-wrap: break-word;
  white-space: nowrap;
  font-family: var(--font-noto-sans);
  display:inline-block;
}

.free__fourth h2 {
  position: absolute;
  top: 0;
  right: 0;
}

.free__fourth h2.d-none {
  display: none;

  
}

@media screen and (min-width: 768px) {
  .free__fourth h2 {
    position: absolute;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .free__fourth h2 {
    top: 18%;
  }
}

@media screen and (min-width: 992px) {
  .free__fourth h2 {
    top: 12%;
  }
}

.free__fifth {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #0C87E1;
  padding-top: 24px; 
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .free__fifth {
    flex-direction: row;   
    padding: 0;
    margin: 0 24px;
    justify-content: space-between;
    gap: 48px;
  }
}

@media screen and (min-width: 992px) {
  .free__fifth {
    margin: 0 48px;
  }
}

@media screen and (min-width: 1440px) {
  .free__fifth {
    margin: 0 auto;
  }
}

.free__fifth .image__wrapper {
  position: relative;
  width: 88%;
  height: auto;


}

@media screen and (min-width: 768px) {
  .free__fifth .image__wrapper {
    padding: 24px 0 24px 24px; 
    width: calc(50% - 48px);
  }
}

@media screen and (min-width: 992px) {
  .free__fifth .image__wrapper {
    padding: 48px 0 48px 48px;
    width: calc(50% - 96px);
  }
}
.free__fifth img.free__fifth_bg--mobile,
.free__fifth img.free__fifth_bg--desktop {
  width: calc(100% - 23.5%);
  border: 2px solid var(--white);
  border-radius: 200px 200px 40px 40px;
}

.image__wrapper .sticker.sticker--earth {
  width: 80px;
  position: absolute;
  top: 6.6%;
  right: 0;

}

  @media screen and (min-width: 992px) {
  .image__wrapper .sticker.sticker--earth {
    width: 102px;
    top: 28%;
  }
  }

.image__wrapper .sticker.sticker--smiley {
  width: 178px;
  position: absolute;
  bottom: 10%;
  right: 0;
}

.free__fifth_text {
  color: var(--white);
  display: flex;
  flex-direction: column;

}

@media screen and (max-width: 766px) {
  .free__fifth_text {
    justify-content: end;
    align-items: center;
    padding: 0 24px 48px;
  }
}

@media screen and (min-width: 768px){
  .free__fifth_text {
    display: flex;
    width: calc(50% - 48px);
    overflow: hidden;
    padding-bottom: 0;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 24px 24px 0;
  }
}

@media screen and (min-width: 992px) {
  .free__fifth_text {
    padding-right: 64px;
  }
}

.free__fifth_text .subheadline {
  color: var(--white);
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .free__fifth_text .subheadline {
    margin-bottom: 24px;
  }
}

.free__fifth_text .description {
  font-size: 1.125em;
  color: var(--white);
}

@media screen and (min-width: 992px){
  .free__fifth_text .description {
    font-size: 24px;
  }
}


.free__pages {
  position: relative;
  top: 0;
}

@media screen and (min-width: 767px) {
  .free__pages {
    top: 0;
  }
}

.free__pages h3 {
  font-weight: 900;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

/* COUNTRY SPECIFIC */
/* CHILE */
.locale_cl .product__wrapper {
  align-items: flex-end;
}

@media screen and (min-width: 1440px) {
  .locale_cl .product__wrapper {
    max-width: 400px;
  }
}

/* SA */
.locale_sa .header__main,
.locale_sa .free__pages,
.locale_sa .free__fifth .image__wrapper {
  direction: ltr;
}
.locale_sa .page_transition h3 {
  box-sizing: border-box;
  padding: 0 24px;
}
.locale_sa .product__wrapper {
  direction: ltr;
  align-items: flex-end;
}
.locale_sa .free__first h2 {
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .locale_sa .free__third,
  .locale_sa .free__fifth {
    direction: ltr;
  }
}

@media screen and (max-width: 767px) {
  .locale_sa .free__fifth_text .description {
    letter-spacing: 1.2px;
  }
  .locale_sa .free__second_text h3 {
    font-size: 47px;
  }
  .locale_sa .free__second_text h4 {
    font-size: 39px;
  }
}

@media screen and (min-width: 1440px) {
  .locale_sa .product__wrapper {
    max-width: 400px;
  }
}