@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Campton Regular Italic (Book Italic) */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton Book Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

/* Campton Medium */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

/* Campton Medium Italic */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton Medium Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

/* Campton SemiBold */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

/* Campton SemiBold Italic */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton SemiBold Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

/* Campton Bold */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton Book Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* Campton Bold Italic */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton Book Bold Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

/* Campton ExtraBold */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

/* Campton ExtraBold Italic */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton ExtraBold Italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}

/* Campton Black */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* Campton Black Italic */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton Black Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

/* Extra Light & Thin (optional if needed) */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton ExtraLight Italic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton Thin Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Campton";
  src: url("fonts/Rene Bieder - Campton Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

    /* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
}

/* Hero Section */
.fa_hero {
  background: url("images/bg-gradiant.png") center/cover no-repeat;
  height: 440px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fa_banner-section {
  background: url("images/Capa.png") center/cover no-repeat;
  height: auto;
  padding: 120px 0px;
}
h1.fa-header-heading {
    font-family: Campton;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color: #fff;
}
.fa-text-div {
    padding-left: 190px;
    padding-top: 21%;
}
.fa-text-div img {
    padding-top: 75px;
}
h2.fa-subheader-heading {
    font-family: Campton;
    font-weight: 700;
    font-size: 77.49px;
    line-height: 100%;
    color: #f5861b;
}
.fa_menu {
    background-color: #ffffff;
    width: fit-content;
    padding: 22px;
    border: 1px solid #FF8100;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    margin-top: 10px;
    position: absolute;
    padding-left: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}

.fa_menu-top {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 22px;
    /* margin-bottom: 15px; */
}

.fa_menu .lang-link {
    font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FF681A;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fa_menu .lang-link:hover {
    color: #FF8100;
}

img.three-lines {
    cursor: pointer;
}
.fa_hero .fa_overlay {
  background: rgba(0, 0, 0, 0.5); /* dark overlay for text visibility */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa_hero-content {
  text-align: left;
  color: #fff;
  max-width: 810px;
  padding: 20px;
  margin-left: 250px;
}

.fa_hero-content h1 {
 font-family: Campton;
font-weight: 700;
font-size: 40px;
line-height: 52px;
margin-bottom: 24px;
}

.fa_hero-content p {
  font-family: Campton;
font-weight: 600;
font-size: 28px;
line-height: 40px;
margin-bottom: 40px;
}

.fa_btn {
    font-weight: 500;
    font-size: 24.87px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #FF681A;
    padding: 11px 44px;
    border-radius: 16px;
    color: #FF681A;
    text-decoration: none;
    transition: 0.8s;
}

.fa_btn:hover {
    background-color: #FF681A;
    border: 3px solid #fff;
    color: #fff;
    transition: 0.7ms;
}
.fa_btn:hover img{
   filter: brightness(0) invert(1);
}
/* Footer */
.fa_footer {
  background: #F65C0D;
  color: #fff;
  padding: 43px 20px;
  text-align: center;
}

.fa_footer-container {
  max-width: 1100px;
  margin: 0 auto;
      display: flex;
    justify-content: space-between;
    align-items: center;
}
.fa_footer-links a img {
    width: 18px;
    height: 18px;
    margin-bottom: -4px;
}
.fa_footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.fa_footer-links a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.fa_footer-links a:hover {
  text-decoration: underline;
}
.fa_footer-links a {
    font-family: Campton;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none !important;
}
.fa_social-icons a {
  margin: 0 8px;
  display: inline-block;
}

.fa_social-icons img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
}

.fa_social-icons img:hover {
  transform: scale(1.1);
}




/* Second SEction */

/* ===== Full-bleed wrapper ===== */
.fa_section{background:#DDDDDD; padding-top: 50px;}
.fa_wrap{
  width:100%;
  display:grid;
  /* Left wide column + right visual column */
  grid-template-columns:minmax(0, 1fr) minmax(360px, 520px);
  align-items:center;
}

/* ===== Left: Orange card slider ===== */
.fa_slider{
  /* card sits off the left edge a bit like in Figma */
  background:#FF681A; color:#fff;
  padding:28px 28px 76px; position:relative;
  max-width:800px;
  border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    height: 600px;
    
    display: flex;
    align-items: center;
    overflow: visible !important;
}
.fa_slide{display:none;
width: 550px;
    margin-left: auto;
}
.fa_slide.fa_is-active{display:block;}
.fa_h3{
font-weight: 700;
font-size: 24px;
line-height: 40px;
letter-spacing: 0%;
    margin:0 0 14px
}
.fa_p{

font-weight: 500;
font-size: 20px;
line-height: 24px;
letter-spacing: 0%;
    margin:0 0 16px}
.fa_list{margin-top:30px; padding-left:1.1em}
.fa_list li{
    margin:6px 0;
font-weight: 500;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;

}
a.fa_btn img {
    margin-bottom: -3px;
    margin-left: 5px;
}
/* Controls (centered row with circular arrows & dots) */
.fa_controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    z-index: 2;
    width: 580px;
    margin-left: auto;
    padding-right: 50px;
}
.fa_arrow{
  width:56px; height:56px; border-radius:50%; border:0; background: #fff;
  position:relative; cursor:pointer;
}
.fa_prev::before{
  content:""; position:absolute; inset:0; margin:auto; width:14px; height:14px;
  border-right:3px solid #ff681a; border-bottom:3px solid #ff681a; transform:rotate(135deg) !important;
}
body {
    overflow-x: hidden;
        width: 100% !important;
    max-width: 100% !important;
}
body section {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}
.fa_next::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-right: 3px solid #ff681a;
    border-bottom: 3px solid #ff681a;
    transform: rotate(-48deg) !important;
}
.fa_prev::before{transform:rotate(225deg);} /* left chevron */
.fa_next::before{transform:rotate(45deg);}  /* right chevron */
.fa_arrow:focus-visible{outline:2px solid #fff; outline-offset:2px}

.fa_dots{display:flex; gap:12px; align-items:center}
.fa_dots button{
  width:20px; height:20px; border-radius:50%; border:0; background:rgba(255,255,255,.6); cursor:pointer;
}
.fa_dots button[aria-selected="true"]{background:#fff}

/* Decorative lower curve like Figma */
.fa_card-curve{
  position:absolute; left:-65px; right:110px; bottom:-62px; height:62px;
  border:2px solid #d44f0f; border-top:none; border-radius:0 0 62px 62px; opacity:.55;
}

/* ===== Right: full-height image ===== */
.fa_side{ overflow:hidden;
}
.fa_side-img{
  background:url("images/stylish-text.png") center/cover no-repeat;
  width:100%; min-height:785px;
}
.fa_side-img.fa-eng-img{
  background:url("images/atvos-eng.png") center/cover no-repeat;
  min-height: 730px;

}

/* ===== Responsive ===== */
@media (max-width: 980px){
  .fa_wrap{grid-template-columns:1fr;}
  .fa_side-img{min-height:420px}
  .fa_side-img.fa-eng-img{
    min-height: 610px;
  }
}
:root{
        /* Global */
        --brand-blue:#3F5B70;
        --brand-orange:#FF681A;
        --text-gray:#4A4A4A;
        --section-bg:#ECEFF1;

        /* Stats */
        --stats-blue:#3F5B70;
        --stats-yellow:#FFCD00;
        --stats-navy:#224560;

        /* Leadership */
        --lh-blue:#3F5B70;
        --lh-orange:#FF681A;
        --lh-teal:#125C80;
        --lh-gray:#4A4A4A;

        /* Harvest */
        --hh-blue:#3F5B70;
        --hh-orange:#FF681A;
        --hh-gray:#4A4A4A;
      }
      .about-hero__media img,
      .leadership-hero__right img,
      .harvest-highlights__media img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
        display:block;
      }
      .about-hero__media img{
        z-index:99;
        position:relative;
      }

      .about-hero__title .about-hero__highlight,
      .leadership-hero__title--accent,
      .harvest-highlights__title--accent{
        color:var(--brand-orange);
      }
      .about-hero{
        width:100%;
        display:grid;
        grid-template-columns:1fr 1fr;
        align-items:start;
        background:var(--section-bg);
        padding:55px 0 0 0;
      }
      .about-hero__media{
        position:relative;
        overflow:hidden;
        height:100%;
        min-height:520px;
      }
      .about-hero__copy{
        display:flex;
        flex-direction:column;
        justify-content:center;
        padding:120px 98px;
      }
      .about-hero__title{
        font-weight:800;
        font-size:48px;
        line-height:1;
        margin:0 0 24px 0;
        color:var(--brand-blue);
        font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
      }
      .about-hero__text{
        font-weight:500;
        font-size:20px;
        line-height:24px;
        color:var(--text-gray);
        max-width:523px;
        margin:0;
        font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
      }

      /* ABOUT responsive */
      @media (max-width:1100px){
        .about-hero{ grid-template-columns:1fr; column-gap:0; }
        .about-hero__media{ min-height:400px; }
        .about-hero__copy{ padding:32px 24px; }
        .about-hero__title{ font-size:40px; max-width:none; }
        .about-hero__text{ font-size:18px; line-height:24px; max-width:none; }
      }
      @media (max-width:560px){
        .about-hero__media{ min-height:280px; }
        .about-hero__title{ font-size:32px; }
        .about-hero__text{ font-size:16px; line-height:22px; }
        .about-hero__copy{ padding:24px 16px; }
      }

      /* ------------------------------ */
      /* STATS (Indicadores Atvos)      */
      /* ------------------------------ */
      .stats-hero{
        width:100%;
        display:grid;
        grid-template-columns:1fr 1fr;
        margin-top:-5%;
        align-items: center;
       background-color: #ffcd00;
      }
      .stats-hero__left{
        position:relative;
        background:var(--stats-yellow);
        padding: 0% 10% 0% 22%; /* T R B L */
        color:var(--stats-blue);
        overflow:hidden;
      }
      .stats-hero__lead{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:500;
        font-size:24px;
        line-height:24px;
        letter-spacing:0;
        margin:0 0 10px 0;
        color:var(--stats-blue);
      }
      .stats-hero__highlight{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:700;
        font-size:32px;
        line-height:40px;
        letter-spacing:0;
        margin:0 0 40px 0;
        color:var(--stats-blue);
      }
      .stats-hero__right{
        position:relative;
        background:url('images/Produzir.png') center/cover no-repeat;
        overflow:hidden;
      }
      .stats-hero__right::before{
        content:"";
        position:absolute; inset:0;
        background:rgba(34,69,96,0.80);
        pointer-events:none;
      }
      .stats-hero__right-inner{
        position:relative; z-index:1;
        padding: 12% 10% 8%; /* T R B L */
        color:#fff;
      }
      .stats-hero__title{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:500;
        font-size:32px;
        line-height:24px;
        letter-spacing:0;
        margin:0 0 28px 0;
        color:#fff;
      }
      .stats-hero__lead-light{
        font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
        font-weight: 500;
        font-size: 24px;
        margin-top: 40px;
        line-height: 30px;
        color:#fff;
      }
      .stats-hero__highlight-light{
        font-weight:700;
        font-size:32px;
        line-height:40px;
        letter-spacing:0;
        color:#fff;
      }

      /* STATS responsive */
      @media (max-width:1100px){
        .stats-hero{ grid-template-columns:1fr; margin-top:0px !important; }
        .stats-hero__left{ padding:64px 24px; }
        .stats-hero__right-inner{ padding:64px 24px; }
      }
      @media (max-width:560px){
        .stats-hero__lead{ font-size:20px; line-height:22px; }
        .stats-hero__highlight{ font-size:28px; line-height:32px; }
        .stats-hero__title{ font-size:28px; }
        .stats-hero__lead-light{ font-size:20px; line-height:26px; }
        .stats-hero__highlight-light{ font-size:28px; line-height:40px; }
      }

      /* ------------------------------ */
      /* LEADERSHIP (Mensagem)          */
      /* ------------------------------ */
      .leadership-hero{
        width:100%;
        background:#ffffff;
        padding:50px 20 50px 20px; /* T R B L */
        box-sizing:border-box;
      }
      .leadership-hero__title{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:800;
        font-size:48px;
        line-height:1;
        letter-spacing:0;
        margin:0;
        color:var(--lh-blue);
        width:100%;
        white-space:nowrap;
      }
      .leadership-hero__grid{
        display:grid;
        grid-template-columns:1fr 1fr;
        column-gap:60px;
        align-items:start;
      }
      .leadership-hero__left {
    padding-top: 40px;
    max-width: 560px;
}
      .leadership-hero__p{
        font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
        font-weight:500;
        font-size:20px;
        line-height:24px;
        letter-spacing:.01em;
        margin:0 0 24px 0;
        color:var(--lh-blue);
      }
      .leadership-hero__sig{ margin-top:28px; }
      .leadership-hero__name{
        font-weight:700;
        font-size:20px;
        line-height:24px;
        color:var(--lh-teal);
        margin:0 0 2px 0;
      }
      .leadership-hero__role{
        font-weight:500;
        font-size:14px;
        line-height:18px;
        color:var(--lh-blue);
        opacity:.9;
      }
      .leadership-hero__right{ position:relative; overflow:hidden; }

      /* LEADERSHIP responsive */
      @media (max-width:1100px){
        .leadership-hero{ padding:48px 0 72px 24px; }
        .leadership-hero__grid{ grid-template-columns:1fr; row-gap:28px; }
      }
      @media (max-width:800px){
        .leadership-hero__title{ font-size:38px; }
      }
      @media (max-width:560px){
        .leadership-hero__title{ font-size:32px; }
        .leadership-hero__p{ font-size:18px; line-height:22px; }
      }

      /* ------------------------------ */
      /* HARVEST (Destaques 24/25)      */
      /* ------------------------------ */
      .harvest-highlights{
        width:100%;
        display:grid;
        grid-template-columns:40% 60%;
        column-gap:48px;
        padding:0 40px 0 0; /* right-only */
        box-sizing:border-box;
        align-items:stretch;
        background:#fff;
      }
      .harvest-highlights__media{
        position:relative;
        overflow:hidden;
        display:flex;
        border:0;
        border-top-right-radius:40px;
        /*height:770px;*/
        border-radius:0 120px 0 0;
      }
      .harvest-highlights__media::after{
        content:"";
        position:absolute; inset:auto 0 0 0; height:42%;
        background:linear-gradient(0deg, rgba(255,104,26,.85) 0%, rgba(255,104,26,0) 80%);
        pointer-events:none;
      }
      .harvest-highlights__content{
        padding:33px 37px;
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        height:100%;
        gap: 30px;
      }
      .harvest-highlights__title{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:800;
        font-size:48px;
        line-height:58px;
        letter-spacing:0;
        color:var(--hh-blue);
        margin:0 0 12px 0;
        white-space:nowrap;
      }
      .harvest-highlights__intro{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:500;
        font-size:20px;
        line-height:30px;
        color:var(--hh-gray);
        margin:0 0 18px 0;
        max-width:750px;
      }
      .harvest-highlights__kpis{
        display:grid;
        grid-template-columns:repeat(2, minmax(260px, 1fr));
        gap:20px 32px;
        margin:10px 0 8px;
      }
     
      .harvest-highlights__icon{ width:48px; height:48px; display:block; margin-top:2px; }
      .harvest-highlights__kpi-label{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:500;
        font-size:24px;
        line-height:34px;
        color:var(--hh-blue);
        margin:0 0 2px 0;
      }
      .harvest-highlights__kpi-value{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:700;
        font-size:32px;
        line-height:42px;
        color:var(--hh-orange);
        margin:0;
      }
      .harvest-highlights__footnote{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:500;
        font-size:12px;
        line-height:22px;
        color:var(--hh-blue);
        margin:16px 0 10px 0;
        max-width:720px;
      }
      .harvest-highlights__callout{
        font-family:"Campton","Poppins",system-ui,Arial,sans-serif;
        font-weight:700;
        font-size:32px;
        line-height:42px;
        color:var(--hh-orange);
        margin:8px 0 0 0;
        max-width:722px;
        border-left: 6px solid;
        padding-left: 30px;
        }
      /* HARVEST responsive */
      @media (max-width:1200px){
        .harvest-highlights{ grid-template-columns:1fr; row-gap:28px; padding-right:24px; }
        .harvest-highlights__title{ white-space:normal; }
        .harvest-highlights__kpis{ grid-template-columns:1fr; }
      }
      @media (max-width:560px){
        .harvest-highlights__title{ font-size:38px; line-height:48px; }
        .harvest-highlights__intro{ font-size:18px; line-height:28px; }
        .harvest-highlights__kpi-label{ font-size:20px; line-height:30px; }
        .harvest-highlights__kpi-value{ font-size:28px; line-height:38px; }
        .harvest-highlights__callout{ font-size:26px; line-height:36px; }
      }
ul.main-items li {
  font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;

    list-style: none;
    width: 160px;
    padding-left: 22px;
    line-height: 28px;
    border-left: 3px solid #fff;
    margin: 20px 0px;
}
ul.main-items li:hover {
    border-left: 3px solid #FF681A;
    color: #FF681A;
}
.main-items li:hover a{
   color: #FF681A;
}
.main-items a{
    color: #3f5b70;
    text-decoration: none;
    font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
}
header.fa-header {
    position: sticky !important;
    top: 0px;
}

.fa-menu-items {
    display: none;
}
.button-donwlaod a {
    background-color: #ffffff;
    padding: 19px 30px;
    border: 2px solid #FF8100;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    margin-top: 10px;
    color: #3f5b70;
    text-decoration: none;
    font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    transition: 0.7s;
}
.button-donwlaod {
    position: absolute;
}
.button-donwlaod a:hover {
    background-color: #FF8100 !important;
    color: #ffff;
    border-color: #fff !important;
}
.button-donwlaod{
    display: none;
}
.mobile-fa-banner{
  display: none; 
}
@media only screen and (max-width: 767px){
  section.fa_banner-section {
    display: none !important; 
}
header.fa-header {
    display: block !important;
}
.mobile-fa-banner{
  display: block !important; 
}
section.mobile-fa-banner img {
    width: 100% !important;
    max-width: 100% !important;
}

.fa-text-div img {
    width: 190px;
}
    .about-hero__title {
        font-size: 22px !important;
    }
        .harvest-highlights__title {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .fa_btn {
    padding: 10px !important;
}
.fa_list li {
    font-size: 18px !important;
}
.fa_slider{
    height: 800px;
}
.fa_social-icons a {
    margin: 0 4px !important;
}
body article.fa_slide {
    width: 100% !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.fa_hero-content h1 {
    font-size: 25px !important;
    line-height: 32px !important;
}
.fa_hero-content p {
    font-size: 18px !important;
    line-height: 28px !important;
}
.fa-text-div {
    padding-left: 20px;
    padding-top: 120px;
}
.fa_hero-content {
    margin-left: 0px !important;
}
section.fa_section {
    overflow: hidden;
            padding: 0px !important;
}
.fa_banner-section {
    background-size: contain;
    background-position: top;
    height: auto;
        padding-bottom: 0px !important;
}
.fa-text-div {
    margin-top: 60px;
}
section.fa_banner-section {
    background-color: #3f5b70 !important;
}
.leadership-hero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.leadership-hero__left {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
h2.leadership-hero__title {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 22px;
}
section.harvest-highlights {
    padding: 0px !important;
}
.harvest-highlights__content {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.fa_wrap {
    display: block !important;
}
h1.fa-header-heading {
    font-size: 45px !important;
}
h2.fa-subheader-heading {
    font-size: 30px;
    margin-top: 30px;
}
.fa-text-div img {
    padding-top: 40px;
    padding-bottom: 50px;
}
/*.fa_slider {*/
/* height: 100% !important;*/
/*}*/
.fa_controls {
    width: auto !important;
}
aside.fa_side {
    margin-top: 130px;
}
.fa_side-img {
    min-height: 477px;
}
.fa_hero {
    height: 500px;
}
.fa_footer-container {
    display: block !important;
}
.fa_footer-links {
    margin-bottom: 40px;
    margin-top: 29px;
}
}
.stick-dvv {
    z-index: 999;
    position: fixed;
}
#fa_slider { position: relative; }
.fa_slide { display: block; }
article.fa_slide {
    width: 610px !important;
    padding-top: 60px !important;
    padding-right: 60px !important;
}

@media only screen and (max-width: 767px) {
    .fa_slider {
        height: 600px;
    }
    
    .about-hero__media img {

    object-fit: cover;
    border-radius: 0px 69px 0px 0px;
    object-position: top;
}

.fa_hero-content{
    text-align: center;
}
}
@media only screen and (max-width: 430px) {
    .fa_slider {
        height: 740px;
    }
    
     .fa_controls {
        padding: 20px!important;
    } 
}

@media only screen and (max-width: 300px) {
    .fa_slider
 {
        height: 920px;
    }
}
.menu-outer {
    height: 345px;
}
section#mensagem {
    padding-left: 11%;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
 
h1.fa-header-heading {
    font-size: 50px;
}
h2.fa-subheader-heading {
    font-size: 30px;
    margin-top: 20px;
}
.fa_banner-section {
background-size: contain;
        background-position: top;
        background-color: #3f5b70;
        padding-bottom: 70px !important;
        height: auto;
}
.fa-text-div {
    padding-left: 100px !important;
    padding-top: 118px;
}
section#mensagem {
    padding: 50px 24px;
}
.fa_hero-content {
    margin-left: 0px !important;
}
.fa_wrap {
    display: block;
}
.fa_side-img {
    background-size: contain;
    background-position: right;
    margin-top: 100px;
}
}



/* ✨ Common initial hidden state */
.fa-text-div,
.fa-header-heading,
.about-hero__copy,
.stats-hero__right-inner,
.stats-hero__left,
.leadership-hero__left,
.harvest-highlights__content {
  opacity: 0;
  transition: all 1.2s ease-out; /* slightly slower for smoother motion */
}

/* ✨ Individual starting positions */
.fa-text-div {
  transform: translateY(-60px); /* from top */
  animation: slideDown 1.2s ease-out forwards;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fa-header-heading {
  transform: translateY(-60px); /* from top */
}

.about-hero__copy {
  transform: translateX(60px); /* from right */
}

.stats-hero__right-inner,
.stats-hero__left {
  transform: translateY(60px); /* from bottom */
}

.leadership-hero__left {
  transform: translateX(-60px); /* from left */
}

.harvest-highlights__content {
  transform: translateX(60px); /* from right */
}

/* ✨ Active state (visible) */
.fade-in-active {
  opacity: 1;
  transform: translate(0, 0);
}
.fa_prev::before {
    margin-right: 16px;
}
.fa_next::before {
    margin-left: 16px;
}






.fa-header {
  background: #fff;
  border-top: 2px solid #FF681A;
  border-bottom: 2px solid #FF681A;
  position: relative;
  z-index: 1000;
}

.fa-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
}

.fa-logo img {
  height: 35px;
}
header.fa-header {
    display: none;
}
.fa-download-btn {
background: none;
    border: 2px solid #FF681A;
    color: #FF681A;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s 
ease;
text-decoration: none;
margin-right: -8%;
}

.fa-download-btn:hover {
  background: #FF681A;
  color: #fff;
}

.fa-header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lang-link {
  font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #FF681A;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lang-link:hover {
  color: #FF8100;
}

.fa-menu-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 25px;
}

.fa-menu-toggle img {

  transition: 0.3s ease;
}
nav.fa-nav.active {
    position: absolute;
    width: 100% !important;
}

.fa-menu-toggle .close {
  display: none;
}

/* Navigation */
.fa-nav {
  display: none;
  border-top: 2px solid #FF681A;
  background: #fff;
}

.fa-nav.active {
  display: block;
  animation: slideDown 0.4s ease;
}

.fa-nav ul {
  list-style: none;
  margin: 0;
  padding: 12px 20px;
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
}
.fa-nav ul li a {
    font-family: "Campton", "Poppins", system-ui, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #3F5B70;
    text-decoration: none !important;
}

/* Animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive layout */
@media (min-width: 768px) {
  
  .fa-menu-toggle {
    display: none;
  }

  .fa-nav {
    display: block !important;
    border-top: none;
  }

  .fa-nav ul {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    padding: 0 20px 20px;
  }
}