/* FONT Styles */
@font-face {
  font-family: 'yerba';
  src: url(../assets/fonts/GuayakiNew.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cerco-medium';
  src: url(../assets/fonts/CercoDEMO-Regular.woff2) format(woff2),
       url(../assets/fonts/CercoDEMO-Regular.woff) format(woff),
       url(../assets/fonts/CercoDEMO-Regular.otf) format(opentype);
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cerco-bold';
  src: url(../assets/fonts/CercoDEMO-Medium.woff2) format(woff2),
       url(../assets/fonts/CercoDEMO-Medium.woff) format(woff),
       url(../assets/fonts/CercoDEMO-Medium.otf) format(opentype);
  font-weight: 500;
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'free-serif';
  src: url(../assets/fonts/FreeSerif.ttf);
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'free-serif';
  src: url(../assets/fonts/FreeSerifBold.ttf);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'free-serif';
  src: url(../assets/fonts/FreeSerifItalic.ttf);
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'free-serif';
  src: url(../assets/fonts/FreeSerifBoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}

/* ====================================================== Body */

/* General Styles */
body {
  margin: 0;
  padding: 0;
  font-family: 'cerco-medium';
  font-weight: 400;
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
  overflow-x: hidden;
  background-color: #e5e5e5;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
}

.bold-cerco {
  font-family: 'cerco-bold';
  font-weight: 500;
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
}

.medium-cerco {
  font-family: 'cerco-medium', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
}

/* ====================================================== Custom cursor, + some at end of html body */

* {
  box-sizing: border-box;
}


/* ====================================================== Content container */

.content-container {
  position: relative; /* Ensures absolute children are positioned relative to it */
  width: 100%; /* Ensure it takes full viewport width */
  max-width: 100%; /* Prevent unwanted margins */
  margin: 0 auto; /* Remove any centering constraints */
 height: auto;
  background-color:;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;  
  box-sizing: border-box; 
  overflow: hidden;
}


/* ====================================================== Header */


.header-master-container {
  margin: 0px;
 width: 100%;
  background-color: #e0e0e0;;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;  
  box-sizing: border-box; 

}

.header-container {
  width: 100%;
  height: 100svh;
  min-height: 470px;
  background-color: #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 1;

}


.hero-image {
  width: 100%;
  height: 100svh;
  min-height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #222; 
    position: relative;
  }
  
  .hero-logo-overlay {
    position: absolute;
    width: clamp(200px, 20vw, 238px);
    bottom: 42px;
    right: 42px;
    z-index: 2;
  }


.hero-image picture,
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* Ensure the scrolling content does not cover the button */
.scrolling-content {
  position: relative;
  z-index: 2; /* Keep lower than the button */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

/* Logo Section */
.logo-section {
  position: sticky;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 40px;
  padding-bottom: 40px;
  max-width: 50%;
  margin-bottom: 0vh;
  z-index: 3;
}

.scroll-logo {
  width: clamp(400px, 100%, 980px); /* Min X, adjusts with screen size, max X */
  padding-right: 10px;
  padding-left: 0;
  margin-right: 0;
}

/* Text Section */
.text-section {
  position: sticky;
  width: 100%;
  text-align: right;
  font-size: clamp(36px, 5vw, 120px);
  padding-right: 30px;
  padding-left: 30px;
  line-height: 1.05em;
  margin-bottom: 100vh;
  white-space: normal;
}

.mobile-break {
  display: none;
}

.scrolling-content,
.logo-section,
.text-section {
  pointer-events: auto; /* These sections will no longer block clicks */
}

/* Re-enable pointer events only for the text inside */
.text-section p {
  pointer-events: auto;
}



/* ====================================================== Mainarea */



.new-two-column-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: stretch;
}


.text-column {
  width: 40%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-column {
  width: 60%;
}

.text-column .text-block {
  max-width: 540px;
  padding: 86px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image-column .responsive-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

  .mainarea-logo-image {
    width: 35%;
    min-width: 160px;
    max-width: 475px;
    height: auto;
    margin-bottom: 40px;
  }


  
  /* ============== Ticker */
  .ticker {
    width: 100%;
    height: 45px;
    overflow: hidden;
    background-color: #fed107;
    display: flex;
    align-items: center;
    border-top: 1px solid #222; /* Add a 1px border */
    border-bottom: 1px solid #222; /* Add a 1px border */
}

.marquee-text {
  overflow: clip;
}

.marquee-text-track {
  display: flex;
  padding-left: 1rem;
  gap: 1rem;
  width: max-content;
  animation: marquee-move-text var(--speed, 30s) linear infinite var(
      --direction,
      forwards
    );
}

.marquee-text p {
  border: 0px solid white;
  background-color:;
  border-radius: 0;
  padding: 1rem 1rem;
}

@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}




  /* ====================================================== 2 images side by side  */


  .two-image-section {
    display: flex;
    width: 100%;
    height: 70svh;
  }
  
  .image-container {
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  /*  Mobile View: Stack images & adjust height */
  @media (max-width: 768px) {
    .two-image-section {
      flex-direction: column;
      height: auto;
    }
  
    .image-container {
      width: 100%;
      height: 50%; /* Each image takes half the section */
    }
  }



 
  /* ====================================================== 2 vimeo section */

  .vimeo-video-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
  }

  .vimeo-video-container {
    width: 50vw;
    aspect-ratio: 4 / 5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    contain: layout;
  }

  .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    will-change: transform, opacity;
    z-index: 1;
  }

  /* Overlay for background image fade-out on play */
  .vimeo-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .2s ease-out;
    z-index: 1;
    pointer-events: none;
    opacity: 1;
  }

  .vimeo-wrapper.playing::before {
    opacity: 0;
  }

  .vimeo-container {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    will-change: transform, opacity;
  }

  .vimeo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    z-index: 2;
    pointer-events: auto;
  }

  .sound-toggle-button {
    width: 38px; 
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 3;
    opacity: 0.80; /* 18% less than full */
    pointer-events: auto;
  }

.sound-toggle-button.sound-on,
.sound-toggle-button.sound-off {
  /* Preload both images, but only show the correct one via background-image. */
  background-image: url('../assets/images/sound-off.png');
}
.sound-toggle-button.sound-on {
  background-image: url('../assets/images/sound-on.png');
}


  /* ====================================================== Fullscreen Soil  with Centered Circular Text */

.fullscreen-image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.fullscreen-image {
  width: 100%; /* Full width */
  height: auto; /* Maintain aspect ratio */
  display: block;
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.centered-overlay {
  position: absolute;
  width: 32%; /* Adjust size */
  top: 26%; /* Push it slightly downward */
  max-width: 800px; /* Prevents it from getting too big on large screens */
  animation: rotateClockwise 100s linear infinite; /* Adjust speed */
}



  /* ====================================================== Regenerative story section */

  #yellow-section {
    width: 100%;
    background-color: #fed107; /* Match background */
    border-top: 1px solid #222; /* Add a 1px border */
    border-bottom: 1px solid #222; /* Add a 1px border */
  }

/* General styling for the section */
.two-row-section {
  display: grid;
  grid-template-rows: auto auto; /* Two rows */
  gap: 5rem;
  padding: 5rem 1rem;
  text-align: center;
  max-width: 1200px;
  margin: auto;
  background: #fed107; /* Background color */
  border: 0px solid #222; /* Add a 1px border */

}

/* Title and Subtitle (First Row) */
.title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  text-decoration: underline;
}

.section-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  max-width: 100%; /* Allow more space for the subtitle */
  margin: 0 auto;
  border: 0px solid green; /* Add a 1px border */

}

/* Grid Layout - Max 3 columns */
.grid-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Max 3 columns */
  column-gap: 2rem; /* Space between columns */
  row-gap: 3.2rem; /* Increased space between rows */
  grid-auto-rows: 1fr; /* Ensures all items in a row match the height of the tallest item */
  border: 0px solid red; /* Add a 1px border */


}

/* Individual Grid Items */
.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 350px; /* Allows a wider text layout */
  margin: auto;
  border: 0px solid black; /* Add a 1px border */
  height: 100%; /* Ensures each item fills its allocated height */

}



/* Image Styling */
.grid-item img {
  width: 52%;
  max-width: 200px; /* Prevents excessive scaling */
  min-width: 90px; /* Ensures images are visible */
  height: auto;
  margin-bottom: 1rem;
  border-radius: 0px; /* Slightly rounded edges for consistency */
}

/* Title Styling */
.grid-title {
  font-size: 1.2rem;
  margin-bottom: .3rem;
  text-align: center;
}

/* Subtitle/Text Styling */
.grid-text {
  font-size: 1rem;
  width: 90%;
  max-width: 320px; /* Allows text to be a bit wider */
  text-align: center;
  border: 0px solid black; /* Add a 1px border */

  display: flex; /* Enables flexbox */
  justify-content: center; /* Centers content horizontally */
  margin: 0 auto; /* Ensures the element itself is centered */

}



/* Impact report click here bit */

.impact-report-link {
  width: 80%;
  margin: 0px auto;
  text-align: center;
  padding: 0px 00px;
  font-size: 1.2rem;
  font-family: inherit;
  box-sizing: border-box;
}

.impact-report-link a {
  position: relative;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Updated animated underline for Impact Report link */
.impact-report-link a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background-color: #000;
  transform-origin: right;
  animation: none;
}

.impact-report-link a:hover::after {
  animation: underlineLoop 2.4s ease-in-out infinite;
}

@keyframes underlineLoop {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  49% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }

}

@media (max-width: 768px) {
  .impact-report-link {
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  .impact-report-link a {
    position: relative;
    display: inline-block;
    padding-bottom: -3px;
    line-height: 1.3;
  }

  .impact-report-link a::after {
    display: none;
  }

  .impact-report-link .impact-text-wrapper {
    border-bottom: none;
  }
}
.mobile-break-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-break-only {
    display: inline;
  }
}


/* Image scroller */

.scrolling-gallery {
  width: 100vw;
  overflow: hidden;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #222;
}

.gallery-track {
  display: flex;
  width: max-content;
  animation: scrollGallery 60s linear infinite;
}

.gallery-track img {
  width: 58vh;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0;
  flex-shrink: 0;
}

/* Pause scrolling animation on hover */
.scrolling-gallery:hover .gallery-track {
  animation-play-state: paused;
}


@keyframes scrollGallery {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .gallery-track img {
    width: 60vh;
  }
}


 /* ====================================================== story more */

 .story-more-title-section {
  background-color: #fff8db; /* Change this to any color you prefer */
  padding-top: 80px; /* Increase padding for more spacing */
  padding-bottom: 60px; /* Increase padding for more spacing */
  text-align: center; /* Keep text centered */
  border-radius: 8px; /* Optional: Adds smooth rounded corners */
}


 .story-more-outer {
padding-top: 0px;
padding-bottom: 20px;
background-color: #fff8db;

 }

.story-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px; /* Space between rows */
  padding-top: 0px;
  padding-bottom: 92px;
}

.story-more-top-row img {
  max-width: 100%;
  height: auto;
  border-radius: 28px; /* Adjust this for a small rounded corner */
  padding: 10px;
}

.story-more-bottom-row {
  max-width: 60%; /* Adjust if needed */
  max-width: 600px; /* Adjust if needed */

}

.story-more-title {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.story-more-subcopy {
  text-align: center;
  max-width: 85%; /* Ensures images are visible */
  margin: 0 auto; /* Centers the block horizontally */
}




 /* ====================================================== end hero image 2 */

.hero-image-2 {
  width: 100%;
  height: 90svh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #222; 
    position: relative;
  }


.hero-image-2 picture,
.hero-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

 /* ====================================================== end yerba bit */

/* Ensure the outermost div spans the full width of the viewport */
.yerba-end-outer {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
  border-top: 0px solid #222; /* Add a 1px border */
  background-color: white;

}
/* âœ… Main Section - Ensures full-width container */
.yerba-end {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px;
  background-color: white;

}

/* âœ… Flexbox for Two-Column Layout */
.yerba-end-container {
  display: flex;
  flex-wrap: nowrap; /* Ensures side-by-side layout */
  justify-content: space-between;
  align-items: center;
  min-height: 500px;
  gap: 20px;
}

/* âœ… Left Column (Text) */
.yerba-end-left {
    display: flex;
    flex-direction: column; /* Ensures Logo â†’ Text â†’ Button order */
    align-items: center; /* Centers everything horizontally */
    justify-content: center; /* Ensures vertical centering */
    text-align: center;
    width: 50%;
}

/* âœ… Text inside */
.yerba-end-text {
  max-width: 80%;
  display: flex;
  flex-direction: column; /* Keeps multiple lines stacked */
  justify-content: center; /* Centers the text inside */
  align-items: center; /* Aligns text horizontally */
}

/* âœ… Right Column (Video) */
.yerba-end-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yerba-end-video-wrapper {
  width: 100%;
  max-width: 600px;
  max-height: 500px;
  aspect-ratio: 4 / 5; /* Change this to 1 / 1 and it should work */
  display: flex; /* Ensures correct proportions */
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.yerba-end-video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures it stays inside the wrapper */
  display: block;
}


/* âœ… Logo - Centered Above Text */
.yerba-end-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px; /* Space between logo & text */
}

/* âœ… Logo Image (Matches Other Sections) */
.yerba-end-logo-image {
  width: 35%;
  min-width: 120px;
  max-width: 420px;
  margin-bottom: 10px;
}

/* âœ… Button - Now Matches "Buy Now" */
.yerba-end-button {
  display: flex;
  justify-content: center;
  margin-top: 30px; /* Space between text & button */

}

/* âœ… Button Styling (Matches "Buy Now" Button) */
.buy-now-btn {
  background-color: #fed107;
  color:#222;
  border: none;
  padding: 8px 30px;
  cursor: pointer;
  font-size: 1em;
  border-radius: 4px;
  border: 0px solid #222; /* Add a 1px border */
  text-decoration: none;
}

.buy-now-btn:hover {
  background-color:#862633;
  color: #fff
}



/* ====================================================== Footer */


/* âœ… Footer Text - Centered */
.footer-text {
  width: 100%;
  text-align: center;
  font-size: .8rem;
  color: silver;
  padding: 20px 0;
  background-color: #f5f5f5; /* Light background for subtle separation */
  border-top: 1px solid #222; /* Thin line for definition */
}





 /* ====================================================== Breakpoints */

/* Responsive Breakpoints */
@media (max-width: 1024px) { /* Tablet */
  .grid-section {
      grid-template-columns: repeat(2, 1fr); /* 2 items per row */
  }

/* Responsive layout for screens below 1024px */
@media (max-width: 1024px) {
  .mainarea-two-column-section {
    flex-direction: column;
  }

  .mainarea-left-column {
    order: 1; /* Image moves to top */
    width: 100%; /* Full width */
    text-align: center;
  }

  .mainarea-right-column {
    order: 2; /* Text moves below */
    width: 100%; /* Full width */
  }

  .mainarea-left-column img {
    max-width: 100%;
    height: auto;
  }

  .text-column .text-block {
    max-width: 648px;
    padding: 86px 42px;
}
}
}



@media (max-width: 768px) { /* Mobile */

  .hero-image {
    height: 100vh;
    height: 100svh; /* Matches the new aspect ratio */
  }

    .hero-logo-overlay {
    position: absolute;
    width: clamp(180px, 10vw, 200px);
    bottom: 20px;
    right: 20px;
    z-index: 2;
  }


  .hero-image picture,
  .hero-image img {
    object-fit: cover; /* Ensures top and bottom crop instead of stretching */
  }


  /* new main area, intro text and image */

  .new-two-column-wrapper {
    flex-direction: column;
  }
  .image-column {
    order: -1;
    width: 100%;
  }
  .text-column {
    width: 100%;
  }




  /* General styling for the section */
  .two-row-section {
    gap: 3rem;
    padding: 4rem 1rem;
  }
    .section-subtitle {
      max-width: 95%; /* Allow more space for the subtitle */
      margin: 0 auto;
    }
  
    .grid-section {
        grid-template-columns: 1fr; /* 1 item per row */
    }
    .grid-item img {
      width: 60%; /* Make images larger on mobile */
      max-width: none; /* Remove max-width restriction */
  }

  
   /* two vimeo videos - stack */

   .vimeo-video-row {
    flex-direction: column;
  }
  .vimeo-video-container {
    width: 100vw;
  }


  /* End yerba bit */

  .yerba-end-outer {
    padding-bottom: 10px;
  }

  .yerba-end-container {
    flex-direction: column;
  }

  .yerba-end-left {
    order: 2; /* Moves text below */
    width: 100%;
  }

  .yerba-end-right {
    order: 1; /* Moves video above */
    width: 100%;
  }
  .mobile-break {
    display: inline; /* Makes the <br> visible */
  }
}



/* Enforce 16:9 aspect ratio for all Vimeo video wrappers using padding-top technique */
.vimeo-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.vimeo-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* Responsive Vimeo desktop/mobile video switching */
.vimeo-desktop {
  display: block;
  width: 100%;
  height: 100%;
}

.vimeo-mobile {
  display: none;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
}

@media (max-width: 768px) {
  .vimeo-video-row {
    flex-direction: column;
  }
  .vimeo-video-container {
    width: 100vw;
    aspect-ratio: 4 / 5;
  }
  .vimeo-wrapper {
    aspect-ratio: 4 / 5;
    position: relative;
    height: auto;
    min-height: 0;
  }
  .vimeo-container {
    aspect-ratio: 4 / 5;
    height: auto;
    width: 100%;
    padding-bottom: 0;
  }
  .vimeo-container iframe {
    aspect-ratio: 4 / 5;
    height: 100%;
    width: 100%;
  }
}
/* vimeo-background-container for responsive video backgrounds */
/* (Removed .vimeo-background-container rules, not used in new structure) */
/* =================== Privacy Page Styling =================== */
.privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'cerco-medium', sans-serif;
  color: #222;
  line-height: 1.6;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3 {
  font-family: 'cerco-bold', sans-serif;
  line-height: 1.3;
  margin-top: 2rem;
}

.privacy-policy ul {
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.privacy-policy ul li {
  margin-bottom: 0.5rem;
}

.privacy-policy p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}