﻿*{
  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 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 rrFinBridgeSpin{
  from{
    transform:translateX(-50%) rotate(0deg);
  }
  to{
    transform:translateX(-50%) rotate(360deg);
  }
}

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

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

.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-svc-video__dots .rr-dot.is-active{
  background:#ADDADB;
  transform:scale(1.6);
}

.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-fin-hero{
  position:relative;
  width:100%;
  min-height:clamp(500px,42vh,620px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:radial-gradient(circle at 25% 25%,#65C5E8,transparent 62%),radial-gradient(circle at 78% 82%,#0F1A38,transparent 45%),#2C4A94;
}

.rr-fin-hero__bridge-logo{
  position:absolute;
  bottom:-220px;
  left:50%;
  width:440px;
  height:440px;
  pointer-events:none;
  z-index:0;
  mix-blend-mode:overlay;
  opacity:.6;
}

.rr-fin-hero__bridge-logo img{
  width:100%;
  height:100%;
  display:block;
  animation:rrFinBridgeSpin 50s linear infinite;
}

.rr-fin-hero__content{
  position:relative;
  z-index:2;
  max-width:1440px;
  margin:0 auto;
  width:100%;
  padding:120px clamp(20px,5vw,64px) clamp(220px,22vw,280px);
  box-sizing:border-box;
  color:#fff;
  text-align:center;
}

.rr-fin-hero__content h1{
  font-family:Chillax,sans-serif;
  font-weight:400;
  font-size:70px;
  line-height:1.1;
  margin:0 auto;
  max-width:900px;
}

.rr-fin{
  position:relative;
  background:linear-gradient(120deg,#ffffff 0%,#EAF6FC 25%,#ffffff 50%,#DCEFFB 75%,#ffffff 100%);
  background-size:300% 300%;
  animation:rrFinGrad 16s ease-in-out infinite;
  overflow:hidden;
}

.rr-fin__inner{
  position:relative;
  z-index:1;
  max-width:2000px;
  margin:0 auto;
  padding:clamp(80px,9vw,110px) clamp(20px,5vw,64px);
}

.rr-fin__title{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:50px;
  line-height:1.15;
  color:#253677;
  margin:0 auto 22px;
  max-width:900px;
  text-align:center;
  white-space:nowrap;
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s ease .08s,transform .55s ease .08s;
}

.rr-fin__lead{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:25px;
  line-height:1.5;
  color:#253677;
  max-width:760px;
  margin:0 auto 56px;
  text-align:center;
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s ease .16s,transform .55s ease .16s;
}

.rr-fin.is-in .rr-fin__title,
.rr-fin.is-in .rr-fin__lead{
  opacity:1;
  transform:translateY(0);
}

.rr-fin__index{
  position:relative;
  max-width:980px;
  margin:0 auto 60px;
  opacity:0;
  transform:translateY(24px);
  transition:opacity .55s ease,transform .55s ease;
}

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

.rr-fin__index-nav{
  position:relative;
  display:flex;
  gap:clamp(20px,4vw,52px);
  justify-content:center;
  border-bottom:1.5px solid rgba(37,54,119,.14);
  padding:0 8px;
}

.rr-fin__index-tab{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  padding:18px 4px;
  background:none;
  border:none;
  cursor:pointer;
  color:#8A93A6;
  transition:color .3s ease;
}

.rr-fin__index-tab__icon{
  width:22px;
  height:22px;
  flex-shrink:0;
}

.rr-fin__index-tab__icon svg{
  width:100%;
  height:100%;
  stroke:currentColor;
  fill:none;
  stroke-width:1.7;
}

.rr-fin__index-tab__label{
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:16px;
  letter-spacing:.02em;
  white-space:nowrap;
}

.rr-fin__index-tab.is-active{
  color:#253677;
}

.rr-fin__index-tab:not(.is-active):hover{
  color:#3E7DB8;
}

.rr-fin__index-underline{
  position:absolute;
  bottom:-1.5px;
  left:0;
  height:2.5px;
  width:0;
  background:linear-gradient(90deg,#2C4A94,#65C5E8);
  border-radius:2px;
  transition:left .4s cubic-bezier(.65,0,.35,1),width .4s cubic-bezier(.65,0,.35,1);
}

.rr-fin__index-panels{
  position:relative;
  margin-top:2px;
  min-height:480px;
}

.rr-fin__index-panel{
  position:absolute;
  inset:0;
  background:#FCFBF8;
  border:1px solid rgba(37,54,119,.12);
  border-radius:10px;
  overflow:hidden;
  display:flex;
  align-items:stretch;
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .5s ease,transform .5s ease;
}

.rr-fin__index-panel.is-active{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
  z-index:1;
}

.rr-fin__index-mark{
  flex:0 0 220px;
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding-bottom:26px;
  overflow:hidden;
}

.rr-fin__index-mark::after{
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  width:1px;
  background:rgba(37,54,119,.1);
}

.rr-fin__index-mark svg{
  width:190px;
  height:190px;
  stroke:#2C4A94;
  fill:none;
  stroke-width:1;
  opacity:1;
}

.rr-fin__index-content{
  flex:1;
  min-width:0;
  padding:44px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.rr-fin__index-content h3{
  font-family:Chillax,sans-serif;
  font-weight:600;
  font-size:32px;
  color:#253677;
  margin:0 0 16px;
  line-height:1.15;
}

.rr-fin__index-content p{
  font-family:'IBM Plex Sans',sans-serif;
  font-size:22px;
  line-height:1.6;
  color:#374262;
  margin:0 0 22px;
  text-align:justify;
  text-align-last:left;
}

.rr-fin__index-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:12.5px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#253677;
  border:1px solid rgba(37,54,119,.22);
  border-radius:999px;
  padding:7px 16px;
  align-self:flex-start;
}

.rr-fin__index-tag::before{
  content:'';
  width:6px;
  height:6px;
  border-radius:50%;
  background:#65C5E8;
  flex-shrink:0;
}

.rr-fin__cta{
  position:relative;
  z-index:1;
  text-align:center;
  padding-top:8px;
  opacity:0;
  transform:translateY(16px);
  transition:opacity .55s ease .1s,transform .55s ease .1s;
}

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

.rr-fin__cta a{
  display:inline-block;
  background:linear-gradient(90deg,#2C4A94 0%,#65C5E8 50%,#2C4A94 100%);
  color:#fff;
  font-family:'IBM Plex Sans',sans-serif;
  font-weight:600;
  font-size:22px;
  text-decoration:none;
  padding:16px 34px;
  border-radius:999px;
  transition:transform .2s ease;
}

.rr-fin__cta a: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;
}

.rr-fdprev__img-frame img.is-active{
  opacity:1;
}

.rr-intro__img-frame img.is-active{
  opacity:1;
}

.rr-svc-stack__nav button.is-active{
  color:#fff;
  background:#253677;
}

.rr-svc-stack.is-compact .rr-svc-stack__card.is-active{
  opacity:1;
  transform:scale(1) translateY(0);
  pointer-events:auto;
  z-index:20 !important;
}

.rr-tech__img-frame img.is-active{
  opacity:1;
}

@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-fin__title{
    white-space:normal;
    font-size:30px;
  }

  .rr-fin__lead{
    font-size:20px;
  }

  .rr-fin__index-nav{
    gap:clamp(14px,6vw,32px);
  }

  .rr-fin__index-tab__label{
    display:none;
  }

  .rr-fin__index-tab{
    padding:14px 6px;
  }

  .rr-fin__index-tab__icon{
    width:24px;
    height:24px;
  }

  .rr-fin__index-panels{
    min-height:0;
  }

  .rr-fin__index-panel{
    position:static;
    flex-direction:column;
    display:none;
    border-radius:8px;
  }

  .rr-fin__index-panel.is-active{
    display:flex;
  }

  .rr-fin__index-mark{
    flex:0 0 auto;
    width:100%;
    height:112px;
    padding:16px 0 0;
  }

  .rr-fin__index-mark::after{
    display:none;
  }

  .rr-fin__index-mark svg{
    width:100px;
    height:100px;
  }

  .rr-fin__index-content{
    padding:20px 24px 28px;
  }

  .rr-fin__index-content h3{
    font-size:26px;
  }

  .rr-fin__index-content p{
    font-size:20px;
  }

  .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;
  }

  .rr-svc-stack{
    height:375vh;
  }

  .rr-svc-stack__intro{
    top:100px;
    width:calc(100% - 40px);
    font-size:14px;
    line-height:1.3;
  }

  .rr-svc-stack__card{
    padding-top:190px;
  }

  .rr-svc-stack__cardinner{
    padding:22px;
    box-shadow:none;
  }

  .rr-svc-stack__text h3{
    font-size:25px;
  }

  .rr-svc-stack__text p{
    font-size:20px;
    margin:0 0 10px;
  }

  .rr-svc-stack__tags{
    gap:8px 16px;
  }

  .rr-svc-stack__card[data-idx="2"] .rr-svc-stack__tags{
    display:none;
  }

  .rr-svc-stack__tag{
    font-size:20px;
  }

  .rr-svc-stack__cta{
    font-size:15px;
  }

  .rr-svc-stack__nav{
    top:90px;
    width:calc(100% - 30px);
    box-sizing:border-box;
    justify-content:center;
  }

  .rr-svc-stack__nav button{
    flex:1;
    padding:9px 5px;
    font-size:11px;
  }

  .rr-svc-stack.is-compact{
    height:100vh;
  }

  .rr-svc-stack.is-compact .rr-svc-stack__card.is-active{
    padding-top:165px;
    align-items:flex-start;
  }
}

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

  .rr-fin-hero__bridge-logo{
    bottom:-110px;
    width:220px;
    height:220px;
  }
}

@media (max-width:900px){
  .rr-fin-hero__bridge-logo{
    bottom:-150px;
    width:300px;
    height:300px;
  }
}

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

  .rr-fin__inner{
    padding-top:60px;
  }

  .rr-fin-card{
    padding:26px 22px;
  }

  .rr-fin-card h3{
    white-space:normal;
  }

  .rr-fin__cta a{
    font-size:16px;
  }
}

@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;
  }
}

@media (prefers-reduced-motion:reduce){
  #rrPageLoader{
    transition:opacity .2s ease,visibility .2s ease;
  }

  .rr-loader__logo{
    animation:none;
  }
}
