.custom-cursor,
:root {
  --espartyox-base: #071f3f;
  --espartyox-base-rgb: 7, 31, 63;
  /*--espartyox-base2: #d6aa47;*/
  --espartyox-base2-rgb: 214, 170, 71;
}

.main-header__logo img,
.footer-logo img,
.mobile-nav__content .logo-box img {
  background: #ffffff;
  border-radius: 6px;
  padding: 6px 10px;
}

.topbar,
.footer-cta__inner,
.main-footer__bg::after,
.main-slider-one__shape span {
    background: linear-gradient(250deg, #071f3f 10%, #0c2e59 62%, #082448 120%) !important;
    
}

.main-header--one .main-header__inner,
.sticky-header--cloned .main-header__inner {
  background-color: #06172d !important;
}

.main-header--one .espartyox-btn,
.espartyox-btn {
  background-color: #071f3f;
}

.main-header--one .espartyox-btn:hover,
.espartyox-btn:hover {
  background-color: #b88622;
}

.main-menu .main-menu__list > li > a:hover,
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li.current-menu-item > a {
  color: #d6aa47 !important;
}

.blueirock-hidden-section {
  display: none !important;
}

.user-info {
  display: none !important;
}

.footer-widget__box--one .footer-widget:first-child,
.footer-widget__box--two .footer-widget:first-child {
  display: none;
}

.company-benefit__thumb-item-small img {
  width: 290px;
  height: auto;
  image-rendering: auto;
  filter: none;
}

.price-page .row.gutter-y-30 > [class*="col-"] {
  display: flex;
}

.price-page .price-card {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.price-page .price-card__top {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.price-page .price-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.price-page .price-card__price .month {
  display: inline-block;
  max-width: 88px;
  white-space: normal;
  text-align: left;
  line-height: 1.15;
}

.price-page .price-card__list {
  flex: 1 1 auto;
}

.price-page .price-card__btn {
  margin-top: auto;
}

.blueirock-trust-item {
  min-height: 118px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px 20px;
  border: 1px solid rgba(214, 170, 71, 0.34);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
  box-shadow: 0 18px 45px rgba(7, 31, 63, 0.09);
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.blueirock-trust-item:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 170, 71, 0.68);
  box-shadow: 0 24px 60px rgba(7, 31, 63, 0.14);
}

.blueirock-trust-item strong {
  display: block;
  color: #071f3f;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.blueirock-trust-item span {
  display: block;
  color: #b88622;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.blueirock-trust-item::before {
  content: "";
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d6aa47, #b88622);
}

.brand-carousel__top {
  margin-bottom: 34px;
}

.brand-carousel__top__text {
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  background: #ffffff;
  color: #071f3f;
}

.brand-carousel .owl-stage-outer,
.brand-carousel .owl-stage,
.brand-carousel .owl-item {
  overflow: visible;
}

.brand-carousel .owl-dots {
  display: none !important;
}

.brand-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.brand-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.brand-carousel .owl-item .blueirock-trust-item {
  width: 100%;
  max-width: 190px;
}

.blueirock-funds-showcase {
  position: relative;
  overflow: hidden;
  background: linear-gradient(250deg, #071f3f 10%, #0c2e59 62%, #082448 120%);
}

.blueirock-funds-showcase__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  opacity: 0.08;
  pointer-events: none;
}

.blueirock-funds-showcase .container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
}

.blueirock-funds-showcase__top {
  margin-bottom: 38px;
}

.blueirock-funds-showcase .sec-title__title {
  color: #ffffff;
}

.blueirock-funds-showcase .sec-title__tagline {
  color: #ffffff;
  background: #071f3f;
}

.blueirock-funds-showcase .wow {
  visibility: visible !important;
}

.blueirock-funds-showcase .sec-title__tagline,
.blueirock-funds-showcase .sec-title__title,
.blueirock-funds-showcase__view-all,
.blueirock-fund-card {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.blueirock-funds-showcase .sec-title__tagline {
  animation-name: blueirockFadeUp;
}

.blueirock-funds-showcase .sec-title__title {
  animation-name: blueirockFadeUp;
  animation-delay: 0.12s;
}

.blueirock-funds-showcase__view-all {
  animation-name: blueirockFadeRight;
  animation-delay: 0.18s;
}

.blueirock-funds-showcase__top-action {
  display: flex;
  justify-content: flex-end;
}

.blueirock-funds-showcase__view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 6px;
  background: transparent;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(7, 31, 63, 0.08);
}

.blueirock-funds-showcase__view-all:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.blueirock-funds-showcase .row.gutter-y-30 > [class*="col-"] {
  display: flex;
}

.blueirock-fund-card {
  width: 100%;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 22px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
  opacity: 1;
  animation-name: blueirockCardRise;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blueirock-fund-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
}

.blueirock-funds-showcase .row.gutter-y-30 > [class*="col-"]:nth-child(1) .blueirock-fund-card {
  animation-delay: 0.12s;
}

.blueirock-funds-showcase .row.gutter-y-30 > [class*="col-"]:nth-child(2) .blueirock-fund-card {
  animation-delay: 0.22s;
}

.blueirock-funds-showcase .row.gutter-y-30 > [class*="col-"]:nth-child(3) .blueirock-fund-card {
  animation-delay: 0.32s;
}

.blueirock-funds-showcase .row.gutter-y-30 > [class*="col-"]:nth-child(4) .blueirock-fund-card {
  animation-delay: 0.42s;
}

.blueirock-fund-card__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(214, 170, 71, 0.18);
  color: #b88622;
  font-size: 20px;
  transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.blueirock-fund-card:hover .blueirock-fund-card__icon {
  background: #071f3f;
  color: #d6aa47;
  transform: translateY(-3px) scale(1.08) rotate(-4deg);
}

.blueirock-fund-card h4 {
  min-height: 54px;
  margin: 0 0 8px;
  color: #071f3f;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 800;
}

.blueirock-fund-card h4 a {
  color: inherit;
}

.blueirock-fund-card h4 a:hover,
.blueirock-fund-card__link:hover {
  color: #b88622;
}

.blueirock-fund-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 34px;
  margin: 0 0 16px;
  color: #4e4b5b;
  font-size: 15px;
  line-height: 1.35;
}

.blueirock-fund-card__meta span {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
}

.blueirock-fund-card__return {
  margin-top: 0;
  margin-bottom: 18px;
}

.blueirock-fund-card__return strong {
  display: block;
  color: #071f3f;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.blueirock-fund-card__return > span {
  display: block;
  margin: 10px 0 2px;
  color: #20202a;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.blueirock-fund-card__return select {
  max-width: 100%;
  border: 0;
  background: transparent;
  color: #b88622;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  outline: 0;
  cursor: pointer;
}

.blueirock-fund-card__investors {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  margin: auto 0 18px;
  color: #464553;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.blueirock-fund-card__investors i {
  color: #202020;
  font-size: 14px;
}

.blueirock-fund-card__actions {
  display: flex;
  align-items: center;
}

.blueirock-fund-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 8px;
  background: #071f3f;
  color: #ffffff;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.blueirock-fund-card__link:hover {
  background: #b88622;
  color: #ffffff;
  transform: translateY(-2px);
}

.blueirock-amc-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(410px, 1fr);
  align-items: center;
  gap: 52px;
  overflow: hidden;
  border: 1px solid rgba(214, 170, 71, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 22%, rgba(214, 170, 71, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(4, 21, 43, 0.98) 0%, rgba(8, 39, 76, 0.96) 55%, rgba(4, 23, 46, 0.99) 100%);
  padding: 64px 64px 0;
  box-shadow: 0 28px 70px rgba(5, 22, 38, 0.26);
}

.blueirock-amc-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    linear-gradient(110deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 100%);
  background-size: auto, 78px 78px;
  pointer-events: none;
}

.blueirock-amc-banner__content {
  position: relative;
  z-index: 2;
  max-width: 555px;
}

.blueirock-amc-banner__content h4 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
}

.blueirock-amc-banner__content p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.blueirock-amc-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  border-radius: 8px;
  background: #d7ab49;
  color: #10202b;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(12, 25, 32, 0.24);
}

.blueirock-amc-banner__btn:hover {
  background: #ffffff;
  color: #10202b;
}

.blueirock-amc-banner__logos {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.blueirock-amc-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  border: 1px solid rgba(214, 170, 71, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94);
  padding: 8px 10px;
  box-shadow: 0 14px 30px rgba(2, 14, 32, 0.22);
}

.blueirock-amc-logo img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
  image-rendering: auto;
  filter: contrast(1.04) saturate(1.04);
}

.blueirock-amc-logo--text {
  flex-direction: column;
  gap: 2px;
  color: #1b4d9b;
  line-height: 1;
  text-align: center;
}

.blueirock-amc-logo--text strong {
  color: #2156a5;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.blueirock-amc-logo--text span {
  color: #27384c;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 800;
}

.blueirock-amc-banner__strip {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 82px;
  margin: 34px -64px 0;
  background: linear-gradient(90deg, rgba(2, 17, 35, 0.96), rgba(6, 32, 62, 0.94));
  border-top: 1px solid rgba(214, 170, 71, 0.18);
  padding: 18px 56px;
}

.blueirock-amc-banner__strip strong {
  max-width: 180px;
  color: #d7ab49;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 800;
}

.blueirock-amc-banner__strip span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
}

.blueirock-amc-banner__strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  background: #d7ab49;
  color: #10202b;
  padding: 10px 22px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.blueirock-amc-banner__strip a:hover {
  background: #ffffff;
  color: #10202b;
}

@keyframes blueirockFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blueirockFadeRight {
  from {
    opacity: 0;
    transform: translateX(26px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes blueirockCardRise {
  from {
    opacity: 1;
    transform: translateY(22px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .blueirock-funds-showcase .sec-title__tagline,
  .blueirock-funds-showcase .sec-title__title,
  .blueirock-funds-showcase__view-all,
  .blueirock-fund-card {
    animation: none;
  }

  .blueirock-fund-card,
  .blueirock-fund-card__icon,
  .blueirock-fund-card__link {
    transition: none;
  }
}

@media (max-width: 991px) {
  .blueirock-fund-card {
    min-height: 410px;
  }

  .blueirock-amc-banner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 32px 0;
  }

  .blueirock-amc-banner__content {
    max-width: 100%;
  }

  .blueirock-amc-banner__logos {
    width: 100%;
  }

  .blueirock-amc-banner__strip {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 -32px;
    padding: 22px 32px;
  }

  .blueirock-amc-banner__strip strong {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .blueirock-funds-showcase__top-action {
    justify-content: flex-start;
  }

  .blueirock-fund-card {
    min-height: 390px;
  }

  .blueirock-amc-banner {
    padding: 38px 22px 0;
  }

  .blueirock-amc-banner__content h4 {
    font-size: 28px;
  }

  .blueirock-amc-banner__content p {
    font-size: 16px;
  }

  .blueirock-amc-banner__logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .blueirock-amc-logo {
    min-height: 74px;
    padding: 8px;
  }

  .blueirock-amc-logo img {
    height: 62px;
  }

  .blueirock-amc-banner__strip {
    margin: 26px -22px 0;
    padding: 20px 22px;
  }

  .blueirock-amc-banner__strip span {
    font-size: 16px;
  }
}

.sip-calculator-section {
  position: relative;
  background: #f7f8fb;
}

.sip-calculator-section__text {
  margin-bottom: 22px;
}

.sip-calculator-section__points {
  display: grid;
  gap: 12px;
  margin: 0;
}

.sip-calculator-section__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--espartyox-text, #6c6a72);
  font-weight: 600;
}

.sip-calculator-section__points i {
  color: #b88622;
}

.sip-calculator-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(3, 7, 41, 0.12);
  border: 1px solid rgba(3, 7, 41, 0.08);
}

.sip-calculator-card__row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(3, 7, 41, 0.08);
}

.sip-calculator-card__row label {
  margin: 0;
  color: var(--espartyox-black, #05060f);
  font-weight: 700;
}

.sip-calculator-card__amount,
.sip-calculator-card__slider {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 999px;
  background: #f3f5ff;
  padding: 0 20px;
}

.sip-calculator-card__amount span {
  color: #b88622;
  font-size: 22px;
  font-weight: 800;
}

.sip-calculator-card__amount input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--espartyox-black, #05060f);
  font: inherit;
  font-size: 22px;
  font-weight: 800;
}

.sip-calculator-card__slider input {
  width: 100%;
  accent-color: #d6aa47;
}

.sip-calculator-card__slider output {
  min-width: 58px;
  color: var(--espartyox-black, #05060f);
  font-weight: 800;
  text-align: right;
}

.sip-calculator-card__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #0b0d1f;
}

.sip-calculator-card__summary div {
  padding: 26px 28px;
}

.sip-calculator-card__summary div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.sip-calculator-card__summary span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 6px;
}

.sip-calculator-card__summary strong {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
}

.sip-calculator-card__earnings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 76px;
  padding: 18px;
  background: linear-gradient(135deg, #071f3f, #0b0d1f);
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}

.sip-calculator-card__earnings strong {
  color: #ffffff;
  font-size: 28px;
}

@media (max-width: 767px) {
  .sip-calculator-card__row,
  .sip-calculator-card__summary {
    grid-template-columns: 1fr;
  }

  .sip-calculator-card__row {
    padding: 20px;
  }

  .sip-calculator-card__summary div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .sip-calculator-card__earnings {
    flex-direction: column;
    gap: 4px;
  }
}

.blueirock-assistant {
  position: fixed;
  right: 28px;
  bottom: 26px;
  z-index: 9999;
  font-family: inherit;
}

.scroll-top {
  right: 150px;
}

.blueirock-assistant__launcher {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 94px;
  min-height: 112px;
  border: 0;
  border-radius: 28px;
  background: transparent;
  color: #071f3f;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease;
}

.blueirock-assistant__launcher:hover {
  transform: translateY(-3px);
}

.blueirock-assistant__launcher-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 4px solid #d6aa47;
  border-radius: 50%;
  background: #071f3f;
  box-shadow: 0 18px 45px rgba(7, 31, 63, 0.22);
}

.blueirock-assistant__launcher-icon img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: contain;
  background: #ffffff;
}

.blueirock-assistant__panel {
  position: absolute;
  right: 0;
  bottom: 128px;
  display: none;
  width: min(360px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(214, 170, 71, 0.34);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 31, 63, 0.25);
}

.blueirock-assistant--open .blueirock-assistant__panel {
  display: block;
}

.blueirock-assistant__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #071f3f, #123a6c);
  color: #ffffff;
}

.blueirock-assistant__header span,
.blueirock-assistant__header strong {
  display: block;
  color: #ffffff;
}

.blueirock-assistant__header span {
  font-size: 18px;
  font-weight: 900;
}

.blueirock-assistant__header strong {
  color: #d6aa47;
  font-size: 13px;
  letter-spacing: 0;
}

.blueirock-assistant__close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
}

.blueirock-assistant__messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 250px;
  padding: 18px;
  overflow-y: auto;
  background: #f5f8fb;
}

.blueirock-assistant__message {
  max-width: 86%;
  padding: 11px 13px;
  border-radius: 14px;
  color: #071f3f;
  font-size: 14px;
  line-height: 1.45;
}

.blueirock-assistant__message--bot {
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 31, 63, 0.08);
}

.blueirock-assistant__message--user {
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  background: #071f3f;
  color: #ffffff;
}

.blueirock-assistant__typing {
  color: #6c7480;
  font-style: italic;
}

.blueirock-assistant__quick {
  display: flex;
  gap: 8px;
  padding: 13px 14px 0;
  overflow-x: auto;
  background: #ffffff;
}

.blueirock-assistant__quick button {
  flex: 0 0 auto;
  border: 1px solid rgba(214, 170, 71, 0.55);
  border-radius: 999px;
  background: #fffaf0;
  color: #071f3f;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.blueirock-assistant__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 10px;
  padding: 14px;
  background: #ffffff;
}

.blueirock-assistant__form input {
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(7, 31, 63, 0.12);
  border-radius: 999px;
  outline: 0;
  padding: 0 16px;
  color: #071f3f;
  font: inherit;
}

.blueirock-assistant__form input:focus {
  border-color: #d6aa47;
  box-shadow: 0 0 0 3px rgba(214, 170, 71, 0.18);
}

.blueirock-assistant__form button {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #d6aa47;
  color: #071f3f;
  cursor: pointer;
}

@media (max-width: 767px) {
  .blueirock-assistant {
    right: 14px;
    bottom: 14px;
  }

  .scroll-top {
    right: 104px;
  }

  .blueirock-assistant__launcher {
    width: 78px;
    min-height: 96px;
    font-size: 15px;
  }

  .blueirock-assistant__launcher-icon {
    width: 66px;
    height: 66px;
  }

  .blueirock-assistant__launcher-icon img {
    width: 48px;
    height: 48px;
  }

  .blueirock-assistant__panel {
    bottom: 108px;
  }
}
