﻿*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}

body{
  font-family: "IBM Plex Sans", sans-serif;
  overflow-x: hidden;
}

img{
  max-width: 100%;
  display: block;
}

a{
  text-decoration: none;
  color: inherit;
}

button{
  font-family: inherit;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-300.woff2') format('woff2');
  font-weight:300;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-400.woff2') format('woff2');
  font-weight:400;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-500.woff2') format('woff2');
  font-weight:500;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-600.woff2') format('woff2');
  font-weight:600;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'Chillax';
  src:url('../fonts/chillax-700.woff2') format('woff2');
  font-weight:700;
  font-display:swap;
  font-style:normal;
}

@font-face{
  font-family:'IBM Plex Sans';
  src:url('../fonts/ibmplex-400.woff2') format('woff2');
  font-weight:400 700;
  font-display:swap;
  font-style:normal;
}

@keyframes rrFoHeroIn{
  from{
    opacity:0;
    transform:translateY(28px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes rrUnifyGradient{
  0%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
  100%{
    background-position:0% 50%;
  }
}

@keyframes rrFo3PilaresGrad{
  0%,
  100%{
    background-position:0% 50%;
  }
  50%{
    background-position:100% 50%;
  }
}

@keyframes rrFoCarouselMove{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

@keyframes rrWaPulse{
  0%{
    box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32),0 0 0 0 rgba(37,211,102,.55);
  }
  70%{
    box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32),0 0 0 16px rgba(37,211,102,0);
  }
  100%{
    box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32),0 0 0 0 rgba(37,211,102,0);
  }
}

@keyframes rrLoaderBreathe{
  0%,
  100%{
    transform:scale(1);
  }
  50%{
    transform:scale(1.12);
  }
}

.rr-fo-hero{
  position:relative;
  width:100%;
  overflow:hidden;
  background:#2C4A94;
}

.rr-fo-hero__bg{
  position:relative;
  z-index:0;
  display:block;
  font-size:0;
}

.rr-fo-hero__bg img{
  width:100%;
  height:auto;
  display:block;
}

.rr-fo-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(15,22,50,.05) 0%,rgba(15,22,50,.12) 55%,rgba(15,22,50,.34) 100%);
  pointer-events:none;
}

.rr-fo-hero__center{
  position:absolute;
  inset:0;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:clamp(16px,2.5vw,28px);
  padding:0 clamp(20px,5vw,64px);
  text-align:center;
  pointer-events:none;
}

.rr-fo-hero__logo{
  width:clamp(160px,20vw,300px);
  height:auto;
  display:block;
  filter:drop-shadow(0 10px 28px rgba(0,0,0,.4));
  animation:rrFoHeroIn 1s cubic-bezier(.16,.8,.32,1) .2s both;
}

.rr-fo-hero__center h1{
  font-family:Chillax,sans-serif;
  font-weight:400;
  font-size:clamp(32px,5vw,54px);
  line-height:1.06;
  margin:0;
  color:#fff;
  text-shadow:0 6px 30px rgba(0,0,0,.45);
  animation:rrFoHeroIn 1s cubic-bezier(.16,.8,.32,1) .5s both;
}

.rr-fo{
  position:relative;
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  background-attachment:fixed;
  animation:rrUnifyGradient 16s ease-in-out infinite;
  overflow:hidden;
  padding:clamp(60px,7vw,90px) 0 0;
}

.rr-fo3-fade{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s cubic-bezier(.16,.8,.32,1),transform .7s cubic-bezier(.16,.8,.32,1);
}

.rr-fo3-fade.is-in{
  opacity:1;
  transform:translateY(0);
}

.rr-fo__intro{
  position:relative;
  z-index:1;
  max-width:1350px;
  margin:0 auto clamp(70px,8vw,100px);
  text-align:center;
  padding:0 clamp(20px,5vw,64px);
}

.rr-fo__title{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:55px;
  line-height:1.2;
  color:#253677;
  margin:0;
}

.rr-fo3-who{
  position:relative;
  z-index:1;
  max-width:1180px;
  margin:0 auto clamp(80px,9vw,120px);
  padding:0 clamp(20px,5vw,64px);
  display:flex;
  align-items:center;
  gap:clamp(40px,6vw,80px);
}

.rr-fo3-who__text{
  flex:1 1 420px;
}

.rr-fo3-who__text h2{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:45px;
  color:#253677;
  margin:0 0 20px;
}

.rr-fo3-who__text p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:25px;
  line-height:1.7;
  color:#253677;
  margin:0 0 16px;
}

.rr-fo3-who__text p:last-child{
  margin-bottom:0;
}

.rr-fo3-who__media{
  flex:1 1 420px;
  position:relative;
}

.rr-fo3-who__media-inner{
  position:relative;
  aspect-ratio:4/5;
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(135deg,#2C4A94,#65C5E8);
  box-shadow:0 30px 60px -24px rgba(37,54,119,.35);
}

.rr-fo3-who__media-inner img{
  position:absolute;
  inset:5px;
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  object-fit:cover;
  display:block;
  border-radius:20px;
}

.rr-fo3-who__badge{
  position:absolute;
  right:20px;
  bottom:-20px;
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  border-radius:16px;
  padding:12px 20px;
  box-shadow:0 16px 32px -14px rgba(37,54,119,.4);
}

.rr-fo3-who__badge img{
  width:30px;
  height:30px;
  object-fit:contain;
}

.rr-fo3-who__badge span{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:15px;
  color:#253677;
}

.rr-fo3-pilares{
  position:relative;
  z-index:1;
  padding:clamp(70px,8vw,100px) clamp(20px,5vw,64px);
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  background-attachment:fixed;
  animation:rrFo3PilaresGrad 16s ease-in-out infinite;
  overflow:hidden;
}

.rr-fo3-pilares__mark{
  position:absolute;
  width:clamp(220px,26vw,340px);
  height:clamp(220px,26vw,340px);
  opacity:.16;
  pointer-events:none;
}

.rr-fo3-pilares__mark img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  filter:brightness(0) saturate(100%) invert(20%) sepia(45%) saturate(1500%) hue-rotate(200deg);
}

.rr-fo3-pilares__mark--tl{
  top:-60px;
  left:-160px;
  transform:rotate(-12deg);
}

.rr-fo3-pilares__mark--br{
  bottom:-60px;
  right:-60px;
  transform:rotate(8deg);
}

.rr-fo3-pilares__mark--fund img{
  filter:none;
}

.rr-fo3-pilares__mark--fund{
  opacity:.22;
}

.rr-fo3-pilares__head{
  position:relative;
  z-index:1;
  max-width:720px;
  margin:0 auto clamp(48px,6vw,64px);
  text-align:center;
}

.rr-fo3-pilares__head h2{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:55px;
  color:#253677;
  margin:0;
}

.rr-fo3-pilares__grid{
  position:relative;
  z-index:1;
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:32px;
}

.rr-fo3-pilar{
  display:flex;
  align-items:center;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 40px -22px rgba(37,54,119,.3);
  transition:transform .3s ease,box-shadow .3s ease;
  padding:34px;
  gap:30px;
}

.rr-fo3-pilar:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 50px -20px rgba(37,54,119,.4);
}

.rr-fo3-pilar__media{
  flex:0 0 50%;
  min-width:0;
}

.rr-fo3-pilar__media-frame{
  position:relative;
  aspect-ratio:1/1;
  border-radius:44px 10px 44px 10px;
  background:linear-gradient(135deg,#2C4A94,#65C5E8);
  overflow:hidden;
}

.rr-fo3-pilar__media-frame img{
  position:absolute;
  inset:4px;
  width:calc(100% - 8px);
  height:calc(100% - 8px);
  object-fit:cover;
  display:block;
  border-radius:40px 6px 40px 6px;
}

.rr-fo3-pilar__body{
  flex:1;
  min-width:0;
}

.rr-fo3-pilar__body h3{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:30px;
  color:#253677;
  margin:0 0 14px;
  line-height:1.2;
}

.rr-fo3-pilar__body ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:9px;
}

.rr-fo3-pilar__body li{
  position:relative;
  padding-left:17px;
  font-family:'IBM Plex Sans',sans-serif;
  font-size:20px;
  line-height:1.5;
  color:#253677;
}

.rr-fo3-pilar__body li::before{
  content:'';
  position:absolute;
  left:0;
  top:8px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#65C5E8;
}

.rr-fo-carousel{
  position:relative;
  z-index:1;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:0;
}

.rr-fo-carousel__viewport{
  position:relative;
  width:100%;
  height:clamp(240px,32vh,320px);
  overflow:hidden;
  background:transparent;
}

.rr-fo-carousel__track{
  display:flex;
  align-items:center;
  height:100%;
  width:max-content;
  animation:rrFoCarouselMove 50s linear infinite;
}

.rr-fo-carousel__track img{
  height:calc(100% - 24px);
  width:auto;
  display:block;
  flex:0 0 auto;
  margin-right:18px;
}

.rr-fo-carousel__track img:nth-child(odd){
  border-radius:56px 14px 56px 14px;
}

.rr-fo-carousel__track img:nth-child(even){
  border-radius:14px 56px 14px 56px;
}

.rr-fo3-impact{
  position:relative;
  z-index:1;
  max-width:1180px;
  margin:clamp(70px,8vw,100px) auto 0;
  padding:0 clamp(20px,5vw,64px);
}

.rr-fo3-impact__head{
  text-align:center;
  max-width:640px;
  margin:0 auto clamp(44px,5vw,60px);
}

.rr-fo3-impact__head h2{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:55px;
  color:#253677;
  margin:0;
}

.rr-fo3-impact__grid{
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:clamp(28px,4vw,48px);
  align-items:center;
}

.rr-fo3-impact__stats{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.rr-fo3-impact__stat-num{
  flex:0 0 auto;
}

.rr-fo3-stat__num{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:clamp(40px,5vw,56px);
  line-height:1;
  color:#253677;
  display:inline-block;
  min-width:2.4ch;
  font-variant-numeric:tabular-nums;
}

.rr-fo3-impact__stat-text{
  flex:1;
  font-family:'IBM Plex Sans',sans-serif;
  font-size:25px;
  line-height:1.65;
  color:#253677;
  margin:0;
}

.rr-fo3-impact__media{
  position:relative;
  border-radius:22px;
  background:linear-gradient(135deg,#2C4A94,#65C5E8);
  box-shadow:0 24px 50px -20px rgba(37,54,119,.35);
  overflow:hidden;
  min-height:280px;
}

.rr-fo3-impact__media img{
  position:absolute;
  inset:5px;
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  object-fit:cover;
  display:block;
  border-radius:18px;
}

.rr-fo3-help{
  position:relative;
  z-index:1;
  max-width:1180px;
  margin:clamp(70px,8vw,100px) auto 0;
  padding:0 clamp(20px,5vw,64px) clamp(90px,10vw,120px);
  display:flex;
  align-items:center;
  gap:clamp(32px,4.5vw,56px);
}

.rr-fo3-help__media{
  flex:1.7 1 540px;
  position:relative;
  aspect-ratio:4/3;
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(135deg,#2C4A94,#65C5E8);
  box-shadow:0 30px 60px -24px rgba(37,54,119,.35);
}

.rr-fo3-help__media img{
  position:absolute;
  inset:5px;
  width:calc(100% - 10px);
  height:calc(100% - 10px);
  object-fit:cover;
  display:block;
  border-radius:20px;
}

.rr-fo3-help__cards h2{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:45px;
  color:#253677;
  margin:0 0 40px;
  text-align:center;
}

.rr-fo3-help__cards{
  flex:1 1 420px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.rr-fo3-help__cards-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.rr-fo3-help-card h3{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:30px;
  color:#253677;
  margin:0 0 10px;
}

.rr-fo3-help-card p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:20px;
  line-height:1.6;
  color:#253677;
  margin:0 0 18px;
}

.rr-fo3-help-card a{
  display:inline-block;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:20px;
  text-decoration:none;
  padding:12px 24px;
  border-radius:999px;
  transition:transform .2s ease;
  white-space:nowrap;
  box-sizing:border-box;
}

.rr-fo3-help-card a:hover{
  transform:scale(1.05);
}

.rr-fo3-help-card{
  text-align:center;
}

.rr-fo3-help-card--donar a{
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  color:#fff;
}

.rr-fo3-help-card--voluntario a{
  border:1.5px solid #253677;
  color:#253677;
}

.rr-fo3-help-card--voluntario a:hover{
  background:#253677;
  color:#fff;
}

.rr-footer{
  background:#12203F;
  color:rgba(255,255,255,.85);
  padding:clamp(56px,7vw,80px) clamp(20px,5vw,64px) 28px;
  font-family:'IBM Plex Sans',sans-serif;
}

.rr-footer__grid{
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:40px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.rr-footer__brand{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.rr-footer__brand img{
  width:56px;
  height:56px;
  object-fit:contain;
  display:block;
  margin:0 auto 12px;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

.rr-footer__brand p{
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.65);
  max-width:260px;
  margin:0 auto;
}

.rr-footer h4{
  text-align:center;
  font-size:13px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:rgba(255,255,255,.5);
  margin:0 0 18px;
}

.rr-footer__nav{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.rr-footer__nav a{
  color:rgba(255,255,255,.85);
  font-size:15px;
  text-decoration:none;
}

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

.rr-footer__contact p{
  font-size:14px;
  line-height:1.8;
  color:rgba(255,255,255,.75);
  margin:0;
}

.rr-footer__contact a{
  color:rgba(255,255,255,.75);
  text-decoration:none;
}

.rr-footer__social{
  display:flex;
  gap:16px;
  justify-content:center;
}

.rr-footer__social a{
  color:rgba(255,255,255,.85);
  transition:color .2s;
}

.rr-footer__social a:hover{
  color:#25D366;
}

.rr-footer__grid > div:has(> .rr-footer__dev){
  display:flex;
  flex-direction:column;
}

.rr-footer__dev{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:auto;
  padding-top:28px;
}

.rr-footer__dev span{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:12px;
  letter-spacing:.06em;
  color:rgba(255,255,255,.45);
}

.rr-footer__dev img{
  height:40px;
  width:auto;
  max-width:150px;
  object-fit:contain;
  display:block;
  opacity:.8;
}

.rr-footer__bottom{
  max-width:1440px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  padding-top:22px;
  font-size:13px;
  color:rgba(255,255,255,.5);
}

.rr-wa-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1000;
  display:flex;
  align-items:center;
  background:#25D366;
  color:#fff;
  border-radius:999px;
  height:72px;
  padding:0 20px;
  box-shadow:0 12px 34px rgba(37,211,102,.5),0 4px 14px rgba(18,26,58,.32);
  text-decoration:none;
  transition:transform .2s;
  animation:rrWaPulse 2.4s ease-out infinite;
}

.rr-wa-float:hover{
  transform:scale(1.08);
}

.rr-wa-float span{
  max-width:0;
  opacity:0;
  margin-left:0;
  white-space:nowrap;
  overflow:hidden;
  font-weight:700;
  font-size:16px;
  transition:max-width .25s,opacity .2s,margin .25s;
  font-family:'IBM Plex Sans',sans-serif;
}

.rr-wa-float:hover span{
  max-width:120px;
  opacity:1;
  margin-left:12px;
}

.rr-btn{
  display:block;
  text-align:center;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  text-decoration:none;
  border-radius:999px;
  transition:transform .2s;
}

.rr-btn:hover{
  transform:scale(1.06);
}

.rr-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:transparent;
  padding:16px clamp(14px,3vw,32px) 0;
  box-sizing:border-box;
  transition:padding .3s;
}

.rr-header__inner{
  max-width:1320px;
  margin:0 auto;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 34px 15px 40px;
}

.rr-header__pill-bg{
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:999px;
  background:rgba(15,22,50,.42);
  backdrop-filter:blur(16px) saturate(160%);
  -webkit-backdrop-filter:blur(16px) saturate(160%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 10px 30px rgba(10,15,35,.28);
  pointer-events:none;
  transition:background .3s ease,box-shadow .3s ease;
  transform:translateZ(0);
  will-change:transform;
  isolation:isolate;
}

.rr-header.is-scrolled .rr-header__pill-bg{
  background:rgba(12,18,42,.62);
  box-shadow:0 14px 34px rgba(5,8,25,.4);
}

.rr-header__logo{
  display:flex;
  align-items:center;
  line-height:1;
}

.rr-header__logo img{
  width:38px;
  height:38px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));
}

.rr-header__right{
  display:flex;
  align-items:center;
  gap:44px;
}

.rr-header__nav{
  display:flex;
  align-items:center;
  gap:32px;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.rr-header__nav a{
  color:#fff;
  font-family:Chillax,sans-serif;
  font-weight:500;
  font-size:19.5px;
  text-decoration:none;
  border-bottom:2px solid transparent;
  padding-top:10px;
  padding-bottom:10px;
  text-transform:lowercase;
}

.rr-header__nav a.is-active{
  font-weight:600;
  border-bottom-color:#ADDADB;
}

.rr-header__nav a:hover{
  border-bottom-color:#ADDADB;
}

.rr-nav-item{
  position:relative;
  -webkit-tap-highlight-color:transparent;
}

.rr-nav-item *{
  -webkit-tap-highlight-color:transparent;
}

.rr-nav-item__toggle{
  outline:none;
}

.rr-nav-item__toggle:focus,
.rr-nav-item__link:focus,
.rr-nav-item__dropdown a:focus{
  outline:none;
}

.rr-nav-item__row{
  display:flex;
  align-items:center;
  gap:2px;
}

.rr-nav-item__toggle{
  background:none;
  border:none;
  color:#fff;
  cursor:pointer;
  padding:4px;
  display:none;
  align-items:center;
  line-height:0;
}

.rr-nav-item__toggle svg{
  transition:transform .2s ease;
}

.rr-nav-item.is-open .rr-nav-item__toggle svg{
  transform:rotate(180deg);
}

.rr-nav-item__dropdown{
  position:absolute;
  top:100%;
  left:0;
  padding-top:16px;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
  z-index:1010;
}

.rr-nav-item:hover .rr-nav-item__dropdown,
.rr-nav-item.is-open .rr-nav-item__dropdown{
  opacity:1;
  pointer-events:auto;
}

.rr-nav-item__dropdown-inner{
  background:rgba(15,22,50,.62);
  backdrop-filter:blur(16px) saturate(160%);
  -webkit-backdrop-filter:blur(16px) saturate(160%);
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:12px;
  min-width:220px;
  box-shadow:0 18px 36px rgba(10,15,35,.32);
  display:flex;
  flex-direction:column;
  gap:6px;
  transform:translateY(-6px);
  transition:transform .2s ease;
}

.rr-nav-item:hover .rr-nav-item__dropdown-inner,
.rr-nav-item.is-open .rr-nav-item__dropdown-inner{
  transform:translateY(0);
}

.rr-nav-item__dropdown a{
  color:#fff;
  font-size:14.5px;
  font-weight:500;
  padding:12px 16px;
  border-radius:8px;
  white-space:nowrap;
  border-bottom:none;
}

.rr-nav-item__dropdown a:hover{
  background:rgba(255,255,255,.12);
}

.rr-header__actions{
  display:flex;
  align-items:center;
  gap:18px;
}

.rr-header__socials{
  display:flex;
  align-items:center;
  gap:18px;
}

.rr-social{
  color:#fff;
  display:flex;
  transition:color .2s;
}

.rr-social:hover{
  color:#25D366;
}

.rr-btn--lime{
  display:block;
  background:#ADDADB;
  color:#253677;
  padding:21px 28px;
  font-size:17px;
  line-height:0;
  border:2px solid #65C5E8;
  font-family:Chillax,sans-serif;
  text-transform:lowercase;
  transition:background .3s ease,color .3s ease,border-color .3s ease;
}

#rrHeader .rr-btn--lime:hover{
  transform:scale(1.03);
}

#rrHeader .rr-btn--lime{
  font-family:Chillax,sans-serif;
  text-transform:lowercase;
}

.rr-header__burger{
  position:relative;
  z-index:1002;
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:32px;
  height:32px;
  background:none;
  border:none;
  cursor:pointer;
  padding:0;
}

.rr-header__burger span{
  display:block;
  width:100%;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .25s ease,opacity .2s ease;
}

.rr-header__burger.is-open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.rr-header__burger.is-open span:nth-child(2){
  opacity:0;
}

.rr-header__burger.is-open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

.rr-header__overlay{
  position:fixed;
  inset:0;
  background:rgba(15,22,50,.55);
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease;
  z-index:1000;
}

.rr-header__overlay.is-open{
  opacity:1;
  pointer-events:auto;
}

body.rr-menu-open .rr-wa-float{
  display:none;
}

.elementor-widget-html:has(> #rrHeader){
  font-size:0;
  line-height:0;
}

.elementor-column:has(#rrHeader),
.elementor-container:has(#rrHeader),
.elementor-top-section:has(#rrHeader),
.elementor-widget-wrap:has(#rrHeader){
  min-height:0 !important;
  height:0 !important;
}

#rrPageLoader{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#1B3A78;
  opacity:1;
  visibility:visible;
  transition:opacity .45s ease,visibility .45s ease;
}

#rrPageLoader::before{
  content:'';
  position:absolute;
  inset:-25%;
  background:radial-gradient(circle at 14% 18%,#0A1730 0%,transparent 40%),radial-gradient(circle at 58% 42%,#8FE3FB 0%,transparent 36%),radial-gradient(circle at 88% 85%,#0A1730 0%,transparent 42%),radial-gradient(circle at 20% 85%,#2C4A94 0%,transparent 45%),linear-gradient(135deg,#1B3A78 0%,#2C4A94 55%,#1B3A78 100%);
  filter:blur(70px);
  z-index:0;
}

.rr-loader__wrap{
  position:relative;
  z-index:1;
}

#rrPageLoader.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.rr-loader__wrap{
  position:relative;
  width:150px;
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.rr-loader__logo{
  width:120px;
  height:120px;
  object-fit:contain;
  animation:rrLoaderBreathe 1.4s ease-in-out infinite;
  animation-play-state:paused;
}

@media (max-width:600px){
  .rr-fo-hero{
    align-items:center;
  }
}

@media (max-width:640px){
  .rr-fo-hero__center h1{
    font-size:40px;
  }

  .rr-fo-carousel__viewport{
    height:clamp(160px,22vh,210px);
  }

  .rr-fo-carousel__track{
    animation-duration:32s;
  }

  .rr-fo3-help__cards-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .rr-fo3-help{
    margin-top:40px;
    padding-bottom:50px;
  }

  .rr-fo3-help__cards h2{
    margin-bottom:24px;
  }

  .rr-fo__title{
    font-size:36px;
  }

  .rr-fo3-who__text h2{
    font-size:30px;
  }

  .rr-fo3-who__text p{
    font-size:20px;
  }

  .rr-fo3-pilares__head h2{
    font-size:36px;
  }

  .rr-fo3-impact__head h2{
    font-size:36px;
  }

  .rr-fo3-help__cards h2{
    font-size:26px;
  }

  .rr-fo3-stat__num{
    font-size:34px;
  }

  .rr-fo3-impact__stat-text{
    font-size:20px;
  }

  .rr-fo3-help-card a{
    font-size:16px;
    width:260px;
    max-width:100%;
    margin:0 auto;
    box-sizing:border-box;
  }

  .rr-fo3-help-card{
    display:block;
  }
}

@media (max-width:768px){
  .rr-fo-hero{
    min-height:70vh;
  }

  .rr-fo-hero__bg{
    position:absolute;
    inset:0;
  }

  .rr-fo-hero__bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
  }
}

@media (max-width:820px){
  .rr-fo3-who{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
    gap:28px;
  }

  .rr-fo3-who__text{
    flex:none;
  }

  .rr-fo3-who__media{
    width:100%;
    max-width:320px;
    margin:0 auto;
  }

  .rr-fo3-who__text p{
    max-width:480px;
    margin-left:auto;
    margin-right:auto;
  }

  .rr-fo3-who__badge{
    right:50%;
    transform:translateX(50%);
  }

  .rr-fo3-pilares__grid{
    grid-template-columns:1fr;
    max-width:520px;
  }

  .rr-fo3-pilar{
    flex-direction:column;
    align-items:stretch;
  }

  .rr-fo3-pilar__media{
    flex:none;
    width:100%;
  }

  .rr-fo3-impact__grid{
    grid-template-columns:1fr;
  }

  .rr-fo3-impact__stats{
    align-items:center;
    text-align:center;
  }
}

@media (max-width:900px){
  .rr-fo3-pilares{
    background-attachment:scroll;
  }

  .rr-fo-carousel__viewport{
    height:clamp(200px,26vh,260px);
  }

  .rr-fo-carousel__track{
    animation-duration:42s;
  }

  .rr-fo3-help{
    flex-direction:column;
    align-items:stretch;
  }

  .rr-fo3-help__media{
    width:100%;
    aspect-ratio:16/10;
    flex:none;
    min-height:220px;
  }

  .rr-fo3-help__cards{
    flex:none;
  }
}

@media (prefers-reduced-motion:reduce){
  .rr-fo-carousel__track{
    animation:none;
  }

  #rrPageLoader{
    transition:opacity .2s ease,visibility .2s ease;
  }

  .rr-loader__logo{
    animation:none;
  }
}

@media (max-width:780px){
  .rr-wa-float{
    width:72px;
    padding:0;
    justify-content:center;
  }

  .rr-wa-float:hover{
    transform:none;
  }

  .rr-wa-float span,
  .rr-wa-float:hover span{
    display:none;
    max-width:0;
    opacity:0;
    margin-left:0;
  }

  .rr-btn:hover,
  .rr-btn--lime:hover,
  #rrHeader .rr-btn--lime:hover,
  .rr-btn--lime-lg:hover,
  .rr-btn--outline-white:hover,
  .rr-fdprev__btn:hover,
  .rr-fdprev__btn--fill:hover,
  .rr-fdprev__btn--outline:hover,
  .rr-svc-stack__cta:hover,
  .rr-svc-video__cta:hover,
  .rr-eo-btn:hover,
  .rr-tc-btn:hover,
  .rr-di-card__cta:hover,
  .rr-nv-ig__btn:hover,
  .rr-dif-submit:hover,
  .rr-intro__text a:hover{
    transform:none !important;
    background-position:left center !important;
    box-shadow:none !important;
  }
}

@media (max-width:1024px){
  .rr-header__inner{
    padding:10px 20px 10px 18px;
  }

  .rr-header__burger{
    display:flex;
  }

  .rr-header__right{
    position:fixed;
    top:0;
    right:0;
    height:100vh;
    width:min(78vw,320px);
    background:radial-gradient(circle at 90% -8%, rgba(101,197,232,.5), transparent 55%),radial-gradient(circle at -10% 105%, rgba(44,74,148,.6), transparent 60%),linear-gradient(165deg,#0F1A38 0%,#1B2C63 45%,#2C4A94 100%);
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:36px;
    padding:32px;
    transform:translateX(100%);
    transition:transform .3s;
    z-index:1001;
    box-shadow:-10px 0 40px rgba(0,0,0,.35);
    overflow:hidden;
  }

  .rr-header__right::before{
    content:'';
    position:absolute;
    inset:0;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='104' viewBox='0 0 60 104'%3E%3Cpath d='M30 0L60 17.3V52L30 69.3L0 52V17.3Z' fill='none' stroke='%23ffffff' stroke-opacity='0.07' stroke-width='1'/%3E%3C/svg%3E");
    background-size:52px 90px;
    pointer-events:none;
    z-index:0;
  }

  .rr-header__right>*{
    position:relative;
    z-index:1;
  }

  .rr-header__right.is-open{
    transform:translateX(0);
  }

  .rr-header__nav{
    position:static;
    transform:none;
    flex-direction:column;
    align-items:flex-start;
    gap:22px;
    width:100%;
  }

  .rr-nav-item{
    width:100%;
  }

  .rr-nav-item__link{
    flex:0 1 auto;
  }

  .rr-nav-item__row{
    justify-content:space-between;
    width:100%;
  }

  .rr-nav-item__toggle{
    padding:4px 4px 4px 16px;
    display:flex;
  }

  .rr-nav-item__dropdown{
    position:static;
    opacity:1;
    pointer-events:auto;
    padding-top:6px;
    display:none;
  }

  .rr-nav-item.is-open .rr-nav-item__dropdown{
    display:flex;
  }

  .rr-nav-item__dropdown-inner{
    background:rgba(255,255,255,.06) !important;
    box-shadow:none !important;
    border-radius:12px !important;
    padding:14px 16px 14px 18px !important;
    min-width:0 !important;
    gap:14px !important;
    transform:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    border:none !important;
    border-left:2px solid rgba(101,197,232,.55) !important;
    margin-left:16px;
  }

  .rr-nav-item__dropdown a{
    padding:6px 0;
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,.85);
    transition:color .2s ease;
  }

  .rr-nav-item__dropdown a:active,
  .rr-nav-item__dropdown a:hover{
    color:#65C5E8;
  }

  .rr-header__actions{
    flex-direction:column;
    align-items:center;
    gap:18px;
    width:100%;
  }

  .rr-header__socials{
    display:flex;
    align-items:center;
    gap:22px;
  }

  .rr-header__actions .rr-social svg{
    width:24px;
    height:24px;
  }

  .rr-header__actions .rr-btn--lime{
    padding:14px 32px;
    font-size:15.5px;
    width:100%;
    box-sizing:border-box;
    text-align:center;
  }
}
