@charset "UTF-8";
body {
  color: #556678;
}

.btn-main {
  padding: 14px 25px;
}

.section-divider {
  margin: 0 0 100px;
}

.pad-60 {
  padding: 100px 0;
}

@media (max-width: 990px) {
  .section-divider {
    margin: 0 0 60px;
  }
  .pad-60 {
    padding: 60px 0;
  }
}
.toptitle {
  position: relative;
  display: inline-block;
  color: #316094;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding: 0 32px;
}
.toptitle::before, .toptitle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 1px;
  background: #62b8d6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toptitle::before {
  left: 0;
}
.toptitle::after {
  right: 0;
}
@media (max-width: 767px) {
  .toptitle {
    font-size: 10px;
    padding: 0 24px;
  }
}

.heading-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: #0d2137;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.heading-title span {
  color: #316094;
}
@media (max-width: 767px) {
  .heading-title {
    line-height: 1.4;
  }
}

.subtitlehome {
  font-size: 17px !important;
  line-height: 1.7;
  margin: 0 auto;
}

.subheading {
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
  color: #0d2137;
  margin-bottom: 4px;
}

.custom-carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 0 40px;
}
.custom-carousel-nav .carousel-indicators {
  position: static;
  margin: 0;
  padding: 0;
}
.custom-carousel-nav .owl-dots,
.custom-carousel-nav .carousel-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.custom-carousel-nav .owl-dots .owl-dot,
.custom-carousel-nav .carousel-indicators .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e0e0e0;
  border: none;
  margin: 0px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.custom-carousel-nav .owl-dots .owl-dot:hover,
.custom-carousel-nav .carousel-indicators .owl-dot:hover {
  background-color: #316094;
  color: #ffffff;
}
.custom-carousel-nav .owl-dots .owl-dot.active,
.custom-carousel-nav .carousel-indicators .owl-dot.active {
  background-color: #316094;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.custom-carousel-nav .custom-dots-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-carousel-nav .custom-owl-prev,
.custom-carousel-nav .custom-owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #316094;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border: 1px solid #316094;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.custom-carousel-nav .custom-owl-prev:hover,
.custom-carousel-nav .custom-owl-next:hover {
  background-color: #316094;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.footer__links_block .accordion-item {
  margin: 0 0 15px;
  background-color: #f0f7ff;
  border: none;
}
.footer__links_block .accordion-item .accordion-button {
  font-size: 1.6rem;
  line-height: 2.6rem;
  border: none;
  font-weight: 600;
  padding: 20px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #f0f7ff;
}

.ai-dark-cta {
  background: linear-gradient(135deg, #316094 0%, #1b3a5d 100%);
  border-radius: 26px;
  padding: 46px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.ai-dark-cta::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -90px;
  top: -100px;
  border: 48px solid rgba(131, 207, 205, 0.18);
  border-radius: 50%;
}
.ai-dark-cta > * {
  position: relative;
  z-index: 2;
}
.ai-dark-cta span {
  width: 38px;
  height: 3px;
  background: #4fb7ac;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 14px;
}
.ai-dark-cta h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.ai-dark-cta p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.65;
  max-width: 520px;
  margin: 0;
}
.ai-dark-cta-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .ai-dark-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 38px 40px;
    gap: 24px;
  }
  .ai-dark-cta-actions {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ai-dark-cta h3 {
    font-size: 22px;
  }
  .ai-dark-cta-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .ai-dark-cta-actions .btn-main {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ecosystem-card {
  position: relative;
  overflow: hidden;
  background: #fbfcfd;
  border: 1px solid #cfd9e4;
  border-radius: 22px;
  padding: 22px 22px 24px;
  -webkit-box-shadow: 0 4px 12px rgba(13, 34, 64, 0.04);
          box-shadow: 0 4px 12px rgba(13, 34, 64, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.ecosystem-card:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 8px 20px rgba(49, 96, 148, 0.13), 0 24px 52px rgba(49, 96, 148, 0.12);
          box-shadow: 0 8px 20px rgba(49, 96, 148, 0.13), 0 24px 52px rgba(49, 96, 148, 0.12);
  border-color: #adbfd4;
}
.ecosystem-card:hover::after {
  opacity: 1;
}
.ecosystem-card:hover .solution-cta {
  background: #316094;
  border-color: #316094;
  color: #ffffff;
  -webkit-box-shadow: 0 12px 24px rgba(49, 96, 148, 0.18);
          box-shadow: 0 12px 24px rgba(49, 96, 148, 0.18);
}
.ecosystem-card:hover .solution-cta i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.ecosystem-card:hover .solution-cta:hover {
  background: #1e3f63;
  border-color: #1e3f63;
}
.ecosystem-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#316094), to(#4fb7ac));
  background: linear-gradient(90deg, #316094, #4fb7ac);
  opacity: 0;
  -webkit-transition: opacity 0.22s ease;
  transition: opacity 0.22s ease;
}
.ecosystem-card-visual {
  background: transparent;
  margin-bottom: 18px;
}
.ecosystem-card-title {
  color: #1b2f4d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 10px;
}
.ecosystem-card-desc {
  color: #586d85;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #cfd9e4;
}
@media (max-width: 1200px) {
  .ecosystem-card {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .ecosystem-card {
    padding: 18px;
  }
}

.ecosystem-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 18px;
  margin-bottom: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.ecosystem-list li {
  position: relative;
  padding-left: 30px;
  color: #5a6f86;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0;
}
.ecosystem-list li a {
  text-decoration: underline;
}
.ecosystem-list li:last-child {
  margin-bottom: 0;
}
.ecosystem-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: #e6f5f5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 600;
}

.mockup-box {
  border-radius: 12px;
  min-height: 198px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .mockup-box {
    min-height: 190px;
  }
}
@media (max-width: 767px) {
  .mockup-box {
    min-height: 185px;
    padding: 14px;
  }
}

.solution-cta {
  border-radius: 7px;
  border: 1px solid #cfddeb;
  padding: 14px 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.solution-cta i {
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.solution-cta:hover {
  background: #316094;
  border-color: #316094;
  color: #ffffff;
}
.solution-cta.active {
  background: #316094;
  border-color: #316094;
  color: #ffffff;
  -webkit-box-shadow: 0 12px 24px rgba(49, 96, 148, 0.18);
          box-shadow: 0 12px 24px rgba(49, 96, 148, 0.18);
}
.solution-cta.active:hover {
  background: #1e3f63;
  border-color: #1e3f63;
}
@media (max-width: 767px) {
  .solution-cta {
    width: 100%;
  }
}

.repugen-ai-banner {
  background: #eaf4fc;
  padding: 58px 0;
}
.repugen-ai-banner::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -90px;
  bottom: 30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(131, 207, 205, 0.35), rgba(131, 207, 205, 0) 70%);
  pointer-events: none;
}
.repugen-ai-banner::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: 80px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(131, 207, 205, 0.28), rgba(131, 207, 205, 0) 70%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .repugen-ai-banner {
    padding: 60px 0 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .repugen-ai-banner {
    padding: 40px 0;
  }
}

.hero-eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: rgba(49, 96, 148, 0.09);
  color: #316094;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-eyebrow span {
  width: 7px;
  height: 7px;
  background: #4fb7ac;
  border-radius: 50%;
  display: inline-block;
}

.bannerTitle {
  color: #0d2137;
  font-size: 54px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -0.6px;
  margin-bottom: 26px;
}
.bannerTitle span {
  display: block;
  color: #316094;
}
@media (max-width: 1400px) {
  .bannerTitle {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .bannerTitle {
    font-size: 26px;
    line-height: 36px;
  }
}

.banner__left_text p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 36px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .banner__left_text p {
    margin-left: auto;
    margin-right: auto;
  }
}

.banner-btns {
  margin-top: 36px;
}
@media (max-width: 1024px) {
  .banner-btns .btn-main {
    width: 100%;
  }
}

.banner-trust {
  gap: 12px;
  margin-top: 18px;
  color: #294d75;
  font-size: 14px;
  font-weight: 500;
}
.banner-trust span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
}
.banner-trust i {
  color: #4fb7ac;
  font-size: 14px;
}
.banner-trust .divider {
  width: 1px;
  height: 16px;
  background: rgba(49, 96, 148, 0.25);
  display: inline-block;
}

.hero-visual-wrap {
  width: 620px;
  height: 520px;
}
@media (max-width: 1200px) {
  .hero-visual-wrap {
    width: 560px;
  }
}
@media (max-width: 1024px) {
  .hero-visual-wrap {
    width: 100%;
    max-width: 560px;
    height: 550px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero-visual-wrap {
    height: auto;
  }
}

.hero-doctor-img {
  position: absolute;
  right: 95px;
  top: 65px;
  width: 420px;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  border: 5px solid rgba(131, 207, 205, 0.65);
  -webkit-box-shadow: 0 22px 55px rgba(49, 96, 148, 0.14);
          box-shadow: 0 22px 55px rgba(49, 96, 148, 0.14);
}
@media (max-width: 1200px) {
  .hero-doctor-img {
    right: 70px;
  }
}
@media (max-width: 990px) {
  .hero-doctor-img {
    position: relative;
    width: 500px;
    height: 500px;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hero-doctor-img {
    width: 300px;
    height: 300px;
  }
}

.revenue-card {
  top: 72px;
  left: 20px;
  padding: 16px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.revenue-card h4 {
  color: #0d2137;
  font-size: 21px;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
.revenue-card p {
  color: #294d75;
  font-size: 11px;
  font-weight: 500;
  margin: 4px 0 0;
}
@media (max-width: 1024px) {
  .revenue-card {
    left: -60px;
  }
}
@media (max-width: 990px) {
  .revenue-card {
    width: 100%;
    max-width: 240px;
  }
}

.revenue-icon {
  width: 36px;
  height: 36px;
  background: #e7f7f7;
  color: #4fb7ac;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ratings-card {
  top: 174px;
  right: 0;
  width: 224px;
  padding: 16px 16px 14px;
}
.ratings-card h5 {
  color: #0d2137;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.ratings-card .bar {
  width: 10px;
  border-radius: 3px 3px 0 0;
  display: inline-block;
}
.ratings-card .bar.before {
  background: #c8d8e8;
}
.ratings-card .bar.after {
  background: #316094;
}
@media (max-width: 1024px) {
  .ratings-card {
    right: -60px;
  }
}
@media (max-width: 990px) {
  .ratings-card {
    width: 100%;
    max-width: 240px;
  }
}

.ratings-bars {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.rating-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.rating-item img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bar-group {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-bottom: 5px;
}

.ratings-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 9px;
  color: #294d75;
  margin-top: 8px;
}
.ratings-legend span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.ratings-legend i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  display: inline-block;
}

.before-dot {
  background: #c8d8e8;
}

.after-dot {
  background: #316094;
}

.reviews-growth-card {
  left: 16px;
  bottom: 40px;
  width: 230px;
  padding: 17px;
}
.reviews-growth-card h5 {
  color: #0d2137;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .reviews-growth-card {
    left: -60px;
  }
}
@media (max-width: 990px) {
  .reviews-growth-card {
    width: 100%;
    max-width: 240px;
  }
}

.growth-chart {
  height: 88px;
  border-top: 1px solid rgba(49, 96, 148, 0.08);
  border-bottom: 1px solid rgba(49, 96, 148, 0.08);
}
@media (max-width: 767px) {
  .growth-chart svg path,
  .growth-chart svg circle {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.growth-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #00a86b;
  background: #e9fff6;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .growth-badge {
    -webkit-animation: none !important;
            animation: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.floating-card {
  position: absolute;
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0 16px 34px rgba(49, 96, 148, 0.12);
          box-shadow: 0 16px 34px rgba(49, 96, 148, 0.12);
  z-index: 4;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (max-width: 767px) {
  .floating-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 16px auto 0;
  }
}

@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes growBar {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes growBar {
  from {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.tcar-stage {
  position: relative;
  display: grid;
  grid-template-areas: "card";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: center;
  padding: 20px 0 28px;
}

.tcar-slide {
  grid-area: card;
  width: 100%;
  max-width: 720px;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease, filter 0.5s ease;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease, filter 0.5s ease, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.5s ease;
  will-change: transform, opacity;
  pointer-events: none;
}
.tcar-slide.is-next {
  opacity: 0.42;
  -webkit-transform: translateX(72%) scale(0.84);
          transform: translateX(72%) scale(0.84);
  z-index: 2;
  -webkit-filter: saturate(0.85);
          filter: saturate(0.85);
  pointer-events: auto;
  cursor: pointer;
}
.tcar-slide.is-next .tcar-card {
  min-height: 335px;
  padding: 42px 42px 32px;
  -webkit-box-shadow: 0 18px 45px rgba(13, 34, 64, 0.1);
          box-shadow: 0 18px 45px rgba(13, 34, 64, 0.1);
}
.tcar-slide.is-hidden {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  z-index: 1;
  pointer-events: none;
}
.tcar-slide.is-prev {
  opacity: 0.42;
  -webkit-transform: translateX(-72%) scale(0.84);
          transform: translateX(-72%) scale(0.84);
  z-index: 2;
  -webkit-filter: saturate(0.85);
          filter: saturate(0.85);
  pointer-events: auto;
  cursor: pointer;
}
.tcar-slide.is-prev .tcar-card {
  min-height: 335px;
  padding: 42px 42px 32px;
  -webkit-box-shadow: 0 18px 45px rgba(13, 34, 64, 0.1);
          box-shadow: 0 18px 45px rgba(13, 34, 64, 0.1);
}
.tcar-slide.is-active {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  z-index: 3;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .tcar-slide {
    width: 500px;
  }
  .tcar-slide.is-active {
    width: 570px;
  }
}
@media (max-width: 990px) {
  .tcar-slide, .tcar-slide.is-active, .tcar-slide.is-prev, .tcar-slide.is-next {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 620px;
    min-height: auto;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
  .tcar-slide {
    display: none;
  }
  .tcar-slide.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .tcar-slide.is-prev, .tcar-slide.is-next, .tcar-slide.is-hidden {
    display: none;
  }
}

.tcar-card {
  background: #ffffff;
  border-radius: 22px;
  -webkit-box-shadow: 0 24px 55px rgba(13, 34, 64, 0.16);
          box-shadow: 0 24px 55px rgba(13, 34, 64, 0.16);
  padding: 44px 44px 38px;
  min-height: 430px;
}
@media (max-width: 990px) {
  .tcar-card {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .tcar-card {
    padding: 32px 24px;
    border-radius: 18px;
  }
}

.tcar-logo {
  margin-bottom: 28px;
}
.tcar-logo img {
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tcar-logo.text-logo {
  color: #8d7dab;
  font-size: 13px;
  font-weight: 900;
}

.tcar-quote {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 28px;
  padding-left: 25px;
  line-height: 1.78;
  font-style: italic;
  text-indent: 50px;
}
.tcar-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: -20px;
  top: -7px;
  color: #77ced0;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
}
@media (max-width: 767px) {
  .tcar-quote {
    font-size: 15px;
    padding-left: 22px;
  }
}

.tcar-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 34px;
}
.tcar-metrics.single {
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .tcar-metrics {
    grid-template-columns: 1fr;
  }
}

.tcar-metric-box {
  background: #295a8d;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: inset 0 4px 0 rgba(131, 207, 205, 0.75);
          box-shadow: inset 0 4px 0 rgba(131, 207, 205, 0.75);
  min-height: 78px;
  padding: 18px 12px 14px;
}
.tcar-metric-box strong {
  display: block;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 9px;
}
.tcar-metric-box strong::before {
  content: "⌃ ";
  color: #d6f8f4;
  font-size: 15px;
  vertical-align: 5px;
}
@media (max-width: 767px) {
  .tcar-metric-box strong {
    font-size: 27px;
  }
}
.tcar-metric-box span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #b5e2e1;
  margin-top: 6px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tcar-footer {
  border-top: 1px solid #d7e1eb;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.tcar-footer a {
  color: #316094;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.tcar-footer a i {
  margin-left: 5px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .tcar-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tcar-footer a {
    white-space: normal;
  }
}

.tcar-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.tcar-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 4px 14px rgba(13, 34, 64, 0.12);
          box-shadow: 0 4px 14px rgba(13, 34, 64, 0.12);
}
.tcar-author h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 2px;
}
.tcar-author p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.tcar-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  margin-top: 50px;
}

.tcar-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d3e2ef;
  background: #ffffff;
  color: #316094;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 6px 16px rgba(13, 34, 64, 0.08);
          box-shadow: 0 6px 16px rgba(13, 34, 64, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tcar-arrow:hover, .tcar-arrow.active-control {
  border-color: #0b2240;
  color: #0b2240;
}

.tcar-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.tcar-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d2dce8;
}
.tcar-dot.active {
  background: #316094;
}

.client-logo-carousel-section {
  position: relative;
}

.client-logo-carousel-inner {
  position: relative;
  padding: 40px 0;
}
.client-logo-carousel-inner::before, .client-logo-carousel-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background: rgba(49, 96, 148, 0.15);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.client-logo-carousel-inner::before {
  top: 0;
}
.client-logo-carousel-inner::after {
  bottom: 0;
}
@media (max-width: 767.98px) {
  .client-logo-carousel-inner {
    padding: 34px 18px;
  }
}

.client-logo-heading {
  margin-bottom: 36px;
}
.client-logo-heading span {
  color: #556678;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .client-logo-heading span {
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

.logo-track-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.logo-track-wrap::before, .logo-track-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .logo-track-wrap::before, .logo-track-wrap::after {
    width: 45px;
  }
}
.logo-track-wrap::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.logo-track-wrap::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.logo-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-logos 36s linear infinite;
          animation: scroll-logos 36s linear infinite;
}
.logo-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.logo-track img {
  height: 44px;
  max-width: 160px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.85;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: grayscale(10%);
          filter: grayscale(10%);
}
.logo-track img:nth-child(3), .logo-track img:nth-child(14) {
  height: 48px;
}
.logo-track img:nth-child(6), .logo-track img:nth-child(17) {
  height: 32px;
}
@media (max-width: 767.98px) {
  .logo-track img {
    height: 36px;
    max-width: 130px;
  }
}
@media (max-width: 767.98px) {
  .logo-track {
    gap: 42px;
    -webkit-animation-duration: 28s;
            animation-duration: 28s;
  }
}

@-webkit-keyframes scroll-logos {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-logos {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.graybg {
  background-color: #edf1f6;
}

.difference-section {
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edf1f6));
  background: linear-gradient(to bottom, #ffffff, #edf1f6);
}

.expect-slide-card {
  background: #eef2f6;
  border-radius: 22px;
  border: 1px solid #e3eaf1;
  min-height: 356px;
  padding: 32px 28px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.expect-slide-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.expect-slide-card p {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.expect-slide.is-active .expect-slide-card {
  background: #ffffff;
  border-color: #8eacd0;
  min-height: 382px;
  -webkit-box-shadow: 0 24px 58px rgba(13, 34, 64, 0.12);
          box-shadow: 0 24px 58px rgba(13, 34, 64, 0.12);
}
.expect-slide.is-active .expect-slide-card h3 {
  color: #0b2240;
}
.expect-slide.is-active .expect-slide-card .expect-card-icon {
  background: #e4f5f5;
}

.expect-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
.expect-card-icon i {
  color: #316094;
  font-size: 24px;
}

.expect-crousel .owl-item .expect-slide-card {
  opacity: 0.8;
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
}
.expect-crousel .owl-item.center .expect-slide-card {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #ffffff;
  -webkit-box-shadow: 0 12px 25px rgba(49, 96, 148, 0.16);
          box-shadow: 0 12px 25px rgba(49, 96, 148, 0.16);
  border-color: #adbfd4;
  cursor: default;
}
.expect-crousel .owl-item.center .expect-slide-card .expect-card-icon {
  background: #e6f5f5;
}
.expect-crousel.owl-carousel .owl-stage-outer {
  padding: 0 0 30px 0;
}

.expect-card-stat {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #dbe4ee;
}
.expect-card-stat strong {
  font-size: 30px;
  font-weight: 800;
  color: #316094;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.expect-card-stat span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.difference-points {
  max-width: 620px;
  display: grid;
  gap: 30px;
}
@media (max-width: 990px) {
  .difference-points {
    max-width: 100%;
  }
}

.difference-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.difference-point p {
  color: #2e4257;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 767.98px) {
  .difference-point p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .difference-point {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }
}

.difference-icon {
  width: 42px;
  height: 42px;
  background: #ffffff;
  color: #316094;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  -webkit-box-shadow: 0 8px 18px rgba(13, 34, 64, 0.08);
          box-shadow: 0 8px 18px rgba(13, 34, 64, 0.08);
}
@media (max-width: 767.98px) {
  .difference-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}

.difference-compare-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 34px 38px;
  -webkit-box-shadow: 0 20px 48px rgba(13, 34, 64, 0.1);
          box-shadow: 0 20px 48px rgba(13, 34, 64, 0.1);
  margin-left: auto;
}
.difference-compare-card h3 {
  font-size: 13px;
  font-weight: 700;
  color: #556678;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .difference-compare-card h3 {
    font-size: 11px;
  }
}
@media (max-width: 990px) {
  .difference-compare-card {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .difference-compare-card {
    padding: 28px 24px;
    border-radius: 20px;
  }
}

.compare-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #d7e1eb;
}
.compare-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.compare-row.negative .compare-icon {
  background: #fff0f0;
  color: #f05b5b;
}
.compare-row.positive .compare-icon {
  background: #e3f5f5;
  color: #316094;
}
.compare-row p {
  color: #0f2948;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767.98px) {
  .compare-row p {
    font-size: 14px;
  }
}

.compare-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  margin-top: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ria-section {
  position: relative;
}

.ria-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .ria-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .ria-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

.ria-card {
  background: rgba(237, 241, 246, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 28px 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ria-card:hover {
  background: rgb(237, 241, 246);
  border-color: rgba(98, 200, 224, 0.4);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.ria-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #e6f5f5;
  color: #4fb7ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ria-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.ria-card-body strong {
  font-size: 34px;
  font-weight: 800;
  color: #405872;
  line-height: 1;
  letter-spacing: -1px;
}
.ria-card-body strong span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  color: #405872;
}
@media (max-width: 767px) {
  .ria-card-body strong {
    font-size: 28px;
  }
}
.ria-card-body > span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .ria-card {
    padding: 20px 16px;
  }
}

.intg-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .intg-logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 990px) {
  .intg-logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .intg-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.intg-logo-card {
  background: #ffffff;
  border: 1px solid #e3eaf3;
  border-radius: 14px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  -webkit-transition: background 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.intg-logo-card:hover {
  background: #ffffff;
  border-color: #a8c8e8;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 24px rgba(13, 34, 64, 0.08);
          box-shadow: 0 8px 24px rgba(13, 34, 64, 0.08);
}
.intg-logo-card:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
.intg-logo-card img {
  max-height: 70px;
  max-width: 150px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%);
  opacity: 0.85;
  -webkit-transition: opacity 0.25s ease, -webkit-filter 0.25s ease;
  transition: opacity 0.25s ease, -webkit-filter 0.25s ease;
  transition: filter 0.25s ease, opacity 0.25s ease;
  transition: filter 0.25s ease, opacity 0.25s ease, -webkit-filter 0.25s ease;
}
@media (max-width: 990px) {
  .intg-logo-card img {
    max-width: 110px;
  }
}
.intg-logo-card--more {
  background: linear-gradient(135deg, #0d2137, #1e4a78);
  border-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  cursor: default;
}
.intg-logo-card--more:hover {
  background: linear-gradient(135deg, #0d2137, #1e4a78);
  border-color: transparent;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 990px) {
  .intg-logo-card {
    padding: 18px 12px;
    min-height: 76px;
  }
}

.intg-more-count {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -1px;
}
.intg-more-count sup {
  font-size: 16px;
  vertical-align: super;
  letter-spacing: 0;
}

.intg-more-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.3;
}

.ratings-trust-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border: 1px solid #dde8f2;
  border-radius: 24px;
  -webkit-box-shadow: 0 16px 48px rgba(13, 34, 64, 0.08);
          box-shadow: 0 16px 48px rgba(13, 34, 64, 0.08);
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ratings-trust-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 380px;
  }
}

.ratings-trust-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 44px 32px;
  text-align: center;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  cursor: default;
}
.ratings-trust-card:hover {
  background: #f8fbff;
}
@media (max-width: 767px) {
  .ratings-trust-card {
    padding: 32px 24px;
  }
}

.ratings-trust-sep {
  width: 1px;
  background: #dde8f2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 28px 0;
}
@media (max-width: 767px) {
  .ratings-trust-sep {
    width: 70%;
    height: 1px;
    margin: 0 auto;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}

.ratings-trust-logo {
  height: 30px;
  max-width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 18px;
}

.ratings-trust-stars {
  color: #f5b633;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 12px;
}

.ratings-trust-score {
  font-size: 42px;
  font-weight: 900;
  color: #0d2137;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.ratings-trust-score span {
  font-size: 16px;
  font-weight: 500;
  color: #8ea5be;
  letter-spacing: 0;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .ratings-trust-score {
    font-size: 36px;
  }
}

.ratings-trust-label {
  font-size: 11px;
  font-weight: 700;
  color: #8ea5be;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0;
}

.res-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #dde8f2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.res-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 20px 48px rgba(13, 34, 64, 0.1);
          box-shadow: 0 20px 48px rgba(13, 34, 64, 0.1);
}
.res-card:hover .res-card-img-wrap img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.res-card:hover .res-card-link i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.res-card-img-wrap {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.res-card-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.res-card-body {
  padding: 24px 26px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px;
}
.res-card-title {
  color: #0d2137;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.res-card-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  color: #316094;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.res-card-link i {
  font-size: 11px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.res-card-link:hover {
  color: #0d2137;
}

.res-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.res-tag--survey {
  background: #e3f0fb;
  color: #316094;
}
.res-tag--tool {
  background: #ede8fb;
  color: #6448c0;
}
.res-tag--blog {
  background: #e3f7f5;
  color: #1a8a80;
}

.faq-sidebar {
  position: sticky;
  top: 100px;
}
.faq-sidebar .subtitlehome {
  font-size: 15px;
  line-height: 1.7;
}
.faq-sidebar .btn-main {
  gap: 8px;
}
@media (max-width: 990px) {
  .faq-sidebar {
    position: static;
  }
}

.faq-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid #dde8f2;
}
.faq-item:first-child {
  border-top: 1px solid #dde8f2;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  color: #0d2137;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.faq-question:hover, .faq-question[aria-expanded=true] {
  color: #316094;
}
.faq-question[aria-expanded=true] .faq-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #316094;
  border-color: #316094;
  color: #ffffff;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #c4d5e8;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  color: #316094;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
}

.faq-answer-inner {
  padding: 0 0 22px;
  color: #556678;
  font-size: 15px;
  line-height: 1.75;
}
.faq-answer-inner p {
  margin: 0;
}
.faq-answer-inner a {
  color: #316094;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.video-cta-embed-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  -webkit-box-shadow: 0 24px 60px rgba(13, 34, 64, 0.14);
          box-shadow: 0 24px 60px rgba(13, 34, 64, 0.14);
}
.video-cta-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-cta-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.video-cta-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  color: #2e4257;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.video-cta-list li i {
  color: #4fb7ac;
  font-size: 16px;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.video-cta-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .video-cta-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-cta-actions .btn-main {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 990px) {
  .video-cta-section {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .video-cta-section {
    padding: 54px 0;
  }
}

@media (max-width: 990px) {
  .video-cta-content {
    padding-left: 0;
  }
}

.footer__cta_block--modern {
  background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
  padding: 80px 0;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 990px) {
  .footer__cta_block--modern {
    padding: 60px 0;
  }
}

.footer__cta_content {
  position: relative;
  z-index: 2;
}

.footer__cta_badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer__cta_heading {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .footer__cta_heading {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .footer__cta_heading {
    font-size: 30px;
  }
}

.gradient-text {
  background: linear-gradient(135deg, #00d4ff 0%, #00ff88 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer__cta_subtitlehome {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  margin-bottom: 30px;
}

.footer__cta_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 990px) {
  .footer__cta_actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer__cta_actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btn-modern {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .btn-modern {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.btn-primary-modern {
  background: #ffffff;
  color: #0066cc;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.btn-primary-modern:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  color: #0066cc;
}
.btn-primary-modern:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.btn-primary-modern i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-outline-modern {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.btn-outline-modern:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}

.footer__cta_trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 990px) {
  .footer__cta_trust {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.trust-item i {
  color: #ffffff;
  font-size: 18px;
}

.footer__cta_visual {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}
@media (max-width: 1400px) {
  .footer__cta_visual {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .footer__cta_visual {
    width: 50%;
  }
}

.footer__cta_img-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (max-width: 990px) {
  .footer__cta_img-wrapper {
    margin-top: 30px;
  }
}

.footer__cta_img-modern {
  width: 100%;
  height: auto;
  display: block;
}

.footer__cta_decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}
.decoration-circle-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -100px;
}
.decoration-circle-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -50px;
}

.hero-proof-strip {
  background: -webkit-gradient(linear, left top, left bottom, from(#e8f2fc), to(#ffffff));
  background: linear-gradient(to bottom, #e8f2fc 0%, #ffffff 100%);
  padding: 30px 40px;
  position: relative;
}
.hero-proof-strip::after, .hero-proof-strip::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: rgba(49, 96, 148, 0.15);
  top: 0;
}
.hero-proof-strip::after {
  top: auto;
  bottom: 0;
}
.hero-proof-strip-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1200px) {
  .hero-proof-strip-inner {
    gap: 36px;
  }
}
@media (max-width: 1024px) {
  .hero-proof-strip {
    gap: 32px;
    padding: 26px 24px;
  }
}
@media (max-width: 990px) {
  .hero-proof-strip {
    gap: 24px;
    padding: 24px 20px;
  }
}
@media (max-width: 767px) {
  .hero-proof-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0px;
    text-align: left;
  }
  .hero-proof-strip::before, .hero-proof-strip::after {
    width: 100%;
  }
  .hero-proof-strip-inner {
    gap: 16px;
  }
}

.proof-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 44px;
}
.proof-item img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .proof-item img {
    width: 20px;
    height: 20px;
  }
}
.proof-item strong {
  color: #2e4257;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .proof-item strong {
    font-size: 11px;
  }
}
.proof-item .stars {
  color: #f5b633;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .proof-item .stars {
    font-size: 11px;
  }
}
.proof-item h4 {
  color: #4fb7ac;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .proof-item h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .proof-item h4 {
    font-size: 16px;
  }
}
.proof-item p {
  color: #294d75;
  font-size: 13px;
  margin: 2px 0 0;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .proof-item p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .proof-item p {
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .proof-item {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .proof-item {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: auto;
    padding: 8px 0;
  }
}

.forbes-circle {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .forbes-circle {
    width: 40px;
    height: 40px;
    font-size: 8px;
  }
}

.proof-divider {
  width: 1px;
  height: 32px;
  background: rgba(49, 96, 148, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .proof-divider {
    width: 100%;
    height: 1px;
  }
}