.rainbow_shared_footer {
  background:
    radial-gradient(circle at 86% 10%, rgba(40, 157, 191, 0.22), transparent 24rem),
    linear-gradient(145deg, #001f5b, #003087 58%, #005eb8) !important;
}

.rainbow_shared_footer .cs_footer_main {
  padding: clamp(64px, 7vw, 104px) 0 56px;
}

.rainbow_shared_footer .rainbow_footer_brand {
  display: inline-flex;
  width: 272px;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 32px rgba(0, 20, 62, 0.24);
}

.rainbow_shared_footer .rainbow_footer_brand img {
  display: block;
  width: 246px;
  height: auto;
  max-height: 66px;
  object-fit: contain;
}

.rainbow_shared_footer .cs_footer_desc {
  max-width: 330px;
  font-size: 17px;
  line-height: 1.75;
}

.rainbow_shared_footer .cs_footer_widget_title,
.rainbow_shared_footer .cs_social_heading {
  letter-spacing: -0.02em;
}

.rainbow_shared_footer .cs_footer_widget_nav a,
.rainbow_shared_footer .cs_footer_contact p,
.rainbow_shared_footer .cs_footer_contact a,
.rainbow_shared_footer .cs_footer_contact span {
  font-size: 17px;
  line-height: 1.55;
}

.rainbow_shared_footer .cs_social_btns_style_1 a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.rainbow_shared_footer .cs_social_btns_style_1 a:hover,
.rainbow_shared_footer .cs_social_btns_style_1 a:focus-visible {
  color: #003087;
  background: #ffffff;
  transform: translateY(-2px);
}

.rainbow_shared_footer a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.rainbow_shared_footer .rainbow_footer_contact_link {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.42);
  text-underline-offset: 4px;
}

.rainbow_shared_footer .rainbow_footer_contact_link:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.rainbow_shared_footer .cs_footer_bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 20, 62, 0.2);
}

.rainbow_shared_footer .cs_footer_bottom_content {
  gap: 18px 32px;
}

.rainbow_shared_footer .cs_footer_copyright,
.rainbow_shared_footer .cs_footer_bottom_nav a {
  font-size: 15px;
}

@media (max-width: 991px) {
  .rainbow_shared_footer .cs_footer_main {
    padding: 64px 0 48px;
  }

  .rainbow_shared_footer .cs_text_widget {
    width: min(100%, 420px);
  }
}

@media (max-width: 575px) {
  .rainbow_shared_footer .cs_footer_main {
    padding: 48px 0 38px;
  }

  .rainbow_shared_footer .rainbow_footer_brand {
    width: 224px;
    min-height: 70px;
  }

  .rainbow_shared_footer .rainbow_footer_brand img {
    width: 202px;
    height: auto;
    max-height: 54px;
  }

  .rainbow_shared_footer .cs_footer_desc,
  .rainbow_shared_footer .cs_footer_widget_nav a,
  .rainbow_shared_footer .cs_footer_contact p,
  .rainbow_shared_footer .cs_footer_contact a,
  .rainbow_shared_footer .cs_footer_contact span {
    font-size: 16px;
  }

  .rainbow_shared_footer .cs_footer_widget_title {
    overflow-wrap: anywhere;
  }

  .rainbow_shared_footer .cs_footer_bottom_content {
    align-items: flex-start;
  }
}
