:root {
  --rates-artboard-width: 120rem;
  --rates-slice-h: 68.125rem;
  --rates-last-slice-h: 68.25rem;
  --rates-hover: rgba(13, 176, 200, 0.22);
  --rates-hover-2: rgba(238, 145, 162, 0.22);
}

/* slider*/
.rates-overlay {
  position: absolute;
  inset: 0;
}

.rates-hotspots {
  position: absolute;
  inset: 0;
}

.rates-spot {
  position: absolute;
  border-radius: 0.625rem;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.rates-spot:focus-visible {
  opacity: 1;
  outline: none;
  box-shadow: 0 0 0 0.2rem var(--rates-hover);
}
.rates-spot--nav:hover,
.rates-spot--btn:hover,
.rates-spot--cta:hover,
.rates-spot--slider:hover,
.rates-spot--textlink:hover,
.rates-spot--field:hover {
  opacity: 1;
  box-shadow: 0 0 0 0.22rem var(--rates-hover);
}
.rates-testimonials {
  position: relative;
}

.rates-testimonials__row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.line-height-normal{
  line-height: normal!important;
}

.rates-testimonials__track {
  flex: 1 1 auto;
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.25rem 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.rates-testimonials__track::-webkit-scrollbar {
  display: none;
}

.rates-testimonials__btn {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 0.5rem;
  background: #eff6ff;
  color: #ee91a2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 140ms ease, transform 140ms ease;
}
.rates-testimonials__btn:hover {
  background: #dbeafe;
  transform: scale(1.02);
}
.rates-testimonials__btn:active {
  transform: scale(0.98);
}
.rates-testimonials__btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(13, 176, 200, 0.22);
}

.rates-testimonial-card {
  flex: 0 0 26.5rem;
  background: white;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  padding-bottom: 0.5rem;
  scroll-snap-align: start;
  transition: box-shadow 160ms ease, border-color 160ms ease,
    transform 160ms ease;
}
.rates-testimonial-card.is-active {
  border-color: transparent;
  box-shadow: 0px 12px 56px rgba(6, 28, 61, 0.1);
  transform: translateY(-0.125rem);
}
.rates-testimonial-card__image {
  width: 100%;
  height: 19.5rem;
  object-fit: cover;
  display: block;
}
.rates-testimonial-card__body {
  padding: 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.rates-testimonial-card__rating {
  color: #ff8800;
  letter-spacing: 0.12em;
  font-size: 1.05rem;
  line-height: 1;
}
.rates-testimonial-card__quote {
  color: #0f172a;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.rates-testimonial-card__name {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.rates-dots {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
.rates-dot {
  border: 0;
  padding: 0;
  height: 0.4rem;
  width: 0.4rem;
  border-radius: 999px;
  background: rgba(13, 176, 200, 0.25);
  transition: width 160ms ease, background-color 160ms ease;
  cursor: pointer;
}
.rates-dot.is-active {
  width: 1.4rem;
  background: rgba(238, 145, 162, 0.8);
}

/* Rates table: lock thead/tbody column alignment */
.large-container .Table {
  width: 100%;
  margin-top: 5rem;
  overflow: visible;
}
.large-container .Table .Tbody {
  /* row-gap: 2rem; */
  /* margin-top: 2rem;  */
}
.large-container .Table .Thead,
.large-container .Table .Tbody .Tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.large-container .Table .Tbody .Tr {
  align-items: center;
  /* padding:1rem 0; */
}
.large-container .Table .Tbody .Tr > .Td {
  column-gap: 1.5rem;
}
.large-container .Table .Thead > .Th,
.large-container .Table .Tbody .Tr > .Td {
  min-width: 0;
}

/* Match Service column header alignment */
.large-container .Table .Tbody .Tr .td-service {
  align-items: start !important;
  width: 100%;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-family: "Inter";
  font-weight: 700;
  color: #000000 !important;
  text-align: start;
}
.large-container .Table .Tbody .Tr .Td {
  align-items: center !important;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.rates-phone-layer,
.rates-palm-layer {
  display: block;
  max-width: 100%;
  height: auto;
}

.rates-phone-palm-content {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #fca5a5 100%);
  background: linear-gradient(180deg, #ffffff 0%, #fca5a5 100%);
  padding: 56px 0 0 0;
}

/* rates-page: Fees callout + palm/phone (responsive) */
.rates-page-fees-section {
  position: relative;
}

.rates-page-fees-callout {
  position: relative;
  z-index: 2;
}

.rates-page-fees-callout > div {
  /* max-width: 900px; */
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--s20) !important;
  padding-right: var(--s20) !important;
}

.rates-page-support-row {
  position: relative;
  z-index: 2;
  margin-top: 56px;
}

.rates-page-support-copy {
  margin-top: -150px;
}

.rates-page-support-desc {
  /* max-width: 420px; */
  white-space: normal;
}

.rates-page-palm-phone {
  display: none;
}

.rates-page-support-visual {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 40px;
}

@media (min-width: 1440px) {
  .rates-page-palm-phone {
    display: block;
    position: absolute;
    -webkit-transform: translateX(200px) translateY(-50px);
    -moz-transform: translateX(200px) translateY(-50px);
    -ms-transform: translateX(200px) translateY(-50px);
    -o-transform: translateX(200px) translateY(-50px);
    transform: translateX(200px) translateY(-50px);
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
    pointer-events: none;
    max-width: 100%;
    height: auto;
  }

  .rates-page-support-visual {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
    min-height: 660px;
  }

  .rates-page-palm-phone-img {
    height: 780px;
    width: auto;
    max-width: none;
    margin-right: -40px;
  }
}

@media (max-width: 1600px) {
  .rates-page-fees-callout > div {
    margin-left: var(--s24) !important;
    margin-right: var(--s24) !important;
  }
}
@media (min-width: 1920px) {
  .rates-page-support-visual {
    min-height: 700px;
  }

  .rates-page-palm-phone-img {
    height: 820px;
    margin-right: -70px;
  }
}

@media (max-width: 575px) {
  .rates-phone-palm-content {
    padding: 40px 0 64px 0;
  }
  .rates-page-support-row {
    margin-top: 40px;
  }
}

@media (max-width: 1439px) {
  .rates-page-support-copy {
    margin-top: 3rem;
  }
  .rates-page-support-visual {
    padding-top: 28px;
  }
  .rates-page-fees-callout > div {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 1439px) {
  .rates-page-form-row {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .large-container .Table .Thead,
  .large-container .Table .Tbody .Tr {
    width: calc(min(95dvw, 1320px)) !important;
  }
  .large-container {
    width: calc(min(95dvw, 1320px)) !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 1440px) {
  .rates-page-form-row {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .large-container .Table .Thead,
  .large-container .Table .Tbody .Tr {
    max-width: 1320px;
  }
  .large-container {
    max-width: 1320px;
    /* padding:0  24rem; */
    margin: 0 auto;
  }
}

.ratesPage-sortChevron {
  color: #ffffff;
}

.ratesPage-sortChevronIcon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ratesPage-sortMenu {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  -webkit-box-shadow: 0px 20px 50px rgba(6, 28, 61, 0.22);
  box-shadow: 0px 20px 50px rgba(6, 28, 61, 0.22);
  overflow: hidden;
}

.ratesPage-sortOption {
  height: 36px;
}

.ratesPage-sortOption:hover,
.ratesPage-sortOption:focus,
.ratesPage-sortOption--active {
  background: #eff6ff;
}

.ratesPage-sortCheck {
  position: relative;
}

.ratesPage-sortCheck::before {
  content: "✓";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #15803d;
}
